Accepting request 103073 from home:vuntz:branches:GNOME:Factory

Update to 1.11.3

OBS-URL: https://build.opensuse.org/request/show/103073
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=131
This commit is contained in:
Vincent Untz
2012-02-08 10:57:18 +00:00
committed by Git OBS Bridge
parent 0ac8dc5d16
commit 166edd0d12
4 changed files with 43 additions and 10 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Feb 7 15:17:07 UTC 2012 - vuntz@opensuse.org
- Update to version 1.11.3:
+ Brand new udisks2 volume monitor
+ AFP backend fixes and enhancements
+ User runtime dir is now used for gvfs mounts and the burn
backend
+ Fixed backends segfaulting on unmount
+ Updated translations.
- Remove xz BuildRequires now that it comes for free in the build
system.
- Get ready for switch to udisks2:
+ Add a with_udisk2 macro, currently set to 0 as udisk2 is still
waiting for security review (bnc#742751).
+ This will enable the use of the udisks2 volume monitor, instead
of the gdu volume monitor.
+ If with_udisk2 is set to 1:
- Use pkgconfig(udisks2) BuildRequires.
- Pass --enable-udisks2 --disable-gdu to configure.
+ If with_udisk2 is set to 0:
- Use libgdu-devel BuildRequires.
- Pass --disable-udisks2 --enable-gdu to configure.
-------------------------------------------------------------------
Wed Jan 18 17:43:27 UTC 2012 - vuntz@opensuse.org