Update to 0.11 (#1545226)
This commit is contained in:
parent
971b8da9a7
commit
c3247a3000
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/xdg-desktop-portal-gtk-0.7.tar.xz
|
/xdg-desktop-portal-gtk-0.7.tar.xz
|
||||||
/xdg-desktop-portal-gtk-0.9.tar.xz
|
/xdg-desktop-portal-gtk-0.9.tar.xz
|
||||||
/xdg-desktop-portal-gtk-0.10.tar.xz
|
/xdg-desktop-portal-gtk-0.10.tar.xz
|
||||||
|
/xdg-desktop-portal-gtk-0.11.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xdg-desktop-portal-gtk-0.10.tar.xz) = b23deb811dd07d59ed68635d007cd396b832fb6ade0fbec18a8e7f47a957e36342534e9edbc301745617ffa18c3df0b402c0f356634a9af74f4f3bddbdb03aab
|
SHA512 (xdg-desktop-portal-gtk-0.11.tar.xz) = 7015557b8de5b16b8cc99a3456afaa108bbbb2ce5e14adaf5ecb070678adf38240e37e18145b080aba9588442023701a8998360997d57aef1cc8b84e002c9242
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
%global xdg_desktop_portal_version 0.10
|
%global xdg_desktop_portal_version 0.10
|
||||||
|
|
||||||
Name: xdg-desktop-portal-gtk
|
Name: xdg-desktop-portal-gtk
|
||||||
Version: 0.10
|
Version: 0.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/flatpak/%{name}
|
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: gettext
|
||||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
||||||
@ -61,6 +61,9 @@ org.gnome.SessionManager D-Bus interfaces.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 14 2018 David King <amigadave@amigadave.com> - 0.10-1
|
||||||
- Update to 0.10 (#1545226)
|
- Update to 0.10 (#1545226)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user