From c3247a30001d4b9a1e4d9f322706f60a35d4f91c Mon Sep 17 00:00:00 2001 From: David King Date: Apr 25 2018 06:19:27 +0000 Subject: Update to 0.11 (#1545226) --- diff --git a/.gitignore b/.gitignore index 171c4f4..3a93e3e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /xdg-desktop-portal-gtk-0.7.tar.xz /xdg-desktop-portal-gtk-0.9.tar.xz /xdg-desktop-portal-gtk-0.10.tar.xz +/xdg-desktop-portal-gtk-0.11.tar.xz diff --git a/sources b/sources index 594e550..ea33487 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-gtk-0.10.tar.xz) = b23deb811dd07d59ed68635d007cd396b832fb6ade0fbec18a8e7f47a957e36342534e9edbc301745617ffa18c3df0b402c0f356634a9af74f4f3bddbdb03aab +SHA512 (xdg-desktop-portal-gtk-0.11.tar.xz) = 7015557b8de5b16b8cc99a3456afaa108bbbb2ce5e14adaf5ecb070678adf38240e37e18145b080aba9588442023701a8998360997d57aef1cc8b84e002c9242 diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index e3fe80f..53ad64f 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -2,19 +2,19 @@ %global xdg_desktop_portal_version 0.10 Name: xdg-desktop-portal-gtk -Version: 0.10 +Version: 0.11 Release: 1%{?dist} Summary: Backend implementation for xdg-desktop-portal using GTK+ License: LGPLv2+ URL: https://github.com/flatpak/%{name} -Source0: https://github.com/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz +Source0: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: gettext BuildRequires: pkgconfig(gtk+-unix-print-3.0) BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version} %{?systemd_requires} -BuildRequires: systemd +BuildRequires: systemd Requires: dbus Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version} %if 0%{?fedora} @@ -61,6 +61,9 @@ org.gnome.SessionManager D-Bus interfaces. %changelog +* Wed Apr 25 2018 David King - 0.11-1 +- Update to 0.11 (#1545226) + * Wed Feb 14 2018 David King - 0.10-1 - Update to 0.10 (#1545226)