This commit is contained in:
Matthias Clasen 2009-08-10 17:05:22 +00:00
parent ff85c53391
commit 86cabe352c

View File

@ -1,7 +1,7 @@
Summary: Backends for the gio framework in GLib
Name: gvfs
Version: 1.3.3
Release: 3%{?dist}
Version: 1.3.4
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@ -34,18 +34,9 @@ BuildRequires: automake autoconf
BuildRequires: libtool
# http://bugzilla.gnome.org/show_bug.cgi?id=567235
Patch1: gvfs-archive-integration.patch
# gedit crashed with SIGSEGV in strlen()
# https://bugzilla.gnome.org/show_bug.cgi?id=589915
Patch2: gvfs-1.3.4-output-stream-callback-arg.patch
# smb url don't work in the run application dialog
# http://bugzilla.gnome.org/show_bug.cgi?id=573994
Patch3: gvfs-1.3.4-smb-browse-fake-content-type.patch
# Bad mount prefix stripping in g_daemon_file_get_path()
# http://bugzilla.gnome.org/show_bug.cgi?id=590862
Patch4: gvfs-1.3.4-dont-strip-mount-prefix-for-local-paths.patch
# gvfsd-sftp crashed with SIGSEGV in strlen()
# http://bugzilla.gnome.org/show_bug.cgi?id=589434
Patch5: gvfs-1.3.4-bug-589434-sftp-choices-segfault.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=497631
Patch8: gvfs-1.2.2-dnssd-deadlock.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=504339
@ -134,10 +125,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
%prep
%setup -q
%patch1 -p1 -b .archive-integration
%patch2 -p1 -b .gedit-segfault
%patch3 -p1 -b .smb-fake-content-type
%patch4 -p1 -b .mount-prefix
%patch5 -p1 -b .sftp-choices-segfault
%patch8 -p1 -b .dnssd-deadlock
%patch9 -p1 -b .sftp-timeout
@ -286,6 +274,9 @@ update-desktop-database &> /dev/null ||:
%changelog
* Mon Aug 10 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.4-1
- Update to 1.3.4
* Fri Aug 7 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.3-3
- Fix bad mount prefix stripping (part of #509612)
- Fix gvfsd-sftp segfault when asking a question