From 971b8da9a7996f115aa23972c9ae6d4a6e8b1f17 Mon Sep 17 00:00:00 2001 From: David King Date: Feb 14 2018 15:13:30 +0000 Subject: Update to 0.10 (#1545226) --- diff --git a/.gitignore b/.gitignore index 812961d..171c4f4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /xdg-desktop-portal-gtk-0.6.tar.xz /xdg-desktop-portal-gtk-0.7.tar.xz /xdg-desktop-portal-gtk-0.9.tar.xz +/xdg-desktop-portal-gtk-0.10.tar.xz diff --git a/sources b/sources index 1abe090..594e550 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-gtk-0.9.tar.xz) = 81cc2d9d91b32e269e8c59916e63bb8a8c82ad1643b15d4cfd85db5bedc22f2a8d4d517c832bf89f1368f0f559dd6ef1fa1d4e48c5234017bb864926e159f298 +SHA512 (xdg-desktop-portal-gtk-0.10.tar.xz) = b23deb811dd07d59ed68635d007cd396b832fb6ade0fbec18a8e7f47a957e36342534e9edbc301745617ffa18c3df0b402c0f356634a9af74f4f3bddbdb03aab diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 6700ae2..e3fe80f 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -1,6 +1,9 @@ +# Version required for Session support. +%global xdg_desktop_portal_version 0.10 + Name: xdg-desktop-portal-gtk -Version: 0.9 -Release: 2%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: Backend implementation for xdg-desktop-portal using GTK+ License: LGPLv2+ @@ -9,11 +12,11 @@ Source0: https://github.com/flatpak/releases/download/%{version}/%{name}- BuildRequires: gettext BuildRequires: pkgconfig(gtk+-unix-print-3.0) -BuildRequires: pkgconfig(xdg-desktop-portal) +BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version} %{?systemd_requires} BuildRequires: systemd Requires: dbus -Requires: xdg-desktop-portal +Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version} %if 0%{?fedora} # Use rich deps to pull in this package when flatpak and gtk3 are both installed Supplements: (flatpak and gtk3) @@ -58,6 +61,9 @@ org.gnome.SessionManager D-Bus interfaces. %changelog +* Wed Feb 14 2018 David King - 0.10-1 +- Update to 0.10 (#1545226) + * Fri Feb 09 2018 Fedora Release Engineering - 0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild