From dcb2eecf448b182da147c993274dba17fa6b734e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 28 Mar 2020 05:49:39 +0100 Subject: [PATCH] Update to 1.7.1 --- .gitignore | 1 + sources | 2 +- xdg-desktop-portal-gtk.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 91a43c0..8c5fb88 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /xdg-desktop-portal-gtk-1.5.2.tar.xz /xdg-desktop-portal-gtk-1.6.0.tar.xz /xdg-desktop-portal-gtk-1.7.0.tar.xz +/xdg-desktop-portal-gtk-1.7.1.tar.xz diff --git a/sources b/sources index 859b93b..9897f86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-gtk-1.7.0.tar.xz) = 217693ed01f15cf31949cf4a8c9b507e0661be69e22af5f513566621ea4e4836156349d44ee40e884bf230cdad5880d23afd769e3184060e735d5ea7f46a8ef8 +SHA512 (xdg-desktop-portal-gtk-1.7.1.tar.xz) = 2a2326559a4ed7e44ffddc1a6881c25f14822465f5660bc806e7d8a120d66268e2987329f4bc9f7821329eea41ee96b15a39c5f7ac805a1e04d0604a88b31c08 diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 195db63..d29845f 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -2,7 +2,7 @@ %global xdg_desktop_portal_version 1.5.4 Name: xdg-desktop-portal-gtk -Version: 1.7.0 +Version: 1.7.1 Release: 1%{?dist} Summary: Backend implementation for xdg-desktop-portal using GTK+ @@ -64,6 +64,9 @@ org.gnome.SessionManager D-Bus interfaces. %changelog +* Sat Mar 28 2020 Kalev Lember - 1.7.1-1 +- Update to 1.7.1 + * Sat Mar 14 2020 David King - 1.7.0-1 - Update to 1.7.0 (#1813533)