diff --git a/file-roller-3.6.1.1.tar.xz b/file-roller-3.6.1.1.tar.xz deleted file mode 100644 index 8000430..0000000 --- a/file-roller-3.6.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac4916930eb177ff12278ad9bdb42ebec3f6ae6c46b4eb5a876021ef37ba9d31 -size 1483772 diff --git a/file-roller-3.6.2.tar.xz b/file-roller-3.6.2.tar.xz new file mode 100644 index 0000000..6c367fd --- /dev/null +++ b/file-roller-3.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1 +size 1483616 diff --git a/file-roller.changes b/file-roller.changes index 4988fb2..920f706 100644 --- a/file-roller.changes +++ b/file-roller.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 12 21:22:10 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.2: + + Fails when tryings create zip files if is in "maximum" + compression level (bgo#686655). + + Updated translations. +- Add file-devel BuildRequires: it is what actually provides + magic.h / libmagic devel files. +- Change --disable-magic configure parameter to --enable-magic in + order to ensure libmagic is being found. + ------------------------------------------------------------------- Wed Oct 17 21:10:20 UTC 2012 - dimstar@opensuse.org diff --git a/file-roller.spec b/file-roller.spec index 639bce3..5bfd738 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -17,9 +17,8 @@ Name: file-roller -Version: 3.6.1.1 +Version: 3.6.2 Release: 0 -# FIXME: Enable libmagic support. Summary: An Archive Manager for GNOME License: GPL-2.0+ Group: Productivity/Archiving/Compression @@ -32,6 +31,7 @@ Patch1: file-roller-pkg-match.patch # Needed for directory ownership BuildRequires: dbus-1 BuildRequires: fdupes +BuildRequires: file-devel BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files @@ -105,7 +105,7 @@ translation-update-upstream %build %configure\ --disable-scrollkeeper \ - --disable-magic + --enable-magic make %{?_smp_mflags} V=1 %install