Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-08-25 13:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and      /work/SRC/openSUSE:Factory/.mc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mc/mc.changes    2013-08-12 10:36:18.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes       2013-08-25 
13:33:31.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Aug 23 18:10:44 UTC 2013 - d...@opensuse.org
+
+- update to 4.8.10
+- remove patch90 mc-bf3034-zip_in_tar.diff, fixed upstream
+- remove patch91 mc-bf3040-mcedit_fd_leak.diff, fixed upstream
+- more bugfixes: #3041, #3043, #3047, #2713, #3036
+  see https://www.midnight-commander.org/ticket/<BUGNO>
+- add libssh2 for sftp
+
+-------------------------------------------------------------------

Old:
----
  mc-4.8.9.tar.xz
  mc-bf3034-zip_in_tar.diff
  mc-bf3040-mcedit_fd_leak.diff

New:
----
  mc-4.8.10.sha256
  mc-4.8.10.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mc.spec ++++++
--- /var/tmp/diff_new_pack.NIkd6k/_old  2013-08-25 13:33:32.000000000 +0200
+++ /var/tmp/diff_new_pack.NIkd6k/_new  2013-08-25 13:33:32.000000000 +0200
@@ -21,7 +21,7 @@
 License:        GPL-3.0+
 Group:          Productivity/File utilities
 Url:            http://www.midnight-commander.org/
-Version:        4.8.9
+Version:        4.8.10
 Release:        0.0
 Source:         http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:        x11_browser
@@ -53,13 +53,8 @@
 #Patch adding -fpie and -pie to compilation and linking of setuid binaries
 Patch52:        mc-pie.patch
 
-# bugfixes from upcomming verision
-Patch90:        mc-bf3034-zip_in_tar.diff
-Patch91:        mc-bf3040-mcedit_fd_leak.diff
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
-BuildRequires:  docbook-toys
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
@@ -73,6 +68,7 @@
 BuildRequires:  jpeg
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libssh2-devel
 BuildRequires:  readline-devel
 BuildRequires:  recode
 BuildRequires:  slang-devel
@@ -126,9 +122,6 @@
 %patch41
 %patch52 -p1
 
-%patch90
-%patch91
-
 %build
 autoreconf --force --install
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter
@@ -139,12 +132,13 @@
 %configure \
     --localstatedir=/var/lib \
     --enable-charset \
-    --enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba
+    --enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba \
 
-make %{?jobs:-j%{jobs}}
+make %{?jobs:-j%{jobs}} V=1
 
 %install
 make DESTDIR=%{buildroot} install
+
 # clean up this setuid problem for now
 chmod 755 %{buildroot}/%{_libexecdir}/mc/cons.saver
 

++++++ mc-4.8.10.sha256 ++++++
5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a  
mc-4.8.10.tar.bz2
5bda5a10bd0447da4b3b36c55d10fdf26e279d29fd30792467d68bdb7c2f2788  
mc-4.8.10.tar.xz
++++++ mc-4.8.9.tar.xz -> mc-4.8.10.tar.xz ++++++
++++ 27720 lines of diff (skipped)

++++++ mc-Syntax.cmake.patch ++++++
--- /var/tmp/diff_new_pack.NIkd6k/_old  2013-08-25 13:33:33.000000000 +0200
+++ /var/tmp/diff_new_pack.NIkd6k/_new  2013-08-25 13:33:33.000000000 +0200
@@ -1,8 +1,11 @@
---- misc/syntax/Syntax.in.orig 2012-12-28 12:47:48.000000000 +0400
-+++ misc/syntax/Syntax.in      2013-03-07 09:36:14.233306543 +0400
-@@ -69,4 +69,4 @@
+--- misc/syntax/Syntax.in.orig 2013-06-25 23:29:14.000000000 +0200
++++ misc/syntax/Syntax.in      2013-08-23 21:55:31.216822402 +0200
+@@ -67,7 +67,7 @@
+ file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|..\*\\.mak|Kbuild)$ Makefile
+ include makefile.syntax
  
 -file CMakeLists.txt$ CMake
 +file (\/CMakeLists.txt|.cmake)$ CMake
  include cmake.syntax
  
+ file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram

++++++ mc-multi-press-f-keys.patch ++++++
--- /var/tmp/diff_new_pack.NIkd6k/_old  2013-08-25 13:33:33.000000000 +0200
+++ /var/tmp/diff_new_pack.NIkd6k/_new  2013-08-25 13:33:33.000000000 +0200
@@ -1,9 +1,8 @@
 http://www.midnight-commander.org/ticket/287
-Index: lib/tty/key.c
-===================================================================
---- lib/tty/key.c.orig
-+++ lib/tty/key.c
-@@ -969,9 +969,12 @@ correct_key_code (int code)
+--- lib/tty/key.c.orig 2013-08-23 22:08:01.273850736 +0200
++++ lib/tty/key.c      2013-08-23 22:08:01.285849858 +0200
+@@ -1027,10 +1027,13 @@
+         }
      }
  
 -    /* F0 is the same as F10 for out purposes */
@@ -17,7 +16,7 @@
      /*
       * We are not interested if Ctrl was pressed when entering control
       * characters, so assume that it was.  When checking for such keys,
-@@ -1058,6 +1061,16 @@ correct_key_code (int code)
+@@ -1116,6 +1119,16 @@
          mod &= ~KEY_M_SHIFT;
      }
  
@@ -34,7 +33,7 @@
      if (!mc_global.tty.alternate_plus_minus)
          switch (c)
          {
-@@ -1928,7 +1928,7 @@ get_key_code (int no_delay)
+@@ -1928,7 +1941,7 @@
          {
              /* Convert escape-digits to F-keys */
              if (g_ascii_isdigit (c))
@@ -43,10 +42,8 @@
              else if (c == ' ')
                  c = ESC_CHAR;
              else
-Index: lib/tty/tty-slang.h
-===================================================================
---- lib/tty/tty-slang.h.orig
-+++ lib/tty/tty-slang.h
+--- lib/tty/tty-slang.h.orig   2013-06-25 23:29:14.000000000 +0200
++++ lib/tty/tty-slang.h        2013-08-23 22:08:01.285849858 +0200
 @@ -11,6 +11,7 @@
  /*** typedefs(not structures) and defined constants 
**********************************************/
  


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to