From 7f245df86a692c5b04504aaad2168378f3531851 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 18 Mar 2021 20:40:48 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libsoup.git#81d4a2014429a3481d90c402562d2cde89cc0c76 --- libsoup.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libsoup.spec b/libsoup.spec index d69e6f9..58ae460 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -5,7 +5,7 @@ Name: libsoup Version: 2.72.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Soup, an HTTP library implementation License: LGPLv2 @@ -79,11 +79,6 @@ This package contains developer documentation for %{name}. %install %meson_install -# Avoid automatic requires on sysprof-devel package as it's a private -# dependency (and libsoup doesn't ship a static library which is when -# this dep would be useful) -sed -i -e 's/sysprof-capture-4, //' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc - %find_lang libsoup %files -f libsoup.lang @@ -117,6 +112,10 @@ sed -i -e 's/sysprof-capture-4, //' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc %endif %changelog +* Wed Feb 24 2021 Kalev Lember - 2.72.0-5 +- Don't try to avoid sysprof dep any more now that sysprof-capture-devel is + split out to a separate subpackage + * Tue Jan 26 2021 Fedora Release Engineering - 2.72.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild