1.3.4
This commit is contained in:
parent
ff85c53391
commit
86cabe352c
19
gvfs.spec
19
gvfs.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.3.3
|
Version: 1.3.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -34,18 +34,9 @@ BuildRequires: automake autoconf
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=567235
|
# http://bugzilla.gnome.org/show_bug.cgi?id=567235
|
||||||
Patch1: gvfs-archive-integration.patch
|
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()
|
# Bad mount prefix stripping in g_daemon_file_get_path()
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=590862
|
# http://bugzilla.gnome.org/show_bug.cgi?id=590862
|
||||||
Patch4: gvfs-1.3.4-dont-strip-mount-prefix-for-local-paths.patch
|
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
|
# https://bugzilla.redhat.com/show_bug.cgi?id=497631
|
||||||
Patch8: gvfs-1.2.2-dnssd-deadlock.patch
|
Patch8: gvfs-1.2.2-dnssd-deadlock.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=504339
|
# https://bugzilla.redhat.com/show_bug.cgi?id=504339
|
||||||
@ -134,10 +125,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .archive-integration
|
%patch1 -p1 -b .archive-integration
|
||||||
%patch2 -p1 -b .gedit-segfault
|
|
||||||
%patch3 -p1 -b .smb-fake-content-type
|
|
||||||
%patch4 -p1 -b .mount-prefix
|
%patch4 -p1 -b .mount-prefix
|
||||||
%patch5 -p1 -b .sftp-choices-segfault
|
|
||||||
%patch8 -p1 -b .dnssd-deadlock
|
%patch8 -p1 -b .dnssd-deadlock
|
||||||
%patch9 -p1 -b .sftp-timeout
|
%patch9 -p1 -b .sftp-timeout
|
||||||
|
|
||||||
@ -286,6 +274,9 @@ update-desktop-database &> /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 7 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.3-3
|
||||||
- Fix bad mount prefix stripping (part of #509612)
|
- Fix bad mount prefix stripping (part of #509612)
|
||||||
- Fix gvfsd-sftp segfault when asking a question
|
- Fix gvfsd-sftp segfault when asking a question
|
||||||
|
Loading…
Reference in New Issue
Block a user