Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gvfs for openSUSE:Factory checked in at 2024-03-20 21:11:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gvfs (Old) and /work/SRC/openSUSE:Factory/.gvfs.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gvfs" Wed Mar 20 21:11:04 2024 rev:191 rq:1159462 version:1.54.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes 2024-01-10 21:50:32.704368174 +0100 +++ /work/SRC/openSUSE:Factory/.gvfs.new.1905/gvfs.changes 2024-03-20 21:11:48.928371940 +0100 @@ -1,0 +2,55 @@ +Fri Mar 15 08:03:31 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Update to version 1.54.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 5 13:51:57 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Enable onedrive support: msgraph is now packaged and works. + +------------------------------------------------------------------- +Fri Mar 1 11:57:26 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Update to version 1.53.91: + + onedrive: Fix several issues. + + wsdd: List just devices of pub:Computer type to filter out + unwanted devices. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 12 15:17:30 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Update to version 1.53.90: + + daemon: Add OneDrive support based on msgraph library. + + client: Reduce synchronous metadata methods calls to improve + performance. + + network: Provide standard::content-type and access::can-rename + attributes. + + build: Fix unknown arguments error on systems that don't use + GNU C library. + + udisks2: Fix unmounting of mount paths that contain non-ASCII + characters. + + Updated translations. +- Add pkgconfig(msgraph-0.1) BuildRequires conditionally, guarded + with bcond: new dependency for OneDrive support, but the + dependency does not yet exist in Tumbleweed. + +------------------------------------------------------------------- +Tue Jan 16 11:15:13 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Update to version 1.53.1: + + daemon: + - Add WS-Discovery support based on wsdd daemon. + - Port to gcr4. + + network: + - Hide Windows Network folder and show the servers merged by + default. + - Variousother fixes and enhancements. + + smb: + - Fix livelock when mounting share without enough permissions. + - Fix moving files across filesystem boundaries. + + Updated translations. +- Convert to source service for easier updating. + +------------------------------------------------------------------- Old: ---- gvfs-1.52.2.tar.xz New: ---- _service gvfs-1.54.0.obscpio gvfs.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gvfs.spec ++++++ --- /var/tmp/diff_new_pack.5KwiHc/_old 2024-03-20 21:11:51.204455578 +0100 +++ /var/tmp/diff_new_pack.5KwiHc/_new 2024-03-20 21:11:51.220456166 +0100 @@ -17,14 +17,15 @@ %bcond_without cdda +%bcond_without onedrive Name: gvfs -Version: 1.52.2 +Version: 1.54.0 Release: 0 Summary: Virtual File System functionality for GLib License: GPL-3.0-only AND LGPL-2.0-or-later Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/gvfs -Source0: https://download.gnome.org/sources/gvfs/1.52/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.zst Source99: baselibs.conf ### NOTE: Please, keep SLE-only patches at bottom (starting on 1000). @@ -64,6 +65,9 @@ BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libusb-1.0) >= 1.0.21 BuildRequires: pkgconfig(libxml-2.0) +%if %{with onedrive} +BuildRequires: pkgconfig(msgraph-0.1) +%endif BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114 BuildRequires: pkgconfig(smbclient) BuildRequires: pkgconfig(systemd) @@ -186,6 +190,7 @@ %{!?with_cdda: -Dcdda=false} \ -Dman=true \ -Dsystemduserunitdir=%{_userunitdir} \ + -Donedrive=%[%{with onedrive} ? "true" : "false" ] \ %{nil} %meson_build @@ -323,6 +328,10 @@ %endif %{_libexecdir}/%{name}/gvfsd-network %{_datadir}/%{name}/mounts/network.mount +%if %{with onedrive} +%{_libexecdir}/gvfs/gvfsd-onedrive +%{_datadir}/gvfs/mounts/onedrive.mount +%endif # allow priv ports for mounting nfs. Otherwise the nfs-service requires insecure (boo#1065864) %verify(not mode caps) %caps(cap_net_bind_service=+ep) %{_libexecdir}/%{name}/gvfsd-nfs %{_libexecdir}/%{name}/gvfsd-nfs @@ -341,6 +350,9 @@ %dir %{_datadir}/GConf %dir %{_datadir}/GConf/gsettings %{_datadir}/GConf/gsettings/gvfs-dns-sd.convert +%{_libexecdir}/gvfs/gvfsd-wsdd +%{_datadir}/glib-2.0/schemas/org.gnome.system.wsdd.gschema.xml +%{_datadir}/gvfs/mounts/wsdd.mount %files devel %doc CONTRIBUTING.md NEWS.pre-1-2 ++++++ _service ++++++ <?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/gvfs.git</param> <param name="revision">1.54.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">disable</param> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> <service name="set_version" mode="manual" /> </services> ++++++ gvfs.obsinfo ++++++ name: gvfs version: 1.54.0 mtime: 1710489343 commit: b22df75010588b062705b5d72bc5ca8811e62f72
