From 24ba977bbf502ac73de72a82622d2bf56f504b73 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 12 Dec 2019 18:40:50 +0000 Subject: [PATCH] Update to 1.5.2 --- .gitignore | 1 + sources | 2 +- xdg-desktop-portal-gtk.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ae5e078..85d34b3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /xdg-desktop-portal-gtk-1.4.0.tar.xz /xdg-desktop-portal-gtk-1.5.0.tar.xz /xdg-desktop-portal-gtk-1.5.1.tar.xz +/xdg-desktop-portal-gtk-1.5.2.tar.xz diff --git a/sources b/sources index edd1277..accfe48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-gtk-1.5.1.tar.xz) = 6d1497ae584d7acf954a38f7a39796d673972c0dde86af35d86fcc55d4402250f965232991adac73711e1bf5c5537cb41c7c75420bb3eb15a190ea4f37532083 +SHA512 (xdg-desktop-portal-gtk-1.5.2.tar.xz) = 9362afd8db6ba3d6a9d76cb9729943410e0cd87bd714c105a17b9ead0577110c407205bea4e05267445483d30cee814eeb4f746267b2f28a74da3b1fa4ed4eda diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 71be0ef..768683c 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -1,8 +1,8 @@ -# Required for org.freedesktop.portal.FileChooser::SaveFiles -%global xdg_desktop_portal_version 1.5.3 +# Required for xdp_impl_background_emit_running_applications_changed +%global xdg_desktop_portal_version 1.5.4 Name: xdg-desktop-portal-gtk -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: Backend implementation for xdg-desktop-portal using GTK+ @@ -64,6 +64,9 @@ org.gnome.SessionManager D-Bus interfaces. %changelog +* Thu Dec 12 2019 David King - 1.5.2-1 +- Update to 1.5.2 + * Thu Nov 28 2019 David King - 1.5.1-1 - Update to 1.5.1 (#1714705)