From 203bf248ec3b693f18770e6eb32e7cc70a4284e0 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 9 Feb 2023 11:03:29 -0600 Subject: [PATCH] Switch to libsoup 3 --- gnome-software.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnome-software.spec b/gnome-software.spec index 090dad5..e0a9fa6 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -21,7 +21,7 @@ Name: gnome-software Version: 44~alpha -Release: 2%{?dist} +Release: 3%{?dist} Summary: A software center for GNOME License: GPL-2.0-or-later @@ -50,7 +50,7 @@ BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version} BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version} BuildRequires: pkgconfig(libdnf) -BuildRequires: pkgconfig(libsoup-2.4) +BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(malcontent-0) BuildRequires: pkgconfig(ostree-1) BuildRequires: pkgconfig(packagekit-glib2) >= %{packagekit_version} @@ -113,7 +113,7 @@ This package includes the rpm-ostree backend. %build %meson \ - -Dsoup2=true \ + -Dsoup2=false \ -Dsnap=false \ -Dmalcontent=true \ -Dgudev=true \ @@ -228,6 +228,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_datadir}/gtk-doc/html/gnome-software/ %changelog +* Thu Feb 09 2023 Michael Catanzaro - 44~alpha-3 +- Switch to libsoup 3 + * Thu Jan 19 2023 Fedora Release Engineering - 44~alpha-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild