Accepting request 842936 from GNOME:Next
update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842936 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=350
This commit is contained in:
parent
6a8ff72d86
commit
d1a1a85839
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50ef3245d1b03666a40455109169a2a1bd51419fd2d51f9fa6cfd4f89f04fb46
|
||||
size 1222040
|
3
gvfs-1.46.1.tar.xz
Normal file
3
gvfs-1.46.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:621ea6c1b9a60b7ed2893938620d3190725a3d9dc65ce5af0fb6c186ee342503
|
||||
size 1220416
|
37
gvfs.changes
37
gvfs.changes
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:28:29 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.46.1:
|
||||
+ trash: Do not fail when G_FILE_COPY_NO_FALLBACK_FOR_MOVE is
|
||||
used.
|
||||
+ dav: Be sure that enumeration is possible when looking for a
|
||||
root.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 17:33:16 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.46.0:
|
||||
+ No changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 17:47:18 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.45.92:
|
||||
+ build: Link libgvfscommon to libmetadata.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 11:48:11 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.45.90:
|
||||
+ trash: Add support for x-gvfs-notrash option to ignore mounts.
|
||||
+ recent: Port to GDateTime.
|
||||
- Changes from version 1.45.3:
|
||||
+ client: Add support for zone identifiers in IPv6 addresses.
|
||||
+ afc: Add support for libplist-2.2.
|
||||
- Changes from version 1.45.2:
|
||||
+ metadata: Emit D-Bus signal when metadata are modified.
|
||||
+ sftp: Preserve timestamps during copy and move operations.
|
||||
+ dav: Add support for Negotiate and NTLM authentication.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 15:03:43 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without cdda
|
||||
Name: gvfs
|
||||
Version: 1.44.1
|
||||
Version: 1.46.1
|
||||
Release: 0
|
||||
Summary: Virtual File System functionality for GLib
|
||||
License: LGPL-2.0-or-later AND GPL-3.0-only
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://wiki.gnome.org/Projects/gvfs
|
||||
Source0: https://download.gnome.org/sources/gvfs/1.44/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gvfs/1.46/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
### NOTE: Please, keep SLE-only patches at bottom (starting on 1000).
|
||||
@ -47,7 +47,7 @@ BuildRequires: pkgconfig(fuse3) >= 3.0.0
|
||||
BuildRequires: pkgconfig(gcr-base-3)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.57.2
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.65.1
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.17.1
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.33.0
|
||||
|
Loading…
Reference in New Issue
Block a user