Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2016-03-29 14:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gvfs (Old)
 and      /work/SRC/openSUSE:Factory/.gvfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gvfs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes        2016-02-25 
21:53:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2016-03-29 
14:39:04.000000000 +0200
@@ -1,0 +2,67 @@
+Mon Mar 21 20:17:53 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.28.0:
+  + afc: Several fixes for recent iOS versions.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 15 10:48:00 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.27.92:
+  + fuse: Avoid crashes when exiting.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 29 20:27:47 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.27.91:
+  + udisks2: Send unmount notification only once when stopping.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 19 08:58:19 UTC 2016 - zai...@opensuse.org
+
+- Split out samba backend in own subpackage, make samba removable.
+- Drop superfluous libsmbclient-devel BuildRequires as we already
+  have pkgconfig(smbclient) BuildRequires that covers it.
+
+-------------------------------------------------------------------
+Fri Feb 19 01:27:57 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.27.90:
+  + udisks2: Avoid crashes during unmount.
+  + ftp: Fix cache invalidation after writing.
+  + network: Fix crashes when mount failed.
+  + mtp: Allow reading on more devices.
+  + Several smaller bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 19 01:27:04 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.27.4:
+  + dns-sd: Add support for nfs shares.
+  + Do not print anything from daemons unless debug mode is
+    enabled.
+  + Several other logging improvements.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 19 01:27:03 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.27.3:
+  + sftp:
+    - Fail cancelled jobs.
+    - Handle "Too many authentication failures" error.
+  + metadata: Avoid endless recursion when copying meta files.
+  + mtp: Use phone icon for MTP devices.
+  + udisks2: Do not show notification if unmount failed.
+  + completion: Allow bash completion for gvfs-mount.
+  + http: Return error if seek was not successful.
+  + Several smaller bugfixes.
+  + Updated translations.
+- Add disabled pkgconfig(libnfs) BuildRequires, needed for nfs
+  backedend, but the needed underlying libs is not available for
+  openSUSE yet.
+
+-------------------------------------------------------------------

Old:
----
  gvfs-1.26.3.tar.xz

New:
----
  gvfs-1.28.0.tar.xz

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

Other differences:
------------------
++++++ gvfs.spec ++++++
--- /var/tmp/diff_new_pack.neJ6NJ/_old  2016-03-29 14:39:05.000000000 +0200
+++ /var/tmp/diff_new_pack.neJ6NJ/_new  2016-03-29 14:39:05.000000000 +0200
@@ -20,13 +20,13 @@
 %define with_cdda 1
 
 Name:           gvfs
-Version:        1.26.3
+Version:        1.28.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.26/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gvfs/1.28/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # PATCH-FEATURE-SLE gvfs-nvvfs.patch ksam...@novell.com -- Provides gvfs 
backend for novell nautilus plugin
 Patch5:         gvfs-nvvfs.patch
@@ -48,7 +48,6 @@
 %endif
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libimobiledevice-devel >= 1.1.5
-BuildRequires:  libsmbclient-devel
 BuildRequires:  libsoup-devel >= 2.34.0
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -65,6 +64,8 @@
 BuildRequires:  pkgconfig(libbluray)
 BuildRequires:  pkgconfig(libgdata) >= 0.17.3
 BuildRequires:  pkgconfig(libmtp) >= 1.1.5
+# FIXME - Add disabled as we do not have this in openSUSE yet.
+# BuildRequires:  pkgconfig(libnfs)
 BuildRequires:  pkgconfig(libsecret-unstable)
 BuildRequires:  pkgconfig(libsystemd-login) >= 44
 BuildRequires:  pkgconfig(smbclient)
@@ -92,6 +93,17 @@
 %description backend-afc
 This package provides a gvfs backend that supports iPod / iPhone devices.
 
+%package backend-samba
+Summary:        VFS functionality for GLib -- Samba Support
+License:        LGPL-2.0+
+Group:          Development/Libraries/C and C++
+Requires:       %{name} = %{version}
+Requires:       %{name}-backends = %{version}
+Supplements:    packageand(%{name}:%(rpm -q --qf "%%{name}" --whatprovides 
libsmbclient)
+
+%description backend-samba
+This package provides a gvfs backend that supports Samba.
+
 %package backends
 Summary:        VFS functionality for GLib
 License:        LGPL-2.0+ and GPL-3.0
@@ -169,7 +181,7 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS NEWS README TODO
+%doc AUTHORS NEWS README
 %{_bindir}/gvfs-*
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/mounts
@@ -190,10 +202,8 @@
 %{_mandir}/man1/gvfsd.1%{?ext_man}
 %{_mandir}/man1/gvfsd-metadata.1%{?ext_man}
 %{_mandir}/man7/gvfs.7%{?ext_man}
-%dir %{_libexecdir}/systemd
-%dir %{_libexecdir}/systemd/user
-%{_libexecdir}/systemd/user/gvfs-daemon.service
-%{_libexecdir}/systemd/user/gvfs-metadata.service
+%{_userunitdir}/gvfs-daemon.service
+%{_userunitdir}/gvfs-metadata.service
 
 %files fuse
 %defattr(-, root, root)
@@ -206,11 +216,22 @@
 %defattr(-, root, root)
 %{_libexecdir}/%{name}/gvfs-afc-volume-monitor
 %{_datadir}/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service
-%{_libexecdir}/systemd/user/gvfs-afc-volume-monitor.service
+%{_userunitdir}/gvfs-afc-volume-monitor.service
 %{_datadir}/%{name}/remote-volume-monitors/afc.monitor
 %{_libexecdir}/%{name}/gvfsd-afc
 %{_datadir}/%{name}/mounts/afc.mount
 
+%files backend-samba
+%defattr(-, root, root)
+%{_libexecdir}/%{name}/gvfsd-smb
+%{_datadir}/%{name}/mounts/smb.mount
+%{_libexecdir}/%{name}/gvfsd-smb-browse
+%{_datadir}/%{name}/mounts/smb-browse.mount
+# GSettings schemas & conversion data
+# Those schemas are used gvfsd-smb
+%{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+%{_datadir}/GConf/gsettings/gvfs-smb.convert
+
 %files backends
 %defattr(-, root, root)
 %if %{with_udisks2}
@@ -218,14 +239,14 @@
 %{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
 %{_datadir}/%{name}/remote-volume-monitors/udisks2.monitor
 %{_libexecdir}/%{name}/gvfs-udisks2-volume-monitor
-%{_libexecdir}/systemd/user/gvfs-udisks2-volume-monitor.service
+%{_userunitdir}/gvfs-udisks2-volume-monitor.service
 %else
 %{_libexecdir}/%{name}/gvfs-gdu-volume-monitor
 %{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service
 %{_datadir}/%{name}/remote-volume-monitors/gdu.monitor
 %endif
 %{_libexecdir}/%{name}/gvfs-gphoto2-volume-monitor
-%{_libexecdir}/systemd/user/gvfs-gphoto2-volume-monitor.service
+%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
 %{_datadir}/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service
 %{_datadir}/%{name}/remote-volume-monitors/gphoto2.monitor
 %{_libexecdir}/%{name}/gvfsd-afp
@@ -257,14 +278,14 @@
 %{_libexecdir}/%{name}/gvfsd-http
 %{_datadir}/%{name}/mounts/http.mount
 %{_libexecdir}/%{name}/gvfs-goa-volume-monitor
-%{_libexecdir}/systemd/user/gvfs-goa-volume-monitor.service
+%{_userunitdir}/gvfs-goa-volume-monitor.service
 %{_datadir}/%{name}/remote-volume-monitors/goa.monitor
 %{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
 %{_libexecdir}/%{name}/gvfsd-localtest
 %{_datadir}/%{name}/mounts/localtest.mount
 %{_libexecdir}/%{name}/gvfsd-mtp
 %{_libexecdir}/%{name}/gvfs-mtp-volume-monitor
-%{_libexecdir}/systemd/user/gvfs-mtp-volume-monitor.service
+%{_userunitdir}/gvfs-mtp-volume-monitor.service
 %{_datadir}/%{name}/remote-volume-monitors/mtp.monitor
 %{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service
 %{_datadir}/%{name}/mounts/mtp.mount
@@ -278,22 +299,16 @@
 %{_datadir}/%{name}/mounts/recent.mount
 %{_libexecdir}/%{name}/gvfsd-sftp
 %{_datadir}/%{name}/mounts/sftp.mount
-%{_libexecdir}/%{name}/gvfsd-smb
-%{_datadir}/%{name}/mounts/smb.mount
-%{_libexecdir}/%{name}/gvfsd-smb-browse
-%{_datadir}/%{name}/mounts/smb-browse.mount
 # gvfsd-trash is GPLv3 because of trashlib.
 %{_libexecdir}/%{name}/gvfsd-trash
 %{_datadir}/%{name}/mounts/trash.mount
 # GSettings schemas & conversion data
-# Those schemas are used by gvfsd-network & gvfsd-smb
+# Those schemas are used by gvfsd-network
 %{_datadir}/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/gvfs-dns-sd.convert
-%{_datadir}/GConf/gsettings/gvfs-smb.convert
 
 %files devel
 %defattr(-, root, root)

++++++ gvfs-1.26.3.tar.xz -> gvfs-1.28.0.tar.xz ++++++
++++ 51569 lines of diff (skipped)


Reply via email to