Accepting request 731098 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/731098 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=331
This commit is contained in:
parent
646c7586b9
commit
e5b79851de
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdefe8fec6a1097f0c126fa2a4533667c98a86e237ac640518000e16b363971e
|
||||
size 1204824
|
3
gvfs-1.42.0.tar.xz
Normal file
3
gvfs-1.42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0958d9ceefb54bb8ddda74ef51e10fe03dff93f74634784bd309ea434066cf1
|
||||
size 1204864
|
53
gvfs.changes
53
gvfs.changes
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 19:24:28 UTC 2019 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Fix Requires on -fuse package: now needs fuse3, not fuse.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 17:40:44 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.42.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 19:56:41 CDT 2019 - mgorse@suse.com
|
||||
|
||||
- Update to version 1.41.91:
|
||||
+ fuse: Remove max_write limit.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
- Changes from version 1.41.90:
|
||||
+ udisks2: Change display name for crypto_unknown devices.
|
||||
+ google: Disable deletion of non-empty directories.
|
||||
+ google: Fix crashes when deleting if the file isn't found.
|
||||
+ google: Fix issue with stale entries remaining after rename
|
||||
operation.
|
||||
+ build: Define gvfs_rpath for libgvfsdaemon.so.
|
||||
+ proxy: Don't leak a GVfsDBusDaemon.
|
||||
+ Updated translations.
|
||||
- Changes from version 1.41.4:
|
||||
+ google: Do not enumerate volatile entries if title matches id.
|
||||
+ build: Add dependency on gsettings-desktop-schemas.
|
||||
+ daemon/udisks2: Handle lockdown option to disable writing.
|
||||
+ fuse: Define RENAME_* macros when they are not defined.
|
||||
+ google: Check ownership in is_owner() without additional HTTP
|
||||
request.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
- Changes from version 1.41.3:
|
||||
+ Updated translations.
|
||||
- Changes from version 1.41.2:
|
||||
+ build: Several meson improvements.
|
||||
+ build: Bump required meson version to 0.50.0.
|
||||
+ google: Support deleting shared Google Drive files.
|
||||
+ admin: Prevent core dumps when daemon is manually started.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
- Changes from version 1.41.1:
|
||||
+ fuse: Adapt gvfsd-fuse to use fuse 3.x.
|
||||
+ daemon: Unify some translatable strings.
|
||||
+ Updated translations.
|
||||
- Specify meson version requirement.
|
||||
- Require fuse >= 3.0.0.
|
||||
- Require gsettings-desktop-schemas: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 10:07:09 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
11
gvfs.spec
11
gvfs.spec
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without cdda
|
||||
Name: gvfs
|
||||
Version: 1.40.2
|
||||
Version: 1.42.0
|
||||
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.40/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gvfs/1.42/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
### NOTE: Please, keep SLE-only patches at bottom (starting on 1000).
|
||||
@ -35,7 +35,7 @@ Patch1001: gvfs-nvvfs.patch
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libgcrypt-devel >= 1.2.2
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: openssh
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -43,13 +43,14 @@ BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(avahi-client) >= 0.6
|
||||
BuildRequires: pkgconfig(avahi-glib) >= 0.6
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(fuse) >= 2.8.0
|
||||
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(goa-1.0) >= 3.17.1
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.33.0
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libbluray)
|
||||
@ -128,7 +129,7 @@ Summary: VFS functionality for GLib
|
||||
License: LGPL-2.0-or-later
|
||||
Group: System/Filesystems
|
||||
Requires: %{name} = %{version}
|
||||
Requires: fuse
|
||||
Requires: fuse3
|
||||
|
||||
%description fuse
|
||||
gvfs GNOME's userspace virtual filesystem designed to work with the
|
||||
|
Loading…
Reference in New Issue
Block a user