diff --git a/.gitignore b/.gitignore index b3d3bd3..ff6915f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /xdg-desktop-portal-0.9.tar.xz /xdg-desktop-portal-0.10.tar.xz /xdg-desktop-portal-0.11.tar.xz +/xdg-desktop-portal-0.99.tar.xz diff --git a/sources b/sources index 1c1d89d..9482895 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-0.11.tar.xz) = 1d4b84f5dc3db749f5b2cbc9fa818d8f58bfa1bcb8588044d58a73b007b155929f867e766273e7de4ccb304585147dc26d0c23dd773f73104d5e96219d6ddd8c +SHA512 (xdg-desktop-portal-0.99.tar.xz) = 3e7706f1e2d55ef7de7b2c703410320124cbf639be1a52c8a78cd44cf1129d9428e367cb82edd2eae22f8169ae7e479170553185b9d86f20064f1626098083cb diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index bbac78e..d827b86 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -1,5 +1,5 @@ Name: xdg-desktop-portal -Version: 0.11 +Version: 0.99 Release: 1%{?dist} Summary: Portal frontend service to flatpak @@ -7,6 +7,7 @@ License: LGPLv2+ URL: https://github.com/flatpak/xdg-desktop-portal/ Source0: https://github.com/flatpak/xdg-desktop-portal/releases/download/%{version}/%{name}-%{version}.tar.xz +BuildRequires: gcc BuildRequires: pkgconfig(flatpak) BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(gio-unix-2.0) @@ -86,6 +87,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals %changelog +* Tue Jul 24 2018 David King - 0.99-1 +- Update to 0.99 + * Wed Apr 25 2018 David King - 0.11-1 - Update to 0.11 (#1545225)