diff --git a/.gitignore b/.gitignore index 1eaef7c..2af1036 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/xdg-desktop-portal-1.8.1.tar.xz +SOURCES/xdg-desktop-portal-1.12.6.tar.xz diff --git a/.xdg-desktop-portal.metadata b/.xdg-desktop-portal.metadata index e78bc85..e7d3801 100644 --- a/.xdg-desktop-portal.metadata +++ b/.xdg-desktop-portal.metadata @@ -1 +1 @@ -308bb017c1306574b8bd62b19b250466bbd4785a SOURCES/xdg-desktop-portal-1.8.1.tar.xz +da4b7f55f39e237e000b8189f94c8a9ea677cd21 SOURCES/xdg-desktop-portal-1.12.6.tar.xz diff --git a/SPECS/xdg-desktop-portal.spec b/SPECS/xdg-desktop-portal.spec index a460752..feebf2a 100644 --- a/SPECS/xdg-desktop-portal.spec +++ b/SPECS/xdg-desktop-portal.spec @@ -2,7 +2,7 @@ %global geoclue_version 2.5.2 Name: xdg-desktop-portal -Version: 1.8.1 +Version: 1.12.6 Release: 1%{?dist} Summary: Portal frontend service to flatpak @@ -10,8 +10,9 @@ 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: make BuildRequires: gcc +BuildRequires: make +BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(flatpak) BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(gio-unix-2.0) @@ -19,8 +20,6 @@ BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version} BuildRequires: pkgconfig(libpipewire-0.3) >= %{pipewire_version} BuildRequires: /usr/bin/xmlto -%{?systemd_requires} -BuildRequires: systemd Requires: dbus # Required version for icon validator. @@ -97,6 +96,10 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals %changelog +* Tue Nov 14 2023 Debarshi Ray - 1.12.6-1 +- Rebase to 1.12.6 +Resolves: RHEL-16452 + * Tue Oct 12 2021 Tomas Popela - 1.8.1-1 - Rebase to 1.8.1 - Explicit library Requires should be arch-specific