diff --git a/.gitignore b/.gitignore index d95d44b..fdd1fba 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ gvfs-1.6.3.tar.bz2 /gvfs-1.9.5.tar.xz /gvfs-1.10.0.tar.xz /gvfs-1.10.1.tar.xz +/gvfs-1.11.0.tar.xz diff --git a/gvfs.spec b/gvfs.spec index 10b9ba6..989e6c3 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,13 +1,13 @@ Summary: Backends for the gio framework in GLib Name: gvfs -Version: 1.10.1 +Version: 1.11.0 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org -Source: http://download.gnome.org/sources/gvfs/1.10/gvfs-%{version}.tar.xz +Source: http://download.gnome.org/sources/gvfs/1.11/gvfs-%{version}.tar.xz BuildRequires: pkgconfig -BuildRequires: glib2-devel >= 2.29.14 +BuildRequires: glib2-devel >= 2.31.0 # for post-install update-gio-modules and overall functionality Requires: glib2 >= 2.29.14 BuildRequires: dbus-glib-devel @@ -15,7 +15,7 @@ BuildRequires: /usr/bin/ssh BuildRequires: libcdio-devel >= 0.78.2 # obexftp backend is the last user requiring hal #BuildRequires: hal-devel >= 0.5.10 -BuildRequires: libgudev-devel +BuildRequires: libgudev1-devel BuildRequires: libsoup-devel >= 2.26.0 BuildRequires: avahi-glib-devel >= 0.6 BuildRequires: libgnome-keyring-devel @@ -315,6 +315,9 @@ killall -USR1 gvfsd >&/dev/null || : %{_datadir}/gvfs/mounts/afp-browse.mount %changelog +* Wed Oct 26 2011 Tomas Bzatek - 1.11.0-1 +- Update to 1.11.0 + * Mon Oct 17 2011 Tomas Bzatek - 1.10.1-1 - Update to 1.10.1 diff --git a/sources b/sources index 758eea5..ad73c61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c968704be003d2f6eab29388c41664e gvfs-1.10.1.tar.xz +79aabeeb408916f2036d264915b3fab1 gvfs-1.11.0.tar.xz