Update to 1.4.2
This commit is contained in:
parent
6d6521218a
commit
e6996cd676
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,3 +14,6 @@
|
||||
/xdg-desktop-portal-1.0.3.tar.xz
|
||||
/xdg-desktop-portal-1.1.1.tar.xz
|
||||
/xdg-desktop-portal-1.2.0.tar.xz
|
||||
/xdg-desktop-portal-1.4.0.tar.xz
|
||||
/xdg-desktop-portal-1.4.1.tar.xz
|
||||
/xdg-desktop-portal-1.4.2.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdg-desktop-portal-1.2.0.tar.xz) = 7c7dff8f1f44b4f564f195a8f9ad2985f6085d16638d18941459cd14d76d8ae7cafaf72f461f2c0c1414a8bace9f3ab4a5416de06edb71df677fd7bdca47f61a
|
||||
SHA512 (xdg-desktop-portal-1.4.2.tar.xz) = 9a19dc8f6899a24f8827ce36447316ce74f293abed469be24adfaa16d18deac0b7c5d77f744eed9b540b54cd23145281dacb6811dc52b34180b21d6dc02efc5a
|
||||
|
@ -1,9 +1,9 @@
|
||||
%global pipewire_version 0.2.2
|
||||
%global pipewire_version 0.2.6
|
||||
%global geoclue_version 2.5.2
|
||||
|
||||
Name: xdg-desktop-portal
|
||||
Version: 1.2.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Portal frontend service to flatpak
|
||||
|
||||
License: LGPLv2+
|
||||
@ -15,6 +15,7 @@ BuildRequires: pkgconfig(flatpak)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
||||
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
|
||||
BuildRequires: /usr/bin/xmlto
|
||||
@ -95,6 +96,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 28 2019 Kalev Lember <klember@redhat.com> - 1.4.2-1
|
||||
- Update to 1.4.2
|
||||
|
||||
* Thu Feb 14 2019 David King <amigadave@amigadave.com> - 1.2.0-3
|
||||
- Drop icon validator Requires to Recommends
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user