From d89f52308f4438a50a159749286bd947be56bb69 Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Aug 16 2022 12:37:06 +0000 Subject: Move back to libsoup2 Signed-off-by: Victor Toso --- diff --git a/grilo.spec b/grilo.spec index 1edf51d..7577604 100644 --- a/grilo.spec +++ b/grilo.spec @@ -3,7 +3,7 @@ Name: grilo Version: 0.3.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Content discovery framework License: LGPLv2+ @@ -18,7 +18,7 @@ BuildRequires: vala >= 0.27.1 BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel >= 0.9.0 BuildRequires: libxml2-devel -BuildRequires: libsoup3-devel +BuildRequires: libsoup-devel BuildRequires: glib2-devel # For the test UI @@ -49,7 +49,7 @@ general and API documentation. %build %meson \ -Denable-gtk-doc=true \ - -Dsoup3=true + -Dsoup3=false %meson_build @@ -86,6 +86,10 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/ %{_datadir}/vala/ %changelog +* Tue Aug 16 2022 Victor Toso - 0.3.15-2 +- Switch back to libsoup2 to avoid issues when apps are using + libsoup2 and libsoup3 + * Tue Aug 16 2022 Victor Toso - 0.3.15-1 - Update to 0.3.15. GrlNet library is now using libsoup3.