Update to 1.7.1

This commit is contained in:
Kalev Lember 2020-03-28 05:43:31 +01:00
parent 707d6a3466
commit 96d38f3a35
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/xdg-desktop-portal-1.5.4.tar.xz
/xdg-desktop-portal-1.6.0.tar.xz
/xdg-desktop-portal-1.7.0.tar.xz
/xdg-desktop-portal-1.7.1.tar.xz

View File

@ -1 +1 @@
SHA512 (xdg-desktop-portal-1.7.0.tar.xz) = c3f71626e4da1a6358ec51622817f738c2fb9b18d2ea6d670a88ae766520e613641a6a6f165ee69e2e6dc31c5005727927fca5ec1ae01170d78659be171ae50e
SHA512 (xdg-desktop-portal-1.7.1.tar.xz) = de0d0e919f9404bde3441ecdcd0ac93cdc9567b6657f48f7399f5bce1a5045c05d5ab952741bac3cad92e2341b2f2e00395a80022fdd6cbf324e9327ff897aa6

View File

@ -4,7 +4,7 @@
%global low_memory_monitor_version 2.0
Name: xdg-desktop-portal
Version: 1.7.0
Version: 1.7.1
Release: 1%{?dist}
Summary: Portal frontend service to flatpak
@ -102,6 +102,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
%changelog
* Sat Mar 28 2020 Kalev Lember <klember@redhat.com> - 1.7.1-1
- Update to 1.7.1
* Sat Mar 14 2020 David King <amigadave@amigadave.com> - 1.7.0-1
- Update to 1.7.0 (#1813534)