Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2012-07-22 15:09:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file-roller (Old)
 and      /work/SRC/openSUSE:Factory/.file-roller.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file-roller", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2012-05-22 
08:13:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes     
2012-07-22 15:09:49.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun 17 17:29:05 UTC 2012 - gan...@opensuse.org
+
+- Add file-roller-3.4-change-archiver-priority.patch : Give 'unzip'
+  a higher priority than '7z' when choosing the packer/unpacker
+  tool. Even though 7z would have slight better compression, unzip
+  has better results with non-latin character sets (due to added
+  librcc support in openSUSE). We favor having a better visible
+  user experience to slight better compression ratios (bnc#767386).
+
+-------------------------------------------------------------------

New:
----
  file-roller-3.4-change-archiver-priority.patch

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

Other differences:
------------------
++++++ file-roller.spec ++++++
--- /var/tmp/diff_new_pack.NexKxH/_old  2012-07-22 15:09:50.000000000 +0200
+++ /var/tmp/diff_new_pack.NexKxH/_new  2012-07-22 15:09:50.000000000 +0200
@@ -24,6 +24,8 @@
 Group:          Productivity/Archiving/Compression
 Url:            http://fileroller.sourceforge.net
 Source:         
http://download.gnome.org/sources/file-roller/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 
gan...@opensuse.org -- Give unzip a higher priority than 7z when unpackging zip 
files. Gives better results for non-latin charsets.
+Patch0:         file-roller-3.4-change-archiver-priority.patch
 # Needed for directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  fdupes
@@ -89,6 +91,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0
 translation-update-upstream
 
 %build

++++++ file-roller-3.4-change-archiver-priority.patch ++++++
Index: src/fr-init.c
===================================================================
--- src/fr-init.c.orig
+++ src/fr-init.c
@@ -339,6 +339,7 @@ register_commands (void)
 
        register_command (FR_TYPE_COMMAND_TAR);
        register_command (FR_TYPE_COMMAND_CFILE);
+       register_command (FR_TYPE_COMMAND_ZIP);
        register_command (FR_TYPE_COMMAND_7Z);
        register_command (FR_TYPE_COMMAND_DPKG);
 
@@ -353,7 +354,6 @@ register_commands (void)
        register_command (FR_TYPE_COMMAND_RAR);
        register_command (FR_TYPE_COMMAND_RPM);
        register_command (FR_TYPE_COMMAND_UNSTUFF);
-       register_command (FR_TYPE_COMMAND_ZIP);
        register_command (FR_TYPE_COMMAND_LRZIP);
        register_command (FR_TYPE_COMMAND_ZOO);
 }

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

Reply via email to