Accepting request 880982 from GNOME:Next

GNOME 40 - here we come

OBS-URL: https://build.opensuse.org/request/show/880982
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=354
This commit is contained in:
Dominique Leuenberger 2021-03-24 16:38:09 +00:00 committed by Git OBS Bridge
parent eb83c6da02
commit 9b3f588efc
4 changed files with 46 additions and 8 deletions

View File

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

3
gvfs-1.48.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3834797751c4e9f8729e774dee142a474f3361cbc0c12b647606433793eae939
size 1225852

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Sat Mar 20 07:08:17 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.48.0:
+ Updated translations.
-------------------------------------------------------------------
Thu Mar 18 09:25:39 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.47.91:
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 17 09:50:20 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -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/...)