Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2019-05-03 22:09:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file-roller (Old)
 and      /work/SRC/openSUSE:Factory/.file-roller.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file-roller"

Fri May  3 22:09:24 2019 rev:142 rq:695671 version:3.32.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2018-10-17 
08:18:08.510948004 +0200
+++ /work/SRC/openSUSE:Factory/.file-roller.new.5148/file-roller.changes        
2019-05-03 22:09:27.479158622 +0200
@@ -1,0 +2,56 @@
+Wed Apr 10 08:44:51 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.1:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Mar 14 18:59:05 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+  + Updated translations.
+- Rebase patches with refresh_patches service.
+
+-------------------------------------------------------------------
+Tue Mar 12 07:17:26 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Rebase file-roller-3.4-change-archiver-priority.patch
+  (boo#1128813).
+
+-------------------------------------------------------------------
+Tue Mar  5 05:56:07 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.31.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 18 22:53:56 UTC 2019 - [email protected]
+
+- Update to version 3.31.91:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 15 21:23:23 UTC 2019 - [email protected]
+
+- Update to version 3.31.90:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jan  8 04:44:06 UTC 2019 - [email protected]
+
+- Update to version 3.31.2:
+  + Improved app icon.
+  + Overwrite dialog: added button to skip all existing files when
+    extracting.
+  + Use G_DECLARE_TYPE boilerplate.
+  + Updated translations.
+- Disable file-roller-3.4-change-archiver-priority.patch: Needs
+  rebase.
+
+-------------------------------------------------------------------
+Thu Jan  3 21:24:44 UTC 2019 - [email protected]
+
+- Update to version 3.31.1:
+  + Removed the application menu.
+  + Updated application icon.
+
+-------------------------------------------------------------------

Old:
----
  file-roller-3.30.1.tar.xz

New:
----
  file-roller-3.32.1.tar.xz

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

Other differences:
------------------
++++++ file-roller.spec ++++++
--- /var/tmp/diff_new_pack.7n6Ym1/_old  2019-05-03 22:09:27.927159518 +0200
+++ /var/tmp/diff_new_pack.7n6Ym1/_new  2019-05-03 22:09:27.927159518 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package file-roller
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           file-roller
-Version:        3.30.1
+Version:        3.32.1
 Release:        0
 Summary:        An Archive Manager for GNOME
 License:        GPL-2.0-or-later
 Group:          Productivity/Archiving/Compression
 URL:            https://wiki.gnome.org/Apps/FileRoller
-Source0:        
https://download.gnome.org/sources/file-roller/3.30/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/file-roller/3.32/%{name}-%{version}.tar.xz
 
 # PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 
[email protected] -- 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
@@ -83,7 +83,10 @@
 %lang_package
 
 %prep
-%autosetup -p1
+%autosetup -N
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 translation-update-upstream po %{name}
 
 %build

++++++ file-roller-3.30.1.tar.xz -> file-roller-3.32.1.tar.xz ++++++
++++ 30475 lines of diff (skipped)

++++++ file-roller-3.4-change-archiver-priority.patch ++++++
--- /var/tmp/diff_new_pack.7n6Ym1/_old  2019-05-03 22:09:28.291160246 +0200
+++ /var/tmp/diff_new_pack.7n6Ym1/_new  2019-05-03 22:09:28.291160246 +0200
@@ -1,20 +1,20 @@
-Index: file-roller-3.29.91/src/fr-init.c
+Index: file-roller-3.31.92/src/fr-init.c
 ===================================================================
---- file-roller-3.29.91.orig/src/fr-init.c     2018-08-27 20:37:42.000000000 
+0200
-+++ file-roller-3.29.91/src/fr-init.c  2018-08-29 01:05:09.851754510 +0200
-@@ -368,6 +368,7 @@ register_archives (void)
+--- file-roller-3.31.92.orig/src/fr-init.c
++++ file-roller-3.31.92/src/fr-init.c
+@@ -374,6 +374,7 @@ register_archives (void)
  
-       register_archive (FR_TYPE_COMMAND_TAR);
-       register_archive (FR_TYPE_COMMAND_CFILE);
-+      register_archive (FR_TYPE_COMMAND_ZIP);
-       register_archive (FR_TYPE_COMMAND_7Z);
-       register_archive (FR_TYPE_COMMAND_DPKG);
+       register_archive (fr_command_tar_get_type ());
+       register_archive (fr_command_cfile_get_type ());
++      register_archive (fr_command_zip_get_type ());
+       register_archive (fr_command_7z_get_type ());
+       register_archive (fr_command_dpkg_get_type ());
  
-@@ -383,7 +384,6 @@ register_archives (void)
-       register_archive (FR_TYPE_COMMAND_RPM);
-       register_archive (FR_TYPE_COMMAND_UNSQUASHFS);
-       register_archive (FR_TYPE_COMMAND_UNSTUFF);
--      register_archive (FR_TYPE_COMMAND_ZIP);
-       register_archive (FR_TYPE_COMMAND_LRZIP);
-       register_archive (FR_TYPE_COMMAND_ZOO);
+@@ -389,7 +390,6 @@ register_archives (void)
+       register_archive (fr_command_rpm_get_type ());
+       register_archive (fr_command_unsquashfs_get_type ());
+       register_archive (fr_command_unstuff_get_type ());
+-      register_archive (fr_command_zip_get_type ());
+       register_archive (fr_command_lrzip_get_type ());
+       register_archive (fr_command_zoo_get_type ());
  #if HAVE_JSON_GLIB

++++++ file-roller-ignore-unrar-if-wrapper.patch ++++++
--- /var/tmp/diff_new_pack.7n6Ym1/_old  2019-05-03 22:09:28.295160255 +0200
+++ /var/tmp/diff_new_pack.7n6Ym1/_new  2019-05-03 22:09:28.295160255 +0200
@@ -1,8 +1,8 @@
-Index: file-roller-3.29.91/src/fr-command-rar.c
+Index: file-roller-3.32.0/src/fr-command-rar.c
 ===================================================================
---- file-roller-3.29.91.orig/src/fr-command-rar.c      2018-08-27 
20:37:42.000000000 +0200
-+++ file-roller-3.29.91/src/fr-command-rar.c   2018-08-29 01:05:09.879754204 
+0200
-@@ -763,6 +763,39 @@ fr_command_rar_get_mime_types (FrArchive
+--- file-roller-3.32.0.orig/src/fr-command-rar.c       2019-03-11 
23:00:45.000000000 +0100
++++ file-roller-3.32.0/src/fr-command-rar.c    2019-03-14 20:21:40.103871799 
+0100
+@@ -775,6 +775,39 @@ fr_command_rar_get_mime_types (FrArchive
        return rar_mime_type;
  }
  
@@ -42,7 +42,7 @@
  
  static FrArchiveCap
  fr_command_rar_get_capabilities (FrArchive  *archive,
-@@ -774,7 +807,7 @@ fr_command_rar_get_capabilities (FrArchi
+@@ -786,7 +819,7 @@ fr_command_rar_get_capabilities (FrArchi
        capabilities = FR_ARCHIVE_CAN_STORE_MANY_FILES | FR_ARCHIVE_CAN_ENCRYPT 
| FR_ARCHIVE_CAN_ENCRYPT_HEADER;
        if (_g_program_is_available ("rar", check_command))
                capabilities |= FR_ARCHIVE_CAN_READ_WRITE | 
FR_ARCHIVE_CAN_CREATE_VOLUMES;

++++++ file-roller-pkg-match.patch ++++++
--- /var/tmp/diff_new_pack.7n6Ym1/_old  2019-05-03 22:09:28.303160270 +0200
+++ /var/tmp/diff_new_pack.7n6Ym1/_new  2019-05-03 22:09:28.303160270 +0200
@@ -1,8 +1,8 @@
-Index: file-roller-3.29.91/data/packages.match
+Index: file-roller-3.32.0/data/packages.match
 ===================================================================
---- file-roller-3.29.91.orig/data/packages.match       2018-08-27 
20:37:41.000000000 +0200
-+++ file-roller-3.29.91/data/packages.match    2018-08-29 01:05:09.863754379 
+0200
-@@ -6,15 +6,15 @@ cpio=
+--- file-roller-3.32.0.orig/data/packages.match        2019-03-11 
23:00:44.000000000 +0100
++++ file-roller-3.32.0/data/packages.match     2019-03-14 20:21:39.939870131 
+0100
+@@ -7,15 +7,15 @@ cpio=
  dpkg=
  genisoimage=
  gzip=


Reply via email to