Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 83d0fe8edb | |||
| eb683ce3f3 | |||
| 75d775328e | |||
| 91db99af43 | |||
| 8b722c4c39 | |||
| 159cf07eb6 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<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.57.2</param>
|
||||
<param name="revision">1.58.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
BIN
gvfs-1.57.2.obscpio
LFS
BIN
gvfs-1.57.2.obscpio
LFS
Binary file not shown.
3
gvfs-1.58.0.obscpio
Normal file
3
gvfs-1.58.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92acf967a594fd645bd7ac1035786af7ecd0c1e614ce44c293cb25d55d269757
|
||||
size 13057549
|
||||
24
gvfs.changes
24
gvfs.changes
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 21:17:14 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.58.0:
|
||||
+ mtp: Allow cancelling ongoing folder enumerations
|
||||
+ wsdd: Use socket-activated service if available
|
||||
+ onedrive: Set emblem for remote data
|
||||
+ fix: Add file rename support in MTP backend move operation
|
||||
+ mtp: Fix -Wmaybe-uninitialized warning in pad_file
|
||||
+ fuse: use fuse_(un)set_feature_flag for libfuse 3.17+
|
||||
+ smbbrowse: Purge server cache for next auth try
|
||||
+ metatree: Open files with O_CLOEXEC
|
||||
+ cdda: Fix incorrect track duration for 99-track CDs
|
||||
+ metadata: Fix journal file permissions inconsistency
|
||||
+ dav: recognize 308 Permanent Redirect
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 16:54:02 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Split out new gvfs-backend-gphoto sub-package.
|
||||
- Supplement this new package to gvfs and the libgphoto2 library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 14:23:46 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@@ -3564,7 +3586,7 @@ Tue Oct 21 19:24:32 EST 2008 - mboman@suse.de
|
||||
+ Stability fix with concurrent close and reads (made amarok2 crash)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 11:26:25 WST 2008 - mboman@suse.de
|
||||
Fri Oct 3 11:26:25 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 1.0.1:
|
||||
+ bgo#547568 - gvfsd-trash crash due to race condition
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: gvfs
|
||||
version: 1.57.2
|
||||
mtime: 1739539860
|
||||
commit: 1ef7b1099311edfe4ad1a80fcc2e256451f63421
|
||||
version: 1.58.0
|
||||
mtime: 1757446194
|
||||
commit: db37ec24f4d5b337851101a0211ee2c09a778045
|
||||
|
||||
29
gvfs.spec
29
gvfs.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gvfs
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%bcond_without cdda
|
||||
%bcond_without onedrive
|
||||
Name: gvfs
|
||||
Version: 1.57.2
|
||||
Version: 1.58.0
|
||||
Release: 0
|
||||
Summary: Virtual File System functionality for GLib
|
||||
License: GPL-3.0-only AND LGPL-2.0-or-later
|
||||
@@ -117,6 +117,17 @@ Supplements: (gvfs and %{smb_client_package})
|
||||
%description backend-samba
|
||||
This package provides a gvfs backend that supports Samba.
|
||||
|
||||
%package backend-gphoto
|
||||
%define gphoto_package %(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/libgphoto2.so))
|
||||
Summary: VFS functionality for GLib -- gPhoto Support
|
||||
License: LGPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: (gvfs and %{gphoto_package})
|
||||
|
||||
%description backend-gphoto
|
||||
This package provides a gvfs backend that supports gPhoto.
|
||||
|
||||
%package backends
|
||||
Summary: VFS functionality for GLib
|
||||
License: GPL-3.0-only AND LGPL-2.0-or-later
|
||||
@@ -281,16 +292,20 @@ mv daemon/trashlib/COPYING daemon/trashlib/COPYING.trashlib
|
||||
%{_datadir}/gvfs/mounts/onedrive.mount
|
||||
%endif
|
||||
|
||||
%files backend-gphoto
|
||||
%{_libexecdir}/%{name}/gvfs-gphoto2-volume-monitor
|
||||
%{_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-gphoto2
|
||||
%{_datadir}/%{name}/mounts/gphoto2.mount
|
||||
|
||||
%files backends
|
||||
%doc monitor/udisks2/what-is-shown.txt
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
|
||||
%{_datadir}/%{name}/remote-volume-monitors/udisks2.monitor
|
||||
%{_libexecdir}/%{name}/gvfs-udisks2-volume-monitor
|
||||
%{_userunitdir}/gvfs-udisks2-volume-monitor.service
|
||||
%{_libexecdir}/%{name}/gvfs-gphoto2-volume-monitor
|
||||
%{_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-admin
|
||||
%{_datadir}/%{name}/mounts/admin.mount
|
||||
%{_datadir}/polkit-1/actions/org.gtk.vfs.file-operations.policy
|
||||
@@ -317,8 +332,6 @@ 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-gphoto2
|
||||
%{_datadir}/%{name}/mounts/gphoto2.mount
|
||||
%{_libexecdir}/%{name}/gvfsd-http
|
||||
%{_datadir}/%{name}/mounts/http.mount
|
||||
%{_libexecdir}/%{name}/gvfsd-localtest
|
||||
|
||||
Reference in New Issue
Block a user