diff --git a/gvfs-1.50.3.tar.xz b/gvfs-1.50.3.tar.xz deleted file mode 100644 index a48539c..0000000 --- a/gvfs-1.50.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6897119e97bb16029d2778e1a5a54a6a6592631f8b2f3a2a1dea4ef2b01803fd -size 1227548 diff --git a/gvfs-1.50.4.tar.xz b/gvfs-1.50.4.tar.xz new file mode 100644 index 0000000..8ea53c8 --- /dev/null +++ b/gvfs-1.50.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9059a676a537edbea21388c2aafe1a7e2c8f1ac2dfdc6d64550233075457fd +size 1226728 diff --git a/gvfs.changes b/gvfs.changes index 0444f9c..a37348e 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Mar 17 15:33:35 UTC 2023 - Bjørn Lie + +- Update to version 1.50.4: + + dav: Prevent usage of NULL for nonexistent source file + + client: Fix copy/move operation from/to Flatpak sandbox + + http: Report original sizes regardless of compression usage + + Fix string comparison on various places + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 8 18:23:45 UTC 2023 - Bjørn Lie + +- Split out a new sub-package gvfs-backend-goa. This allows + end-users to remove last remains of soup2 and gdata dependencies. + Add a Supplements on gvfs and gnome-online-accounts to pull it in + for most of our users. +- Add explicit pkgconfig(libxml-2.0) BuildRequires: Meson checks + for it. + ------------------------------------------------------------------- Fri Jan 6 19:21:26 UTC 2023 - Bjørn Lie diff --git a/gvfs.spec b/gvfs.spec index 64fadfe..1ca5960 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -18,7 +18,7 @@ %bcond_without cdda Name: gvfs -Version: 1.50.3 +Version: 1.50.4 Release: 0 Summary: Virtual File System functionality for GLib License: GPL-3.0-only AND LGPL-2.0-or-later @@ -63,6 +63,7 @@ BuildRequires: pkgconfig(libsecret-unstable) BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libusb-1.0) >= 1.0.21 +BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114 BuildRequires: pkgconfig(smbclient) BuildRequires: pkgconfig(systemd) @@ -140,6 +141,17 @@ APIs of libgio. This package contains FUSE support that allows applications not using GIO to access the GVfs filesystems. +%package backend-goa +Summary: Google disk and GOA functionality for GLib +License: LGPL-2.0-or-later +Group: Development/Libraries/C and C++ +Requires: %{name} = %{version} +Supplements: (gvfs and gnome-online-accounts) + +%description backend-goa +This package provides a gvfs backend that supports Google disk +and GNOME online accounts integration. + %package devel Summary: Development files for the GNOME Virtual file system License: LGPL-2.0-or-later @@ -245,6 +257,14 @@ mv daemon/trashlib/COPYING daemon/trashlib/COPYING.trashlib %{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml %{_datadir}/GConf/gsettings/gvfs-smb.convert +%files backend-goa +%{_libexecdir}/%{name}/gvfs-goa-volume-monitor +%{_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-google +%{_datadir}/%{name}/mounts/google.mount + %files backends %doc monitor/udisks2/what-is-shown.txt %{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service @@ -281,16 +301,10 @@ mv daemon/trashlib/COPYING daemon/trashlib/COPYING.trashlib %{_datadir}/%{name}/mounts/ftp.mount %{_datadir}/%{name}/mounts/ftps.mount %{_datadir}/%{name}/mounts/ftpis.mount -%{_libexecdir}/%{name}/gvfsd-google -%{_datadir}/%{name}/mounts/google.mount %{_libexecdir}/%{name}/gvfsd-gphoto2 %{_datadir}/%{name}/mounts/gphoto2.mount %{_libexecdir}/%{name}/gvfsd-http %{_datadir}/%{name}/mounts/http.mount -%{_libexecdir}/%{name}/gvfs-goa-volume-monitor -%{_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