Accepting request 519447 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/519447
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=249
This commit is contained in:
Dominique Leuenberger 2017-08-31 07:45:07 +00:00 committed by Git OBS Bridge
parent bf4836bc66
commit 2b496e35b2
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Aug 26 08:04:48 UTC 2017 - dimstar@opensuse.org
- Update to version 3.25.1:
+ New features and user visible changes:
- Filter: match any filename that contains the string, not just
filenames that begin with the string.
- Use Unicode in translatable strings (bgo#774008).
+ Bugs fixed:
- Never tries WINDOWS-1252 encoding (bgo#785081).
- Do not activate 'file delete' when pressing Delete in the
filter entry.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 26 07:04:48 UTC 2017 - olaf@aepfle.de Sat Aug 26 07:04:48 UTC 2017 - olaf@aepfle.de

View File

@ -17,18 +17,17 @@
Name: file-roller Name: file-roller
Version: 3.24.1 Version: 3.25.1
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: http://fileroller.sourceforge.net
Source: http://download.gnome.org/sources/file-roller/3.24/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/file-roller/3.25/%{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.
Patch1: file-roller-pkg-match.patch Patch1: file-roller-pkg-match.patch
# Needed for directory ownership # Needed for directory ownership
BuildRequires: dbus-1 BuildRequires: dbus-1
BuildRequires: fdupes BuildRequires: fdupes
@ -69,7 +68,6 @@ Suggests: zoo
#Suggests: unalz #Suggests: unalz
#Suggests: unstuff #Suggests: unstuff
Obsoletes: nautilus-file-roller Obsoletes: nautilus-file-roller
BuildRoot: %{_tmppath}/%{name}-%{version}-build
DocDir: %{_defaultdocdir} DocDir: %{_defaultdocdir}
%glib2_gsettings_schema_requires %glib2_gsettings_schema_requires
%if !0%{?is_opensuse} %if !0%{?is_opensuse}
@ -119,8 +117,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_bindir}/file-roller %{_bindir}/file-roller
%{_libexecdir}/file-roller/ %{_libexecdir}/file-roller/
%{_datadir}/GConf/gsettings/file-roller.convert %{_datadir}/GConf/gsettings/file-roller.convert
%dir %{_datadir}/appdata %dir %{_datadir}/metainfo
%{_datadir}/appdata/org.gnome.FileRoller.appdata.xml %{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service %{_datadir}/dbus-1/services/org.gnome.FileRoller.service
%{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service %{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service