Accepting request 1205471 from GNOME:Factory

SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=196
This commit is contained in:
Ana Guerrero 2024-10-08 15:18:04 +00:00 committed by Git OBS Bridge
commit a6c854eff9
6 changed files with 53 additions and 13 deletions

View File

@ -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.54.3</param>
<param name="revision">1.56.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66a558473f7bef1db9c1abefec995dddf4d5cf8aaab8f5c35bff22a02c34633f
size 12921357

3
gvfs-1.56.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ea720e124b47969de25303e3c79869aee212a8188611813bd3f3c2ad5beaa76
size 12934157

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Sun Sep 15 12:26:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.56.0:
+ udisks2: Run update synchronously for internal changes.
+ onedrive: Set name of drive root.
+ onedrive: Handle multiple drives with same IDs.
- Changes from version 1.55.90:
+ fuse: Fill stat info during readdir to improve performance.
+ smb: Fix access over FUSE when root dir is not accessible.
+ onedrive: Guess mime type locally if not set by the server.
+ trash: Add support for x-gvfs-trash mount option.
+ onedrive: Add seek on write functionality.
+ Updated translations.
-------------------------------------------------------------------
Sat Sep 14 16:12:12 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.55.1:
+ ftp:
- Change cwd to root before renaming to prevent failures
- Obtain correct modification time for old files using MDTM cmd
- Use timegm instead of mktime to not shift dates by timezone
- Add support for setting mtime attribute using MFMT cmd
- Preserve mtime when copying to local
+ udisks2:
- Ignore autofs mounts to prevent duplicated entries
- Show only direct descendats of /media unless $USER
- Do not schedule update if pending already to improve
performance
+ build:
- Add deprecated_apis option and disable installation of
headers
- Disable burn backend by default
+ dav: Disable query_info_on_read method to fix mtime
preservation
+ network: Disable usage of smbbrowse backend by default
+ smbbrowse: Don't enforce NT1 to fix mounting in certain cases
+ onedrive: Fix various memory leaks
+ Updated translations.
- Drop devel subpackage, and obsolete it from main package. The
header files are no longer built.
-------------------------------------------------------------------
Fri Sep 13 15:22:06 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gvfs
version: 1.54.3
mtime: 1726227963
commit: 2d29b7ca894b56f61d721c7921489ad8699c9ba9
version: 1.56.0
mtime: 1726228067
commit: 92e8add8ff7145dd0fe777dfb6cd6581fe0b9425

View File

@ -19,7 +19,7 @@
%bcond_without cdda
%bcond_without onedrive
Name: gvfs
Version: 1.54.3
Version: 1.56.0
Release: 0
Summary: Virtual File System functionality for GLib
License: GPL-3.0-only AND LGPL-2.0-or-later
@ -84,6 +84,7 @@ BuildRequires: pkgconfig(libcdio_paranoia) >= 0.78.2
# The library gvfscommon was converted to a private library and is not used outside of gvfs
Obsoletes: libgvfscommon0 <= %{version}
%endif
Obsoletes: %{name}-devel <= %{version}
%description
gvfs GNOME's userspace virtual filesystem designed to work with the
@ -223,6 +224,7 @@ mv daemon/trashlib/COPYING daemon/trashlib/COPYING.trashlib
%files
%license COPYING daemon/trashlib/COPYING.trashlib
%doc NEWS README.md
%doc CONTRIBUTING.md NEWS.pre-1-2
%doc daemon/org.gtk.vfs.file-operations.rules.in
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/mounts
@ -335,7 +337,6 @@ mv daemon/trashlib/COPYING daemon/trashlib/COPYING.trashlib
%{_datadir}/%{name}/mounts/network.mount
# 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
%{_datadir}/%{name}/mounts/nfs.mount
%{_libexecdir}/%{name}/gvfsd-recent
%{_datadir}/%{name}/mounts/recent.mount
@ -355,10 +356,6 @@ mv daemon/trashlib/COPYING daemon/trashlib/COPYING.trashlib
%{_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
%{_includedir}/gvfs-client
%files lang -f %{name}.lang
%changelog