diff --git a/_service b/_service index 9fbc3b1..d4cc8e6 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/gvfs.git - 1.54.1 + 1.54.2 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/gvfs-1.54.1.obscpio b/gvfs-1.54.1.obscpio deleted file mode 100644 index 0c8830c..0000000 --- a/gvfs-1.54.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78d12581f2dfc7a6d6bd2d7f0bb9a60d8b22142eb2d0f4122f96876eeb536bba -size 12894733 diff --git a/gvfs-1.54.2.obscpio b/gvfs-1.54.2.obscpio new file mode 100644 index 0000000..d3d5670 --- /dev/null +++ b/gvfs-1.54.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca6feebcaef33c02cae2c2a6a3e66fab1763b79aa3d18f1bbbf20aa35b19990 +size 12908557 diff --git a/gvfs.changes b/gvfs.changes index a1009fe..1a46a8d 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jun 28 21:30:03 UTC 2024 - Bjørn Lie + +- Update to version 1.54.2: + + ftp: + - Change cwd to root before renaming to prevent failures + - Use timegm instead of mktime to not shift dates by timezone + - Preserve mtime when copying to local + + udisks2: Ignore autofs mounts to prevent duplicated entries + + build: + - Add deprecated_apis option to control 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. +- Pass burn=true to meson, we still want to build the burn backend, + at least for now. + ------------------------------------------------------------------- Fri May 24 12:18:26 UTC 2024 - Dominique Leuenberger diff --git a/gvfs.obsinfo b/gvfs.obsinfo index 74336c9..cb57d4c 100644 --- a/gvfs.obsinfo +++ b/gvfs.obsinfo @@ -1,4 +1,4 @@ name: gvfs -version: 1.54.1 -mtime: 1716550167 -commit: 78301a23a0e882efbe420612f97b44ba5c28f566 +version: 1.54.2 +mtime: 1719572947 +commit: 7ffc15fd6210568c009a64b6b4172e9ec8bba137 diff --git a/gvfs.spec b/gvfs.spec index 330839d..5aff63f 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -19,7 +19,7 @@ %bcond_without cdda %bcond_without onedrive Name: gvfs -Version: 1.54.1 +Version: 1.54.2 Release: 0 Summary: Virtual File System functionality for GLib License: GPL-3.0-only AND LGPL-2.0-or-later @@ -189,6 +189,7 @@ gvfs plugins. -Dudisks2=true \ %{!?with_cdda: -Dcdda=false} \ -Dman=true \ + -Dburn=true \ -Dsystemduserunitdir=%{_userunitdir} \ -Donedrive=%[%{with onedrive} ? "true" : "false" ] \ %{nil}