diff --git a/SPECS/xdg-desktop-portal.spec b/SPECS/xdg-desktop-portal.spec index 3316afc..45ed6b4 100644 --- a/SPECS/xdg-desktop-portal.spec +++ b/SPECS/xdg-desktop-portal.spec @@ -3,7 +3,7 @@ Name: xdg-desktop-portal Version: 1.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Portal frontend service to flatpak License: LGPLv2+ @@ -22,7 +22,7 @@ Patch6: 0005-open-uri-avoid-criticals-when-app-to-open-does-not-e.patch # Build against older glib2 Patch7: 0001-Don-t-use-g_strv_equals.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=1886776 +# https://bugzilla.redhat.com/show_bug.cgi?id=1886025 Patch8: xdg-desktop-portal-1.6.0-fix-openuri-crash.patch BuildRequires: gcc @@ -119,8 +119,11 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals %changelog +* Thu Feb 18 2021 Tomas Pelka - 1.6.0-4 +- Bump version and rebuild due to z-stream release with the same version + * Fri Oct 09 2020 David King - 1.6.0-3 -- Fix OpenURI crash (#1886776) +- Fix OpenURI crash (#1886025) * Thu Jul 15 2020 Jonas Ã…dahl - 1.6.0-2 - Require pipewire0.2-libs for legacy application support.