Accepting request 141028 from GNOME:Next

Update to 3.6.2

OBS-URL: https://build.opensuse.org/request/show/141028
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=149
This commit is contained in:
Dominique Leuenberger 2012-11-14 16:14:51 +00:00 committed by Git OBS Bridge
parent def31be9f3
commit 1950eebab3
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac4916930eb177ff12278ad9bdb42ebec3f6ae6c46b4eb5a876021ef37ba9d31
size 1483772

3
file-roller-3.6.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1
size 1483616

View File

@ -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 Wed Oct 17 21:10:20 UTC 2012 - dimstar@opensuse.org

View File

@ -17,9 +17,8 @@
Name: file-roller Name: file-roller
Version: 3.6.1.1 Version: 3.6.2
Release: 0 Release: 0
# FIXME: Enable libmagic support.
Summary: An Archive Manager for GNOME Summary: An Archive Manager for GNOME
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Archiving/Compression Group: Productivity/Archiving/Compression
@ -32,6 +31,7 @@ Patch1: file-roller-pkg-match.patch
# Needed for directory ownership # Needed for directory ownership
BuildRequires: dbus-1 BuildRequires: dbus-1
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: file-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -105,7 +105,7 @@ translation-update-upstream
%build %build
%configure\ %configure\
--disable-scrollkeeper \ --disable-scrollkeeper \
--disable-magic --enable-magic
make %{?_smp_mflags} V=1 make %{?_smp_mflags} V=1
%install %install