Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-01-07 13:57:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-13 13:09:32.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes       2014-01-07 
13:57:23.000000000 +0100
@@ -1,0 +2,49 @@
+Wed Jan  1 19:48:54 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 4.8.11:
+  - Core
+    * Live update of panels size when editing layout
+    * Support "Compute totals" option in move file operation
+  - VFS
+    * rpm extfs
+      - show dependency version
+      - support tar payload
+      - improve support for EPOCH tag
+      - add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG,
+        VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags
+  - Editor
+    * Support "bracketed paste mode" of xterm
+    * Clarify Java syntax highlighting
+  - Misc
+    * Print warnings about unknown '--with-' / '--enable-' configure options
+    * Code cleanup and refactoring
+  - Fixes:
+    * Segfault while moving files
+    * Broken handling of mc command line arguments
+    * Copy/move doesn't work if num_history_items_recorded=0
+    * No subdir path completion in current dir, if stub is not starting with 
'./'
+    * Deprecated "find -perm +xxx" syntax is used
+    * Home, End, Shift-Fn keys don't work in tmux
+    * Improper [en|dis]abling of layout dialog split adjustment buttons
+    * Bogus strings in 'Confirmation' config dialog
+    * "Configure options" first entry not highlighted
+    * "Setup saved to ~/.config/mc/ini" message is misleading
+    * Typo in mc.lib: "less=%filename +%linenog" instead of "+%lineno"
+    * Wrong order of filename and line number for external editor
+    * mcedit: tabs are lost when text is pasted
+    * mcedit: question on large file treats Escape as Yes
+    * Broken case-sensitive search in editor/viewer/diffviewer
+    * Changes to files in nested .zip archives are lost
+    * Incorrect handling of filenames with spaces with unrar v5
+    * iso9660 VFS: filenames truncating in ISO file listing
+    * vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME
+    * Bright colors are used as background colors in 16-color skins
+    * Various defects in documentation
+- removed patches:
+  * mc-extfs-helpers-urar.patch, committed upstream
+- modified patches:
+  * mc-extfs-iso9660-xorriso.patch, adjust for upstream change
+  * mc-multi-press-f-keys.patch, remove fuzz
+  * mc-rpm.patch, adjust for upstream change in context
+
+-------------------------------------------------------------------

Old:
----
  mc-4.8.10.sha256
  mc-4.8.10.tar.xz
  mc-extfs-helpers-urar.patch

New:
----
  mc-4.8.11.tar.xz

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

Other differences:
------------------
++++++ mc.spec ++++++
--- /var/tmp/diff_new_pack.TM5VWJ/_old  2014-01-07 13:57:24.000000000 +0100
+++ /var/tmp/diff_new_pack.TM5VWJ/_new  2014-01-07 13:57:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 License:        GPL-3.0+
 Group:          Productivity/File utilities
 Url:            http://www.midnight-commander.org/
-Version:        4.8.10
+Version:        4.8.11
 Release:        0.0
 Source:         http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:        x11_browser
@@ -43,10 +43,6 @@
 Patch20:        mc-f-keys.patch
 Patch21:        mc-extfs-helpers-deb.patch
 
-# add mc-extfs-helpers-urar.patch (by d...@opensuse.org) - Fix urar
-# extfs failing on files with spaces (bnc#849082). Forwarded to upstream.
-# see http://www.midnight-commander.org/ticket/3073
-Patch22:        mc-extfs-helpers-urar.patch
 # add mc-extfs-iso9660-xorriso.patch
 # fixing iso9660 extfs directory handling using xorriso
 # http://www.midnight-commander.org/ticket/3122
@@ -117,16 +113,15 @@
 %patch71
 %patch12
 %patch16
-%patch17
+%patch17 -p1
 %patch18
 %patch20
 %patch21
-%patch22 -p1
 %patch23 -p1
 %patch24
 %patch31
 %patch32
-%patch41
+%patch41 -p1
 %patch52 -p1
 %patch60 -p1
 

++++++ mc-4.8.10.tar.xz -> mc-4.8.11.tar.xz ++++++
++++ 54004 lines of diff (skipped)

++++++ mc-extfs-iso9660-xorriso.patch ++++++
--- /var/tmp/diff_new_pack.TM5VWJ/_old  2014-01-07 13:57:25.000000000 +0100
+++ /var/tmp/diff_new_pack.TM5VWJ/_new  2014-01-07 13:57:25.000000000 +0100
@@ -1,6 +1,12 @@
---- mc-4.8.11/src/vfs/extfs/helpers/iso9660.in.orig    2013-12-12 
10:57:16.000000000 +0100
-+++ mc-4.8.11/src/vfs/extfs/helpers/iso9660.in 2013-12-12 13:04:28.000000000 
+0100
-@@ -38,13 +38,16 @@
+---
+ src/vfs/extfs/helpers/iso9660.in |   13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+Index: mc-4.8.11/src/vfs/extfs/helpers/iso9660.in
+===================================================================
+--- mc-4.8.11.orig/src/vfs/extfs/helpers/iso9660.in    2014-01-01 
19:44:49.000000000 +0000
++++ mc-4.8.11/src/vfs/extfs/helpers/iso9660.in 2014-01-01 19:46:02.000000000 
+0000
+@@ -38,13 +38,16 @@ xorriso_list() {
          return 1
      fi
      local dir attr ln usr gr sz dt1 dt2 dt3 nm len name
@@ -12,11 +18,10 @@
 +    test $r -gt 0 && return $r
 +    echo "$lsl" | /usr/bin/grep "^[-d]" | \
      while read attr ln usr gr sz dt1 dt2 dt3 nm ; do
--        len=$((${#nm} - 2))
+         len=$((${#nm} - 1))
 -        name=$(printf "$nm" | cut -c2-$len)  # remove quotes
 -        if test $(printf "$nm" | cut -c1-2) != "d"; then
 -            printf "%s %s %s %s %s %s %s %s %s/%s\n" "$attr" "$ln" "$usr" 
"$gr" "$sz" "$dt1" "$dt2" "$dt3" "$dir" "$name"
-+        len=$((${#nm} - 1))
 +        name=$(printf -- '%s' "$nm" | cut -c2-$len)  # remove quotes
 +        if test $(printf -- '%s' "$attr" | cut -c1) != "d"; then
 +            printf -- "%s %s %s %s %s %s %s %s %s/%s\n" "$attr" "$ln" "$usr" 
"$gr" "$sz" "$dt1" "$dt2" "$dt3" "$dir" "$name"

++++++ mc-multi-press-f-keys.patch ++++++
--- /var/tmp/diff_new_pack.TM5VWJ/_old  2014-01-07 13:57:25.000000000 +0100
+++ /var/tmp/diff_new_pack.TM5VWJ/_new  2014-01-07 13:57:25.000000000 +0100
@@ -1,8 +1,15 @@
 http://www.midnight-commander.org/ticket/287
---- 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 @@
-         }
+---
+ lib/tty/key.c       |   17 +++++++++++++++--
+ lib/tty/tty-slang.h |    1 +
+ 2 files changed, 16 insertions(+), 2 deletions(-)
+
+Index: mc-4.8.11/lib/tty/key.c
+===================================================================
+--- mc-4.8.11.orig/lib/tty/key.c       2014-01-01 19:47:50.000000000 +0000
++++ mc-4.8.11/lib/tty/key.c    2014-01-01 19:47:50.000000000 +0000
+@@ -1027,10 +1027,13 @@ correct_key_code (int code)
+         mod = KEY_M_SHIFT;
      }
  
 -    /* F0 is the same as F10 for out purposes */
@@ -16,7 +23,7 @@
      /*
       * We are not interested if Ctrl was pressed when entering control
       * characters, so assume that it was.  When checking for such keys,
-@@ -1116,6 +1119,16 @@
+@@ -1116,6 +1119,16 @@ correct_key_code (int code)
          mod &= ~KEY_M_SHIFT;
      }
  
@@ -33,7 +40,7 @@
      if (!mc_global.tty.alternate_plus_minus)
          switch (c)
          {
-@@ -1928,7 +1941,7 @@
+@@ -1919,7 +1932,7 @@ get_key_code (int no_delay)
          {
              /* Convert escape-digits to F-keys */
              if (g_ascii_isdigit (c))
@@ -42,8 +49,10 @@
              else if (c == ' ')
                  c = ESC_CHAR;
              else
---- 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
+Index: mc-4.8.11/lib/tty/tty-slang.h
+===================================================================
+--- mc-4.8.11.orig/lib/tty/tty-slang.h 2013-04-10 21:04:31.000000000 +0100
++++ mc-4.8.11/lib/tty/tty-slang.h      2014-01-01 19:47:50.000000000 +0000
 @@ -11,6 +11,7 @@
  /*** typedefs(not structures) and defined constants 
**********************************************/
  

++++++ mc-rpm.patch ++++++
--- /var/tmp/diff_new_pack.TM5VWJ/_old  2014-01-07 13:57:25.000000000 +0100
+++ /var/tmp/diff_new_pack.TM5VWJ/_new  2014-01-07 13:57:25.000000000 +0100
@@ -1,7 +1,12 @@
-Index: misc/syntax/spec.syntax
+---
+ misc/syntax/spec.syntax   |    1 +
+ src/vfs/extfs/helpers/rpm |    8 ++++++++
+ 2 files changed, 9 insertions(+)
+
+Index: mc-4.8.11/misc/syntax/spec.syntax
 ===================================================================
---- misc/syntax/spec.syntax.orig
-+++ misc/syntax/spec.syntax
+--- mc-4.8.11.orig/misc/syntax/spec.syntax     2014-01-01 19:18:39.000000000 
+0000
++++ mc-4.8.11/misc/syntax/spec.syntax  2014-01-01 19:19:23.000000000 +0000
 @@ -35,6 +35,7 @@ context default
      keyword whole Source\[0123456789\]: green
      keyword whole Suggests: green
@@ -10,16 +15,12 @@
      keyword whole Vendor: green
      keyword whole Version: green
      keyword whole U\{Rr\}\{Ll\}: green
-Index: src/vfs/extfs/helpers/rpm
+Index: mc-4.8.11/src/vfs/extfs/helpers/rpm
 ===================================================================
---- src/vfs/extfs/helpers/rpm.orig
-+++ src/vfs/extfs/helpers/rpm
-@@ -153,8 +153,14 @@ mcrpmfs_list_fastRPM ()
-     echo "$FILEPREF 0 $DATE INFO/EPOCH"
-     echo "$FILEPREF 0 $DATE INFO/LICENSE"
-     echo "$FILEPREF 0 $DATE INFO/REQUIRENAME"
-+    echo "$FILEPREF 0 $DATE INFO/ENHANCES"
-+    echo "$FILEPREF 0 $DATE INFO/SUGGESTS"
+--- mc-4.8.11.orig/src/vfs/extfs/helpers/rpm   2014-01-01 19:19:23.000000000 
+0000
++++ mc-4.8.11/src/vfs/extfs/helpers/rpm        2014-01-01 19:26:43.000000000 
+0000
+@@ -159,6 +159,10 @@ mcrpmfs_list_fastRPM ()
+     echo "$FILEPREF 0 $DATE INFO/REQUIRES"
      echo "$FILEPREF 0 $DATE INFO/OBSOLETES"
      echo "$FILEPREF 0 $DATE INFO/PROVIDES"
 +    echo "$FILEPREF 0 $DATE INFO/ENHANCES"
@@ -29,14 +30,14 @@
      echo "$FILEPREF 0 $DATE INFO/CONFLICTS"
      echo "$FILEPREF 0 $DATE INFO/CHANGELOG"
  }
-@@ -272,6 +278,10 @@ mcrpmfs_copyout ()
+@@ -294,6 +298,10 @@ mcrpmfs_copyout ()
        INFO/LICENSE)           mcrpmfs_getOneTag "LICENSE" >"$2"; exit 0;;
        INFO/RPMVERSION)        mcrpmfs_getRawOneTag "%{RPMVERSION}\n" >"$2"; 
exit 0;;
-       INFO/REQUIRENAME)       mcrpmfs_getRawOneTag "[%{REQUIRENAME} 
%{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]" >"$2"; exit 0;;
+       INFO/REQUIRES)          mcrpmfs_getRawOneTag "[%{REQUIRENAME} 
%{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]" >"$2"; exit 0;;
 +      INFO/ENHANCES)          mcrpmfs_getRawOneTag 
"[%|ENHANCESFLAGS:depflag_strong?{}:{%{ENHANCESNAME} %{ENHANCESFLAGS:depflags} 
%{ENHANCESVERSION}\n}|]" "$f" >"$3"; exit 0;;
 +      INFO/SUGGESTS)          mcrpmfs_getRawOneTag 
"[%|SUGGESTSFLAGS:depflag_strong?{}:{%{SUGGESTSNAME} %{SUGGESTSFLAGS:depflags} 
%{SUGGESTSVERSION}\n}|]" "$f" >"$3"; exit 0;;
 +      INFO/RECOMMENDS)        mcrpmfs_getRawOneTag 
"[%|SUGGESTSFLAGS:depflag_strong?{%{SUGGESTSNAME} %{SUGGESTSFLAGS:depflags} 
%{SUGGESTSVERSION}\n}|]" "$f" >"$3"; exit 0;;
 +      INFO/SUPPLEMENTS)       mcrpmfs_getRawOneTag 
"[%|ENHANCESFLAGS:depflag_strong?{%{ENHANCESNAME} %{ENHANCESFLAGS:depflags} 
%{ENHANCESVERSION}\n}|]" "$f" >"$3"; exit 0;;
-       INFO/PROVIDES)          mcrpmfs_getRawOneTag "[%{PROVIDES}\n]" >"$2"; 
exit 0;;
+       INFO/PROVIDES)          mcrpmfs_getRawOneTag "[%{PROVIDES} 
%{PROVIDEFLAGS:depflags} %{PROVIDEVERSION}\n]" >"$2"; exit 0;;
        INFO/SCRIPTS/PREIN)     mcrpmfs_getRawOneTag "%{RPMTAG_PREIN}\n" >"$2"; 
exit 0;;
-       INFO/SCRIPTS/POSTIN)    mcrpmfs_getRawOneTag "%{RPMTAG_POSTIN}\n" 
>"$2"; exit 0;;
+       INFO/SCRIPTS/PREINPROG) mcrpmfs_getRawOneTag "%{RPMTAG_PREINPROG}\n" 
>"$2"; exit 0;;


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

Reply via email to