Update to 0.11 (#1545226)

This commit is contained in:
David King 2018-04-25 07:19:27 +01:00
parent 971b8da9a7
commit c3247a3000
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/xdg-desktop-portal-gtk-0.7.tar.xz
/xdg-desktop-portal-gtk-0.9.tar.xz
/xdg-desktop-portal-gtk-0.10.tar.xz
/xdg-desktop-portal-gtk-0.11.tar.xz

View File

@ -1 +1 @@
SHA512 (xdg-desktop-portal-gtk-0.10.tar.xz) = b23deb811dd07d59ed68635d007cd396b832fb6ade0fbec18a8e7f47a957e36342534e9edbc301745617ffa18c3df0b402c0f356634a9af74f4f3bddbdb03aab
SHA512 (xdg-desktop-portal-gtk-0.11.tar.xz) = 7015557b8de5b16b8cc99a3456afaa108bbbb2ce5e14adaf5ecb070678adf38240e37e18145b080aba9588442023701a8998360997d57aef1cc8b84e002c9242

View File

@ -2,19 +2,19 @@
%global xdg_desktop_portal_version 0.10
Name: xdg-desktop-portal-gtk
Version: 0.10
Version: 0.11
Release: 1%{?dist}
Summary: Backend implementation for xdg-desktop-portal using GTK+
License: LGPLv2+
URL: https://github.com/flatpak/%{name}
Source0: https://github.com/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
Source0: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: gettext
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version}
%{?systemd_requires}
BuildRequires: systemd
BuildRequires: systemd
Requires: dbus
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
%if 0%{?fedora}
@ -61,6 +61,9 @@ org.gnome.SessionManager D-Bus interfaces.
%changelog
* Wed Apr 25 2018 David King <amigadave@amigadave.com> - 0.11-1
- Update to 0.11 (#1545226)
* Wed Feb 14 2018 David King <amigadave@amigadave.com> - 0.10-1
- Update to 0.10 (#1545226)