Hello community, here is the log from the commit of package file-roller for openSUSE:Factory checked in at 2012-11-21 15:20:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/file-roller (Old) and /work/SRC/openSUSE:Factory/.file-roller.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "file-roller", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes 2012-10-19 08:45:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 2012-11-21 15:20:31.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Nov 12 21:22:10 UTC 2012 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- file-roller-3.6.1.1.tar.xz New: ---- file-roller-3.6.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ file-roller.spec ++++++ --- /var/tmp/diff_new_pack.Jd7h0w/_old 2012-11-21 15:20:33.000000000 +0100 +++ /var/tmp/diff_new_pack.Jd7h0w/_new 2012-11-21 15:20:33.000000000 +0100 @@ -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 @@ # 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 @@ %build %configure\ --disable-scrollkeeper \ - --disable-magic + --enable-magic make %{?_smp_mflags} V=1 %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
