diff --git a/gvfs.spec b/gvfs.spec index 4210638..8859e08 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,12 +1,11 @@ Summary: Backends for the gio framework in GLib Name: gvfs -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org Source: http://download.gnome.org/sources/gvfs/1.5/gvfs-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig BuildRequires: glib2-devel >= 2.23.2 BuildRequires: dbus-glib-devel @@ -21,7 +20,7 @@ BuildRequires: gnome-keyring-devel BuildRequires: intltool BuildRequires: gettext-devel BuildRequires: GConf2-devel -BuildRequires: gnome-disk-utility-devel >= 2.28.1-1 +BuildRequires: gnome-disk-utility-devel >= 2.29.90-1 BuildRequires: PolicyKit-devel BuildRequires: expat-devel @@ -36,10 +35,6 @@ BuildRequires: libtool # http://bugzilla.gnome.org/show_bug.cgi?id=567235 Patch0: gvfs-archive-integration.patch -# gvfsd-sftp crashes on unmount -# https://bugzilla.redhat.com/show_bug.cgi?id=557548 -Patch1: gvfs-1.5.4-sftp-unmount.patch - # Recognize gphoto2 cameras which don't implement get storageinfo # https://bugzilla.redhat.com/show_bug.cgi?id=552856 Patch15: gvfs-1.5.1-gphoto2-no-storageinfo-support.patch @@ -139,7 +134,6 @@ including phones and music players to applications using gvfs. %prep %setup -q %patch0 -p1 -b .archive-integration -%patch1 -p1 -b .sftp-unmount %patch15 -p1 -b .gphoto2-storageinfo @@ -227,8 +221,6 @@ killall -USR1 gvfsd >&/dev/null || : %{_datadir}/gvfs/mounts/dns-sd.mount %{_datadir}/gvfs/mounts/network.mount %{_datadir}/gvfs/mounts/ftp.mount -%{_datadir}/dbus-1/services/gvfs-daemon.service -%{_datadir}/dbus-1/services/gvfs-metadata.service %{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service %{_datadir}/gvfs/remote-volume-monitors/gdu.monitor %{_libdir}/libgvfscommon.so.* @@ -321,6 +313,9 @@ killall -USR1 gvfsd >&/dev/null || : %{_datadir}/gvfs/remote-volume-monitors/afc.monitor %changelog +* Mon Feb 22 2010 Matthias Clasen - 1.5.4-1 +- Update to 1.5.4 + * Mon Feb 15 2010 Tomas Bzatek - 1.5.3-2 - sftp: fix crash on unmount diff --git a/sources b/sources index 7cd78a1..67df465 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0540360ccc0943d6a0c93c79981deee gvfs-1.5.3.tar.bz2 +1e766cbb66c998ff8c382f20136f7377 gvfs-1.5.4.tar.bz2