Accepting request 1184247 from GNOME:Factory
- 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. (forwarded request 1183898 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1184247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=194
This commit is contained in:
commit
df6c6549fc
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.54.1</param>
|
||||
<param name="revision">1.54.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78d12581f2dfc7a6d6bd2d7f0bb9a60d8b22142eb2d0f4122f96876eeb536bba
|
||||
size 12894733
|
3
gvfs-1.54.2.obscpio
Normal file
3
gvfs-1.54.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ca6feebcaef33c02cae2c2a6a3e66fab1763b79aa3d18f1bbbf20aa35b19990
|
||||
size 12908557
|
21
gvfs.changes
21
gvfs.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 21:30:03 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gvfs
|
||||
version: 1.54.1
|
||||
mtime: 1716550167
|
||||
commit: 78301a23a0e882efbe420612f97b44ba5c28f566
|
||||
version: 1.54.2
|
||||
mtime: 1719572947
|
||||
commit: 7ffc15fd6210568c009a64b6b4172e9ec8bba137
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user