From 73b7d696174e4b18bdc4c40c2ce70a5b32ce67fb Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 20 Sep 2021 23:39:06 +0100 Subject: [PATCH] Update to 1.10.1 (#2006126) --- .gitignore | 1 + sources | 2 +- xdg-desktop-portal.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9de630d..66eb7c3 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /xdg-desktop-portal-1.8.0.tar.xz /xdg-desktop-portal-1.8.1.tar.xz /xdg-desktop-portal-1.10.0.tar.xz +/xdg-desktop-portal-1.10.1.tar.xz diff --git a/sources b/sources index 4abd74f..89675f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-1.10.0.tar.xz) = 26ba6f01e2681fba04b4387b48cc0a2886bbfd39f837e74019809902cb442632635b391d93bda0e6145665de4f643e3677ed139705e6c2df7504a28381aa0176 +SHA512 (xdg-desktop-portal-1.10.1.tar.xz) = 5db0bd866674ff016d864646ea7f91f09a1b8fbc5ec735e4c97165af71770d2c7d3333e771062644dd522b32f67ead72bc7ef99186e3b069671c174d4d601fdc diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index 2f1e063..45d21ac 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -4,7 +4,7 @@ %global low_memory_monitor_version 2.0 Name: xdg-desktop-portal -Version: 1.10.0 +Version: 1.10.1 Release: 1%{?dist} Summary: Portal frontend service to flatpak @@ -102,6 +102,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals %changelog +* Mon Sep 20 2021 David King - 1.10.1-1 +- Update to 1.10.1 (#2006126) + * Thu Sep 16 2021 David King - 1.10.0-1 - Update to 1.10.0 (#2004782)