Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2012-02-17 12:00:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gvfs (Old)
 and      /work/SRC/openSUSE:Factory/.gvfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gvfs", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes        2012-01-25 
10:37:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2012-02-17 
12:00:30.000000000 +0100
@@ -1,0 +2,24 @@
+Tue Feb  7 15:17:07 UTC 2012 - vu...@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.
+
+-------------------------------------------------------------------

Old:
----
  gvfs-1.11.2.tar.xz

New:
----
  gvfs-1.11.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gvfs.spec ++++++
--- /var/tmp/diff_new_pack.ZxShI7/_old  2012-02-17 12:00:34.000000000 +0100
+++ /var/tmp/diff_new_pack.ZxShI7/_new  2012-02-17 12:00:34.000000000 +0100
@@ -16,8 +16,10 @@
 #
 
 
+%define with_udisks2 0
+
 Name:           gvfs
-Version:        1.11.2
+Version:        1.11.3
 Release:        0
 Summary:        VFS functionality for GLib
 License:        LGPL-2.0+
@@ -39,7 +41,9 @@
 BuildRequires:  libcdio-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libgcrypt-devel
+%if !%{with_udisks2}
 BuildRequires:  libgdu-devel
+%endif
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libgudev-1_0-devel
@@ -49,9 +53,10 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(libbluray)
+%if %{with_udisks2}
+BuildRequires:  pkgconfig(udisks2) >= 1.90
+%endif
 Requires:       libgvfscommon0 = %{version}
 Recommends:     %{name}-lang
 Recommends:     gvfs-backends
@@ -124,14 +129,18 @@
 %build
 %configure \
     --libexecdir=%{_libexecdir}/%{name} \
+%if %{with_udisks2}
+    --enable-udisks2 \
+    --disable-gdu \
+%else
+    --disable-udisks2 \
+    --enable-gdu \
+%endif
     --disable-static
 %__make
 
 %install
 %makeinstall
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 rm %{buildroot}%{_libdir}/*.*a
 rm %{buildroot}%{_libdir}/gio/modules/*.*a
 # We can drop the chmod when bgo523420 is fixed.
@@ -186,7 +195,7 @@
 
 %files backends
 %defattr(-, root, root)
-%if 0%{suse_version} > 1110
+%if !%{with_udisks2}
 %{_libexecdir}/%{name}/gvfs-gdu-volume-monitor
 %{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service
 %{_datadir}/%{name}/remote-volume-monitors/gdu.monitor

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to