Update to 1.41.1
- Build against fuse3
This commit is contained in:
parent
5d5188ead1
commit
f339668f04
16
gvfs.spec
16
gvfs.spec
@ -1,5 +1,5 @@
|
||||
%global avahi_version 0.6
|
||||
%global fuse_version 2.8.0
|
||||
%global fuse_version 3.0.0
|
||||
%global gettext_version 0.19.4
|
||||
%global glib2_version 2.57.2
|
||||
%global goa_version 3.17.1
|
||||
@ -21,13 +21,13 @@
|
||||
%global udisks2_version 1.97
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.40.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.41.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Backends for the gio framework in GLib
|
||||
|
||||
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
||||
URL: https://wiki.gnome.org/Projects/gvfs
|
||||
Source0: https://download.gnome.org/sources/gvfs/1.40/gvfs-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gvfs/1.41/gvfs-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
@ -90,8 +90,8 @@ required to develop applications using gvfs.
|
||||
Summary: FUSE support for gvfs
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-client%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: pkgconfig(fuse) >= %{fuse_version}
|
||||
Requires: fuse >= %{fuse_version}
|
||||
BuildRequires: pkgconfig(fuse3) >= %{fuse_version}
|
||||
Requires: fuse3 >= %{fuse_version}
|
||||
|
||||
%description fuse
|
||||
This package provides support for applications not using gio
|
||||
@ -396,6 +396,10 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2019 Kalev Lember <klember@redhat.com> - 1.41.1-1
|
||||
- Update to 1.41.1
|
||||
- Build against fuse3
|
||||
|
||||
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.40.1-2
|
||||
- Rebuild with Meson fix for #1699099
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gvfs-1.40.1.tar.xz) = de7fbcce5783c807ab4d7d56fa246244fbe2baf271c43a2abd9f332e41975026842f66423a5e0781d11ba04802a29358a6863e087120b76471c3bdd47f7a6a29
|
||||
SHA512 (gvfs-1.41.1.tar.xz) = 5456b3a3d290bedb88a0454d1135eb5083dc73312714d5a40cddfec4a596d9a4c667e3d81b51ecf02e2a5409fbb5a55f9fdbd302e65fceb393ade1fec89dc227
|
||||
|
Loading…
Reference in New Issue
Block a user