diff --git a/.gitignore b/.gitignore index 0d3016b..94657e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ gvfs-1.6.3.tar.bz2 /gvfs-1.6.4.tar.bz2 +/gvfs-1.6.5.tar.gz diff --git a/gvfs.spec b/gvfs.spec index 8f2c70c..1868e93 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,15 +1,15 @@ Summary: Backends for the gio framework in GLib Name: gvfs -Version: 1.6.4 +Version: 1.6.5 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org -Source: http://download.gnome.org/sources/gvfs/1.6/gvfs-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gvfs/1.6/gvfs-%{version}.tar.gz BuildRequires: pkgconfig -BuildRequires: glib2-devel >= 2.25.1-2 +BuildRequires: glib2-devel >= 2.27.1 # for post-install update-gio-modules and overall functionality -Requires: glib2 >= 2.25.1-2 +Requires: glib2 >= 2.27.1 BuildRequires: dbus-glib-devel BuildRequires: /usr/bin/ssh BuildRequires: libcdio-devel >= 0.78.2 @@ -218,7 +218,6 @@ killall -USR1 gvfsd >&/dev/null || : %{_libdir}/libgvfscommon-dnssd.so.* %{_libdir}/gio/modules/libgioremote-volume-monitor.so %{_libdir}/gio/modules/libgvfsdbus.so -%{_libdir}/gio/modules/libgiogconf.so %{_libexecdir}/gvfsd %{_libexecdir}/gvfsd-ftp %{_libexecdir}/gvfsd-sftp @@ -306,6 +305,9 @@ killall -USR1 gvfsd >&/dev/null || : %endif %changelog +* Mon Nov 1 2010 Matthias Clasen - 1.6.5-1 +- Update to 1.6.5 + * Wed Sep 29 2010 Matthias Clasen - 1.6.4-1 - Update to 1.6.4 diff --git a/sources b/sources index f2a4446..a1bf2f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2edf08b7c4531d5dfae39e30adb12d18 gvfs-1.6.4.tar.bz2 +e32d1062b3c6fb6620d5e8b7b354041e gvfs-1.6.5.tar.gz