From 9a60fdc807fce5f376d2e19d03e2ee97857c4fd92b526cc5b8bae5168672cc32 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Apr 2014 20:36:50 +0000 Subject: [PATCH 1/2] Accepting request 228604 from GNOME:Next Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228604 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=185 --- file-roller-3.10.2.1.tar.xz | 3 -- file-roller-3.12.0.tar.xz | 3 ++ file-roller.changes | 87 +++++++++++++++++++++++++++++++++++++ file-roller.spec | 4 +- 4 files changed, 92 insertions(+), 5 deletions(-) delete mode 100644 file-roller-3.10.2.1.tar.xz create mode 100644 file-roller-3.12.0.tar.xz diff --git a/file-roller-3.10.2.1.tar.xz b/file-roller-3.10.2.1.tar.xz deleted file mode 100644 index 0c8580e..0000000 --- a/file-roller-3.10.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fde1104103df71c126e759089f12dc7fa25ec642308649e87d542ee7c3276790 -size 1392792 diff --git a/file-roller-3.12.0.tar.xz b/file-roller-3.12.0.tar.xz new file mode 100644 index 0000000..714f1db --- /dev/null +++ b/file-roller-3.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62c6269e94c65237d970559c6dee0de38390b17f0d48f9ac8836ec85f79a897 +size 1395716 diff --git a/file-roller.changes b/file-roller.changes index 90ddc4f..9cf4662 100644 --- a/file-roller.changes +++ b/file-roller.changes @@ -1,3 +1,90 @@ +------------------------------------------------------------------- +Tue Mar 25 12:33:31 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.12.0: + + Updated help pages. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 19 10:55:45 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.92: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 3 21:41:48 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.91: + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 17 20:49:59 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + New features and user visible changes: Show more rows in the + drag icon when dragging multiple rows. + + Bugs fixed: Fixed wrong drag&drop activation when in single + click mode. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 3 20:29:41 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.5: + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 24 23:40:00 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.4: + + Use a HeaderBar instead of a Toolbar. + + Removed the statusbar. + + Bugs fixed: + - src/gtk-utils.c: non-void function should return a value + (bgo#722002). + - Cannot extract .tar.lzop archives (bgo#720279). + - file-roller should not require sudo/root to extract an iso + (bgo#721093). + - Align better the buttons in the header bar (bgo#720904). + - Removed all the deprecated functions from the source code. + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 24 23:30:00 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.3: + + New features and user visible changes: + - App menu: standardize Help/About/Quit (bgo#720142). + - App menu: rename Folders to Sidebar (bgo#708655). + - Use a menubar if the shell doesn't support the app menu + (bgo#715020). + + Bugs fixed: + - 7zip: fixed error when deleting files from an archive with + encrypted header. + - zip: added ear and war to the supported types list. + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 24 23:20:00 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.2: + + bgo#711745: rar: fixed error with some password protected + files. + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 24 23:10:00 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.1: + + Improved XDS dnd support allowing gedit to open a file or + nautilus to reveal an extracted file (bgo#710546). + + Application name appears untranslated (bgo#710982). + + Fixed crash when clicking the open button after creation + (bgo#710576). + + Fixed crash when asking whether to overwrite a file. + + libarchive: do not fail for a warning. + + Updated translations. + ------------------------------------------------------------------- Fri Jan 24 23:02:04 UTC 2014 - zaitor@opensuse.org diff --git a/file-roller.spec b/file-roller.spec index 337802a..e560aff 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -17,13 +17,13 @@ Name: file-roller -Version: 3.10.2.1 +Version: 3.12.0 Release: 0 Summary: An Archive Manager for GNOME License: GPL-2.0+ Group: Productivity/Archiving/Compression Url: http://fileroller.sourceforge.net -Source: http://download.gnome.org/sources/file-roller/3.10/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/file-roller/3.12/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 gankov@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 # PATCH-FEATURE-OPENSUSE file-roller-pkg-match.patch bnc#696530 dimstar@opensuse.org -- List package match names for automatic installation using PK. From b5a7332390b1ce6091f6925a74f97be8c8ada8e2a3b272c1017590af535b6317 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 15 Apr 2014 07:27:26 +0000 Subject: [PATCH 2/2] Accepting request 230122 from home:Zaitor:branches:GNOME:Factory - Update to version 3.12.1: + Make DBus-activatable (bgo#728009). + "Open with" does not work (bgo#727215). + Updated translations. - Update .desktop file name following upstream changes. OBS-URL: https://build.opensuse.org/request/show/230122 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=186 --- file-roller-3.12.0.tar.xz | 3 --- file-roller-3.12.1.tar.xz | 3 +++ file-roller.changes | 9 +++++++++ file-roller.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 file-roller-3.12.0.tar.xz create mode 100644 file-roller-3.12.1.tar.xz diff --git a/file-roller-3.12.0.tar.xz b/file-roller-3.12.0.tar.xz deleted file mode 100644 index 714f1db..0000000 --- a/file-roller-3.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62c6269e94c65237d970559c6dee0de38390b17f0d48f9ac8836ec85f79a897 -size 1395716 diff --git a/file-roller-3.12.1.tar.xz b/file-roller-3.12.1.tar.xz new file mode 100644 index 0000000..5ee0a04 --- /dev/null +++ b/file-roller-3.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb35ae0d3542eee59b916b699f86298dfe93379b1769d6ca1980b2db95672481 +size 1397404 diff --git a/file-roller.changes b/file-roller.changes index 9cf4662..6b23000 100644 --- a/file-roller.changes +++ b/file-roller.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Apr 15 05:46:36 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.1: + + Make DBus-activatable (bgo#728009). + + "Open with" does not work (bgo#727215). + + Updated translations. +- Update .desktop file name following upstream changes. + ------------------------------------------------------------------- Tue Mar 25 12:33:31 UTC 2014 - dimstar@opensuse.org diff --git a/file-roller.spec b/file-roller.spec index e560aff..8849fac 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -17,7 +17,7 @@ Name: file-roller -Version: 3.12.0 +Version: 3.12.1 Release: 0 Summary: An Archive Manager for GNOME License: GPL-2.0+ @@ -109,7 +109,7 @@ make %{?_smp_mflags} %install %make_install -%suse_update_desktop_file %{name} +%suse_update_desktop_file org.gnome.FileRoller %find_lang %{name} %{?no_lang_C} rm %{buildroot}%{_libdir}/*/*/*.*a %fdupes %{buildroot} @@ -132,6 +132,7 @@ rm %{buildroot}%{_libdir}/*/*/*.*a %{_datadir}/GConf/gsettings/file-roller.convert %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.gnome.FileRoller.service +%{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service %{_datadir}/file-roller/ %doc %{_datadir}/help/C/%{name}/ %{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml