diff --git a/gvfs-1.46.2.tar.xz b/gvfs-1.46.2.tar.xz deleted file mode 100644 index b6221b4..0000000 --- a/gvfs-1.46.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d83fa160286670c03eb890240606d8afa7ea6a3a818e8ad17eeed8d976487bd7 -size 1216056 diff --git a/gvfs-1.48.0.tar.xz b/gvfs-1.48.0.tar.xz new file mode 100644 index 0000000..7686f27 --- /dev/null +++ b/gvfs-1.48.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3834797751c4e9f8729e774dee142a474f3361cbc0c12b647606433793eae939 +size 1225852 diff --git a/gvfs.changes b/gvfs.changes index 61eaacf..341a417 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Sat Mar 20 07:08:17 UTC 2021 - Dominique Leuenberger + +- Update to version 1.48.0: + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 18 09:25:39 UTC 2021 - Dominique Leuenberger + +- Update to version 1.47.91: + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 17 09:50:20 UTC 2021 - Dominique Leuenberger + +- Update to version 1.47.90: + + google: Add Shared drives folder. + + google: Add Shared with me folder. + + google: Improve performance for folders with large number of + files. + + daemon: Set filesystem::use-preview explicitly and + consistently. + + daemon: Unify and shorten strings for prompt dialog titles. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 12 10:01:58 UTC 2021 - Dominique Leuenberger + +- Update to version 1.47.1: + + mtp: Fix crashes when storage descriptions are not provided. + + trash: Explicitly cancel file monitor to prevent deadlock. + + admin: Add copy and push implementations for better + performance. + + client: Add fallback to session bus for synchronous API. + + daemon: Use named sockets to avoid network permission + requirement. + + smb: Set fast content type independently of other attributes. + ------------------------------------------------------------------- Fri Jan 8 13:56:03 UTC 2021 - Bjørn Lie diff --git a/gvfs.spec b/gvfs.spec index 7a25237..a5ee1a8 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -18,13 +18,13 @@ %bcond_without cdda Name: gvfs -Version: 1.46.2 +Version: 1.48.0 Release: 0 Summary: Virtual File System functionality for GLib -License: LGPL-2.0-or-later AND GPL-3.0-only +License: GPL-3.0-only AND LGPL-2.0-or-later Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/gvfs -Source0: https://download.gnome.org/sources/gvfs/1.46/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gvfs/1.48/%{name}-%{version}.tar.xz Source99: baselibs.conf ### NOTE: Please, keep SLE-only patches at bottom (starting on 1000). @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libbluray) BuildRequires: pkgconfig(libcap) -BuildRequires: pkgconfig(libgdata) >= 0.17.11 +BuildRequires: pkgconfig(libgdata) >= 0.18.0 BuildRequires: pkgconfig(libgphoto2) >= 2.4.0 BuildRequires: pkgconfig(libimobiledevice-1.0) >= 1.2 BuildRequires: pkgconfig(libmtp) >= 1.1.12 @@ -113,7 +113,7 @@ This package provides a gvfs backend that supports Samba. %package backends Summary: VFS functionality for GLib -License: LGPL-2.0-or-later AND GPL-3.0-only +License: GPL-3.0-only AND LGPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: %{name} = %{version} # FIXME: use proper Requires(pre/post/preun/...)