Accepting request 885658 from GNOME:Factory
- Update to version 3.39.1 Fixed macro (as commented) (forwarded request 885296 from susnux) OBS-URL: https://build.opensuse.org/request/show/885658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file-roller?expand=0&rev=152
This commit is contained in:
commit
bbe1c2fd02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:723d1c6e567d35dad5eeeaeb86b8d18705658ee73e0b3b97ea16adc7a4dc331a
|
|
||||||
size 877960
|
|
3
file-roller-3.39.1.tar.xz
Normal file
3
file-roller-3.39.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7baadb12d664e6e143021559d3cb076bf7de6d17910c4315f54b02bad70675c9
|
||||||
|
size 876972
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 14 00:20:42 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 3.39.1
|
||||||
|
+ New features and user visibile changes:
|
||||||
|
- Let nautilus handle properly rar files
|
||||||
|
- Remember If Showing Other Options.
|
||||||
|
- Action Enter key in password field.
|
||||||
|
- multicore xz compression.
|
||||||
|
- Added nautilus extension subpackage
|
||||||
|
- Update to version 3.38.1
|
||||||
|
+ Skip files with symlinks in parents. ( CVE-2020-36314 )
|
||||||
|
+ Fix use-after-free in error message reporting.
|
||||||
|
+ Updated translations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 12:35:51 UTC 2020 - dimstar@opensuse.org
|
Mon Sep 14 12:35:51 UTC 2020 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package file-roller
|
# spec file for package file-roller
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,21 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
Version: 3.38.0
|
Version: 3.39.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An Archive Manager for GNOME
|
Summary: An Archive Manager for GNOME
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
URL: https://wiki.gnome.org/Apps/FileRoller
|
URL: https://wiki.gnome.org/Apps/FileRoller
|
||||||
Source0: https://download.gnome.org/sources/file-roller/3.38/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/file-roller/3.39/%{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
|
||||||
# PATCH-FIX-OPENSUSE file-roller-ignore-unrar-if-wrapper.patch bsc#1072118 mgorse@suse.com -- if unrar is a wrapper script for unar, then ignore it, and use unar instead.
|
# PATCH-FIX-OPENSUSE file-roller-ignore-unrar-if-wrapper.patch bsc#1072118 mgorse@suse.com -- if unrar is a wrapper script for unar, then ignore it, and use unar instead.
|
||||||
Patch2: file-roller-ignore-unrar-if-wrapper.patch
|
Patch2: file-roller-ignore-unrar-if-wrapper.patch
|
||||||
|
|
||||||
# Needed for directory ownership
|
# Needed for directory ownership
|
||||||
BuildRequires: dbus-1
|
BuildRequires: dbus-1
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -45,6 +43,7 @@ BuildRequires: pkgconfig(gthread-2.0)
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
|
||||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.14.0
|
BuildRequires: pkgconfig(json-glib-1.0) >= 0.14.0
|
||||||
BuildRequires: pkgconfig(libarchive) >= 3.0.0
|
BuildRequires: pkgconfig(libarchive) >= 3.0.0
|
||||||
|
BuildRequires: pkgconfig(libnautilus-extension)
|
||||||
BuildRequires: pkgconfig(libnotify) >= 0.4.3
|
BuildRequires: pkgconfig(libnotify) >= 0.4.3
|
||||||
# Formats that we likely want to support by default
|
# Formats that we likely want to support by default
|
||||||
Recommends: bzip2
|
Recommends: bzip2
|
||||||
@ -72,7 +71,6 @@ Suggests: zoo
|
|||||||
#Suggests: unace
|
#Suggests: unace
|
||||||
#Suggests: unalz
|
#Suggests: unalz
|
||||||
#Suggests: unstuff
|
#Suggests: unstuff
|
||||||
Obsoletes: nautilus-file-roller
|
|
||||||
DocDir: %{_defaultdocdir}
|
DocDir: %{_defaultdocdir}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -80,6 +78,17 @@ File Roller is an archive manager for GNOME. With it, you can create
|
|||||||
and modify archives, view the contents of an archive, view a file
|
and modify archives, view the contents of an archive, view a file
|
||||||
contained in the archive, and extract files from the archive.
|
contained in the archive, and extract files from the archive.
|
||||||
|
|
||||||
|
%package -n nautilus-file-roller
|
||||||
|
Summary: File-roller extension for Nautilus
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Requires: nautilus
|
||||||
|
|
||||||
|
%description -n nautilus-file-roller
|
||||||
|
File Roller is an archive manager for GNOME. With it, you can create
|
||||||
|
and modify archives, view the contents of an archive, view a file
|
||||||
|
contained in the archive, and extract files from the archive.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -88,10 +97,9 @@ translation-update-upstream po %{name}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-D notification=true \
|
-D notification=enabled \
|
||||||
-D libarchive=true \
|
-D libarchive=enabled \
|
||||||
-D magic=true \
|
-D magic=enabled
|
||||||
%{nil}
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -103,16 +111,19 @@ translation-update-upstream po %{name}
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS
|
%doc AUTHORS NEWS
|
||||||
%{_bindir}/file-roller
|
%{_bindir}/file-roller
|
||||||
|
%{_datadir}/file-roller/
|
||||||
%{_libexecdir}/file-roller/
|
%{_libexecdir}/file-roller/
|
||||||
%dir %{_datadir}/metainfo
|
%dir %{_datadir}/metainfo
|
||||||
%{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml
|
%{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
%{_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.ArchiveManager1.service
|
||||||
%{_datadir}/file-roller/
|
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
|
||||||
|
%files -n nautilus-file-roller
|
||||||
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-fileroller.so
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user