diff --git a/gvfs-1.11.4.tar.xz b/gvfs-1.11.4.tar.xz deleted file mode 100644 index 8c87067..0000000 --- a/gvfs-1.11.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67445aa4e40daac6f235a7d2db935c64b7f30c8420b71403f29561fd0a5c6718 -size 1291696 diff --git a/gvfs-1.12.0.tar.xz b/gvfs-1.12.0.tar.xz new file mode 100644 index 0000000..95a5427 --- /dev/null +++ b/gvfs-1.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ffb27fd884be65570d64530c3121f9e49848070b62a26e39cd363f6a6bd555 +size 1342208 diff --git a/gvfs.changes b/gvfs.changes index 8b711c2..754ae8f 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Mar 28 09:43:22 UTC 2012 - vuntz@opensuse.org + +- Update to version 1.12.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 19 17:48:44 UTC 2012 - zaitor@opensuse.org + +- Update to version 1.11.5: + + fuse: Keep using ~/.gvfs as fallback. + + udisks2: Set G_VOLUME_IDENTIFIER_KIND_CLASS identifier for + volumes. + + Updated translations. +- Enable udisks2 support in gvfs. + ------------------------------------------------------------------- Sat Feb 25 10:25:32 UTC 2012 - vuntz@opensuse.org diff --git a/gvfs.spec b/gvfs.spec index c88650b..e923828 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -16,16 +16,16 @@ # -%define with_udisks2 0 +%define with_udisks2 1 Name: gvfs -Version: 1.11.4 +Version: 1.12.0 Release: 0 Summary: VFS functionality for GLib License: LGPL-2.0+ Group: Development/Libraries/C and C++ Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/gvfs/1.11/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gvfs/1.12/%{name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin Patch5: gvfs-nvvfs.patch @@ -195,7 +195,11 @@ rm -rf %{buildroot} %files backends %defattr(-, root, root) -%if !%{with_udisks2} +%if %{with_udisks2} +%{_datadir}/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service +%{_datadir}/%{name}/remote-volume-monitors/udisks2.monitor +%{_libexecdir}/%{name}/gvfs-udisks2-volume-monitor +%else %{_libexecdir}/%{name}/gvfs-gdu-volume-monitor %{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service %{_datadir}/%{name}/remote-volume-monitors/gdu.monitor