Update to 1.5.3

This commit is contained in:
David King 2019-11-28 10:34:21 +00:00
parent 69c80148ff
commit 105b856bb3
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/xdg-desktop-portal-1.5.0.tar.xz
/xdg-desktop-portal-1.5.1.tar.xz
/xdg-desktop-portal-1.5.2.tar.xz
/xdg-desktop-portal-1.5.3.tar.xz

View File

@ -1 +1 @@
SHA512 (xdg-desktop-portal-1.5.2.tar.xz) = 3b9d694017178e44c4556ce86d39237db97f1c230a3fd6ad5fed36f30b487981cfc951840337fbc1a52e711dfd3454ad61d1ddd7f2a78fe346f1ed927416ce38
SHA512 (xdg-desktop-portal-1.5.3.tar.xz) = cc0771f5108b3e354312d4421efe3b3f1d429c6cd54acf5c6d47f322c97493ba75ab2f6b21c2cb325e6d4b0cce2a35f1654f285b2ed231f27020739debadb00a

View File

@ -2,7 +2,7 @@
%global geoclue_version 2.5.2
Name: xdg-desktop-portal
Version: 1.5.2
Version: 1.5.3
Release: 1%{?dist}
Summary: Portal frontend service to flatpak
@ -95,6 +95,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
%changelog
* Thu Nov 28 2019 David King <amigadave@amigadave.com> - 1.5.3-1
- Update to 1.5.3
* Tue Oct 29 2019 David King <amigadave@amigadave.com> - 1.5.2-1
- Update to 1.5.2 (#1766780)