Accepting request 121449 from GNOME:Factory
push G:F OBS-URL: https://build.opensuse.org/request/show/121449 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=82
This commit is contained in:
commit
748bffe401
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d75dbb0cee87ca93f393c96da56affa51609114814b87771cfc9871c09b5355e
|
|
||||||
size 1359064
|
|
3
gvfs-1.12.3.tar.xz
Normal file
3
gvfs-1.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38f69ec92083f86a51e7814e98d2861151f16dfb3abe4b3b39488408e12fd9c2
|
||||||
|
size 1361968
|
21
gvfs.changes
21
gvfs.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 16 06:11:51 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.12.3:
|
||||||
|
+ build: Include udisks2/what-is-shown.txt in the tarball
|
||||||
|
+ afp: Use g_clear_object properly
|
||||||
|
+ udisks2:
|
||||||
|
- Also check for umount(8) saying "target is busy"
|
||||||
|
- Set timeout to INTMAX when unmounting a filesystem
|
||||||
|
- Set can_eject correctly
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 28 12:20:47 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.12.2:
|
||||||
|
+ udisks2: Set should_automount correctly when starting up
|
||||||
|
+ afp: Convert pascal strings into utf-8
|
||||||
|
+ afp: Use the UTF-8 server name for password dialogs when it's
|
||||||
|
available
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 17 06:17:06 UTC 2012 - vuntz@opensuse.org
|
Tue Apr 17 06:17:06 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define with_udisks2 1
|
%define with_udisks2 1
|
||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.12.1
|
Version: 1.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
@ -199,6 +199,7 @@ rm -rf %{buildroot}
|
|||||||
%files backends
|
%files backends
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%if %{with_udisks2}
|
%if %{with_udisks2}
|
||||||
|
%doc monitor/udisks2/what-is-shown.txt
|
||||||
%{_datadir}/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service
|
%{_datadir}/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service
|
||||||
%{_datadir}/%{name}/remote-volume-monitors/udisks2.monitor
|
%{_datadir}/%{name}/remote-volume-monitors/udisks2.monitor
|
||||||
%{_libexecdir}/%{name}/gvfs-udisks2-volume-monitor
|
%{_libexecdir}/%{name}/gvfs-udisks2-volume-monitor
|
||||||
|
Loading…
Reference in New Issue
Block a user