Accepting request 538383 from GNOME:Factory

(forwarded request 538036 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/538383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file-roller?expand=0&rev=134
This commit is contained in:
Dominique Leuenberger 2017-11-03 18:07:20 +00:00 committed by Git OBS Bridge
commit 51e439d524
4 changed files with 20 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 31 22:06:03 UTC 2017 - luc14n0@linuxmail.org
- Update to version 3.26.2:
+ Updated translations.
- Update Url to https://wiki.gnome.org/Apps/FileRoller: current
File Roller's wiki page.
- Drop pkgconfig BuildRequires: devel packages implicit dependency.
- Pass --enable-libarchive and --enable-notification to configure:
making sure the features we want are enabled.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 3 21:15:22 UTC 2017 - luc14n0@linuxmail.org Tue Oct 3 21:15:22 UTC 2017 - luc14n0@linuxmail.org

View File

@ -17,13 +17,13 @@
Name: file-roller Name: file-roller
Version: 3.26.1 Version: 3.26.2
Release: 0 Release: 0
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
Url: http://fileroller.sourceforge.net Url: https://wiki.gnome.org/Apps/FileRoller
Source: http://download.gnome.org/sources/file-roller/3.26/%{name}-%{version}.tar.xz Source: https://download.gnome.org/sources/file-roller/3.26/%{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. # 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 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. # PATCH-FEATURE-OPENSUSE file-roller-pkg-match.patch bnc#696530 dimstar@opensuse.org -- List package match names for automatic installation using PK.
@ -33,7 +33,6 @@ BuildRequires: dbus-1
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: file-devel BuildRequires: file-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: yelp-tools BuildRequires: yelp-tools
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0 BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
@ -91,7 +90,9 @@ translation-update-upstream
%build %build
%configure\ %configure\
--enable-magic --enable-magic \
--enable-libarchive \
--enable-notification
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install