Accepting request 111751 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/111751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=79
This commit is contained in:
commit
cd6c3d251a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67445aa4e40daac6f235a7d2db935c64b7f30c8420b71403f29561fd0a5c6718
|
|
||||||
size 1291696
|
|
3
gvfs-1.12.0.tar.xz
Normal file
3
gvfs-1.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87ffb27fd884be65570d64530c3121f9e49848070b62a26e39cd363f6a6bd555
|
||||||
|
size 1342208
|
16
gvfs.changes
16
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
|
Sat Feb 25 10:25:32 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
12
gvfs.spec
12
gvfs.spec
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define with_udisks2 0
|
%define with_udisks2 1
|
||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.11.4
|
Version: 1.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gnome.org
|
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
|
Source99: baselibs.conf
|
||||||
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
||||||
Patch5: gvfs-nvvfs.patch
|
Patch5: gvfs-nvvfs.patch
|
||||||
@ -195,7 +195,11 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files backends
|
%files backends
|
||||||
%defattr(-, root, root)
|
%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
|
%{_libexecdir}/%{name}/gvfs-gdu-volume-monitor
|
||||||
%{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service
|
%{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service
|
||||||
%{_datadir}/%{name}/remote-volume-monitors/gdu.monitor
|
%{_datadir}/%{name}/remote-volume-monitors/gdu.monitor
|
||||||
|
Loading…
Reference in New Issue
Block a user