From 55859f02fb8e96e2565e80b088384e85ac76c6e0 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Thu, 15 Apr 2021 09:16:52 +0200 Subject: [PATCH] Drop PipeWire 0.2 requirement as Chrom[e|ium] 90 now depends on PipeWire 0.3 --- xdg-desktop-portal.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index 5728bcb..4f4db3d 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -5,7 +5,7 @@ Name: xdg-desktop-portal Version: 1.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Portal frontend service to flatpak License: LGPLv2+ @@ -31,10 +31,6 @@ Requires: geoclue2 >= %{geoclue_version} Requires: glib2 >= %{glib_version} Recommends: pipewire >= %{pipewire_version} Requires: pipewire-libs >= %{pipewire_version} -# Until WebRTC supports PipeWire 0.3 we have to require PipeWire 0.2 to be -# preinstalled otherwise the screen and window sharing won't work in Chrome and -# Chromium out of the box. -Requires: pipewire0.2-libs%{?_isa} # Required for the document portal. Requires: /usr/bin/fusermount # Required for the GMemoryMonitor GIO API @@ -106,6 +102,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals %changelog +* Thu Apr 15 2021 Tomas Popela - 1.8.1-3 +- Drop PipeWire 0.2 requirement as Chrom[e|ium] 90 now depends on PipeWire 0.3 + * Wed Feb 17 2021 David King - 1.8.1-2 - Drop unused fontconfig BuildRequires