Accepting request 142086 from GNOME:Factory

Push G:F

OBS-URL: https://build.opensuse.org/request/show/142086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file-roller?expand=0&rev=87
This commit is contained in:
Stephan Kulow 2012-11-21 14:20:29 +00:00 committed by Git OBS Bridge
commit fe841ec144
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

View File

@ -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