- Fix archive handling on remote GIO mounts without running fuse daemon
(#527045, #518510)
This commit is contained in:
parent
81a24e1084
commit
aeb1417b00
1217
file-roller-2.31.0-gvfs-fuse.patch
Normal file
1217
file-roller-2.31.0-gvfs-fuse.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
||||
Summary: Tool for viewing and creating archives
|
||||
Name: file-roller
|
||||
Version: 2.30.1.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Archiving
|
||||
URL: http://download.gnome.org/sources/file-roller/
|
||||
@ -43,6 +43,10 @@ Conflicts: nautilus < 2.2.0
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=617840
|
||||
Patch0: tar7z.patch
|
||||
|
||||
# from master
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=617769
|
||||
Patch1: file-roller-2.31.0-gvfs-fuse.patch
|
||||
|
||||
%description
|
||||
File Roller is an application for creating and viewing archives files,
|
||||
such as tar or zip files.
|
||||
@ -50,6 +54,7 @@ such as tar or zip files.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .tarz7
|
||||
%patch1 -p1 -b .gvfs-fuse
|
||||
|
||||
%build
|
||||
%configure --disable-scrollkeeper \
|
||||
@ -111,6 +116,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
||||
|
||||
%changelog
|
||||
* Mon May 17 2010 Tomas Bzatek <tbzatek@redhat.com> 2.30.1.1-3
|
||||
- Fix archive handling on remote GIO mounts without running fuse daemon (#527045, #518510)
|
||||
|
||||
* Wed May 5 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1.1-2
|
||||
- Don't crash when creating .tar.7z archives
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user