From 93718035aa6510c30d8a80112f3f097d28b5ca23cbf8fdd3b193826a5075463d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Jul 2021 07:13:03 +0000 Subject: [PATCH] Accepting request 906141 from home:dimstar:Factory - Do no longer BuildRequire libmodman-devel: libproxy 0.4.17 was changed upstream to only support to internal version (no other consumer of libmodman exists). - No longer pass -DFORCE_SYSTEM_LIBMODMAN=ON to cmake: not understood anymore (boo#1188265). OBS-URL: https://build.opensuse.org/request/show/906141 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=156 --- libproxy.changes | 9 +++++++++ libproxy.spec | 7 +++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/libproxy.changes b/libproxy.changes index 95d02ef..31f7030 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 13 13:33:13 UTC 2021 - Dominique Leuenberger + +- Do no longer BuildRequire libmodman-devel: libproxy 0.4.17 was + changed upstream to only support to internal version (no other + consumer of libmodman exists). +- No longer pass -DFORCE_SYSTEM_LIBMODMAN=ON to cmake: not + understood anymore (boo#1188265). + ------------------------------------------------------------------- Tue Dec 29 11:35:09 UTC 2020 - Dominique Leuenberger diff --git a/libproxy.spec b/libproxy.spec index 938c996..9e6c870 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,7 +1,7 @@ # -# spec file for package libproxy +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,6 @@ Source: https://github.com/libproxy/libproxy/releases/download/%{version Source99: baselibs.conf BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: libmodman-devel # netcfg is needed for the test suite. BuildRequires: netcfg BuildRequires: pkgconfig @@ -128,6 +127,7 @@ support. libproxy exists to abstract this issue and provides an answer how to reach a certain network resource. %else + %package -n libproxy1-config-gnome3 Summary: Libproxy module for GNOME3 configuration Group: System/Libraries @@ -299,7 +299,6 @@ cmake \ %if %{with mono} -DWITH_DOTNET=1 \ %endif - -DFORCE_SYSTEM_LIBMODMAN=ON \ %endif -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DBIN_INSTALL_DIR=%{_bindir} \