Update to 0.10 (#1545226)
This commit is contained in:
parent
8476e747fe
commit
971b8da9a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/xdg-desktop-portal-gtk-0.6.tar.xz
|
||||
/xdg-desktop-portal-gtk-0.7.tar.xz
|
||||
/xdg-desktop-portal-gtk-0.9.tar.xz
|
||||
/xdg-desktop-portal-gtk-0.10.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdg-desktop-portal-gtk-0.9.tar.xz) = 81cc2d9d91b32e269e8c59916e63bb8a8c82ad1643b15d4cfd85db5bedc22f2a8d4d517c832bf89f1368f0f559dd6ef1fa1d4e48c5234017bb864926e159f298
|
||||
SHA512 (xdg-desktop-portal-gtk-0.10.tar.xz) = b23deb811dd07d59ed68635d007cd396b832fb6ade0fbec18a8e7f47a957e36342534e9edbc301745617ffa18c3df0b402c0f356634a9af74f4f3bddbdb03aab
|
||||
|
@ -1,6 +1,9 @@
|
||||
# Version required for Session support.
|
||||
%global xdg_desktop_portal_version 0.10
|
||||
|
||||
Name: xdg-desktop-portal-gtk
|
||||
Version: 0.9
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
||||
|
||||
License: LGPLv2+
|
||||
@ -9,11 +12,11 @@ Source0: https://github.com/flatpak/releases/download/%{version}/%{name}-
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
||||
BuildRequires: pkgconfig(xdg-desktop-portal)
|
||||
BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version}
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
Requires: dbus
|
||||
Requires: xdg-desktop-portal
|
||||
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
||||
%if 0%{?fedora}
|
||||
# Use rich deps to pull in this package when flatpak and gtk3 are both installed
|
||||
Supplements: (flatpak and gtk3)
|
||||
@ -58,6 +61,9 @@ org.gnome.SessionManager D-Bus interfaces.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 14 2018 David King <amigadave@amigadave.com> - 0.10-1
|
||||
- Update to 0.10 (#1545226)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user