Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-09-06 12:19:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-04-03 17:10:45.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes       2014-09-06 
16:59:22.000000000 +0200
@@ -0,0 +1,14 @@
+Sat Sep  6 01:40:44 UTC 2014 - d...@opensuse.org
+
+- remove file mc-Syntax.cmake.patch / cmds in .spec
+- remove file mc-vfs_fish_helpers_ls-formatstring.diff
+  (extraneous patches seem to cause factory-auto to decline the submit)
+  cf. e.g. https://build.opensuse.org/request/show/247789 
+
+-------------------------------------------------------------------
+Fri Sep  5 18:37:47 UTC 2014 - d...@opensuse.org
+
+- update to 4.8.13
+  various bugfixes and minor improvements, see NEWS file for details
+- comment out mc-Syntax.cmake.patch, fixed upstream, to be removed
+

Old:
----
  mc-4.8.12.tar.xz
  mc-Syntax.cmake.patch
  mc-vfs_fish_helpers_ls-formatstring.diff

New:
----
  mc-4.8.13.tar.xz

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

Other differences:
------------------
++++++ mc.spec ++++++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:23.000000000 +0200
@@ -21,7 +21,7 @@
 License:        GPL-3.0+
 Group:          Productivity/File utilities
 Url:            http://midnight-commander.org/
-Version:        4.8.12
+Version:        4.8.13
 Release:        0
 
 #Git-Clone:    git://github.com/MidnightCommander/mc
@@ -31,7 +31,6 @@
 Source3:        %{name}.png
 Source4:        cmake.syntax
 Source5:        mc-rpmlintrc
-Patch18:        mc-Syntax.cmake.patch
 Patch0:         mc-fix_lib_search_path.patch
 Patch61:        mc-extd-misc.patch
 Patch62:        mc-extd-video.patch
@@ -118,7 +117,6 @@
 %patch12
 %patch16
 %patch17 -p1
-%patch18
 %patch20
 %patch21
 %patch22 -p1
@@ -159,6 +157,14 @@
 #support script for calling available GUI webbrosers
 install -m 755 %{SOURCE1} %{buildroot}%{_datadir}/mc/
 install -D -m 644 %{S:3} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -D -m 644 %{S:3} 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+
+for f in ext.d/misc.sh ext.d/sound.sh ext.d/video.sh \
+    extfs.d/gitfs+ extfs.d/uace extfs.d/uarc ;
+do
+    sed -i -e '1s@bin/sh@bin/bash@' "%{buildroot}%{_libexecdir}/mc/${f}"
+done
+
 %suse_update_desktop_file -i %name System FileManager
 # Remove not supported language
 rm -rf  %{buildroot}%{_datadir}/locale/be@tarask
@@ -193,7 +199,9 @@
 %config %{_sysconfdir}/mc/mc.default.keymap
 %config %{_sysconfdir}/mc/mc.emacs.keymap
 %config %{_sysconfdir}/mc/edit.indent.rc
-#(!)dir #{_libexecdir}/mc
+%dir %{_libexecdir}/mc
+%{_libexecdir}/mc/ext.d
+%{_libexecdir}/mc/extfs.d
 %verify(not mode) %{_libexecdir}/mc/cons.saver
 %{_mandir}/man1/*
 %exclude %{_mandir}/*/man1/*
@@ -201,7 +209,6 @@
 %{_datadir}/mc/syntax/Syntax
 %{_datadir}/mc/mc.charsets
 %{_datadir}/mc/mc.lib
-%{_libexecdir}/mc
 %{_datadir}/mc/hints/mc.hint
 %exclude %{_datadir}/mc/hints/mc.hint.*
 %{_datadir}/mc/help/mc.hlp
@@ -211,6 +218,10 @@
 
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/32x32
+%dir %{_datadir}/icons/hicolor/32x32/apps
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %exclude %{_sysconfdir}/mc/mc.menu.*
 
 %files lang -f %name.lang

++++++ mc-4.8.12.tar.xz -> mc-4.8.13.tar.xz ++++++
++++ 40372 lines of diff (skipped)

++++++ mc-esc-seq.patch ++++++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:24.000000000 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:24.000000000 +0200
@@ -1,7 +1,7 @@
---- lib/util.c.orig    2013-07-09 14:43:17.000000000 +0400
-+++ lib/util.c 2013-07-11 18:48:01.258511499 +0400
-@@ -745,6 +745,8 @@
-                 while (*(++r) != '\0' && strchr ("0123456789;?", *r) != NULL)
+--- lib/util.c.orig    2014-09-05 20:50:09.000000000 +0200
++++ lib/util.c 2014-09-05 20:51:02.000000000 +0200
+@@ -748,6 +748,8 @@ strip_ctrl_codes (char *s)
+                 while (*(++r) != '\0' && strchr ("0123456789;:?", *r) != NULL)
                      ;
              }
 +            else if (*r == '(')

++++++ mc-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:24.000000000 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:24.000000000 +0200
@@ -1,2 +1,3 @@
 addFilter("mc\..* W: script-without-shebang /usr/lib/mc/fish/.+")
 addFilter("mc\..* W: script-without-shebang /usr/share/mc/mc.*\.c?sh")
+addFilter("mc\..* W: files-duplicate /etc/mc/mc.keymap")

++++++ mc.desktop ++++++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:24.000000000 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:24.000000000 +0200
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Type=Application
 Name=Midnight Commander
+GenericName=File Manager
 Exec=mc
 Terminal=true
 Icon=mc


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

Reply via email to