Accepting request 1073165 from GNOME:Factory
New stable release (forwarded request 1072669 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=182
This commit is contained in:
commit
1567d5f076
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6897119e97bb16029d2778e1a5a54a6a6592631f8b2f3a2a1dea4ef2b01803fd
|
|
||||||
size 1227548
|
|
3
gvfs-1.50.4.tar.xz
Normal file
3
gvfs-1.50.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab9059a676a537edbea21388c2aafe1a7e2c8f1ac2dfdc6d64550233075457fd
|
||||||
|
size 1226728
|
20
gvfs.changes
20
gvfs.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 15:33:35 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Fri Jan 6 19:21:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
28
gvfs.spec
28
gvfs.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without cdda
|
%bcond_without cdda
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.50.3
|
Version: 1.50.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual File System functionality for GLib
|
Summary: Virtual File System functionality for GLib
|
||||||
License: GPL-3.0-only AND LGPL-2.0-or-later
|
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(libsoup-3.0)
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.21
|
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.21
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114
|
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114
|
||||||
BuildRequires: pkgconfig(smbclient)
|
BuildRequires: pkgconfig(smbclient)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
@ -140,6 +141,17 @@ APIs of libgio.
|
|||||||
This package contains FUSE support that allows applications
|
This package contains FUSE support that allows applications
|
||||||
not using GIO to access the GVfs filesystems.
|
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
|
%package devel
|
||||||
Summary: Development files for the GNOME Virtual file system
|
Summary: Development files for the GNOME Virtual file system
|
||||||
License: LGPL-2.0-or-later
|
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}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
|
||||||
%{_datadir}/GConf/gsettings/gvfs-smb.convert
|
%{_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
|
%files backends
|
||||||
%doc monitor/udisks2/what-is-shown.txt
|
%doc monitor/udisks2/what-is-shown.txt
|
||||||
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
|
%{_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/ftp.mount
|
||||||
%{_datadir}/%{name}/mounts/ftps.mount
|
%{_datadir}/%{name}/mounts/ftps.mount
|
||||||
%{_datadir}/%{name}/mounts/ftpis.mount
|
%{_datadir}/%{name}/mounts/ftpis.mount
|
||||||
%{_libexecdir}/%{name}/gvfsd-google
|
|
||||||
%{_datadir}/%{name}/mounts/google.mount
|
|
||||||
%{_libexecdir}/%{name}/gvfsd-gphoto2
|
%{_libexecdir}/%{name}/gvfsd-gphoto2
|
||||||
%{_datadir}/%{name}/mounts/gphoto2.mount
|
%{_datadir}/%{name}/mounts/gphoto2.mount
|
||||||
%{_libexecdir}/%{name}/gvfsd-http
|
%{_libexecdir}/%{name}/gvfsd-http
|
||||||
%{_datadir}/%{name}/mounts/http.mount
|
%{_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
|
%{_libexecdir}/%{name}/gvfsd-localtest
|
||||||
%{_datadir}/%{name}/mounts/localtest.mount
|
%{_datadir}/%{name}/mounts/localtest.mount
|
||||||
%{_libexecdir}/%{name}/gvfsd-mtp
|
%{_libexecdir}/%{name}/gvfsd-mtp
|
||||||
|
Loading…
Reference in New Issue
Block a user