diff --git a/_service b/_service index 430dd59..58af0ae 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/gvfs.git - 1.54.3 + 1.56.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/gvfs-1.54.3.obscpio b/gvfs-1.54.3.obscpio deleted file mode 100644 index 79b5abe..0000000 --- a/gvfs-1.54.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66a558473f7bef1db9c1abefec995dddf4d5cf8aaab8f5c35bff22a02c34633f -size 12921357 diff --git a/gvfs-1.56.0.obscpio b/gvfs-1.56.0.obscpio new file mode 100644 index 0000000..b98c24b --- /dev/null +++ b/gvfs-1.56.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea720e124b47969de25303e3c79869aee212a8188611813bd3f3c2ad5beaa76 +size 12934157 diff --git a/gvfs.changes b/gvfs.changes index 826e791..b75c6a5 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Sun Sep 15 12:26:56 UTC 2024 - Dominique Leuenberger + +- 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 + +- 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 diff --git a/gvfs.obsinfo b/gvfs.obsinfo index 741053b..ddb64b1 100644 --- a/gvfs.obsinfo +++ b/gvfs.obsinfo @@ -1,4 +1,4 @@ name: gvfs -version: 1.54.3 -mtime: 1726227963 -commit: 2d29b7ca894b56f61d721c7921489ad8699c9ba9 +version: 1.56.0 +mtime: 1726228067 +commit: 92e8add8ff7145dd0fe777dfb6cd6581fe0b9425 diff --git a/gvfs.spec b/gvfs.spec index 70b72a5..a0e45b7 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -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