diff --git a/.gitignore b/.gitignore index 6095dc4..570932b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /xdg-desktop-portal-gtk-1.7.1.tar.xz /xdg-desktop-portal-gtk-1.8.0.tar.xz /xdg-desktop-portal-gtk-1.10.0.tar.xz +/xdg-desktop-portal-gtk-1.12.0.tar.xz diff --git a/sources b/sources index fb7c0fe..80bbad0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-gtk-1.10.0.tar.xz) = dea6b1eefa192def900d40747930241896219768663342c5fb76534375c1196e14a1b0d56596bd25c25e27b64e261627c5697d20e1e0db19bad9e83d5d241257 +SHA512 (xdg-desktop-portal-gtk-1.12.0.tar.xz) = da4750ef6a289aaf1856778f761e51706f71416eb3c5dfe3d239a0b784fb3682e6553e6e1f840ca1b8af493b8931205f37c1a9967986b0cee6af6022b448e237 diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 6f7d01a..b9be117 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -2,23 +2,22 @@ %global xdg_desktop_portal_version 1.5.4 Name: xdg-desktop-portal-gtk -Version: 1.10.0 -Release: 2%{?dist} +Version: 1.12.0 +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/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -BuildRequires: make BuildRequires: gcc BuildRequires: gettext +BuildRequires: make BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gtk+-unix-print-3.0) BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version} -%{?systemd_requires} -BuildRequires: systemd +BuildRequires: systemd-rpm-macros Requires: dbus Requires: gsettings-desktop-schemas Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version} @@ -75,6 +74,9 @@ A backend implementation for xdg-desktop-portal that is using GTK+. %changelog +* Tue Dec 21 2021 David King - 1.12.0-1 +- Update to 1.12.0 + * Thu Nov 11 2021 David King - 1.10.0-2 - Enable appchooser and settings backends (#2012315)