From f07844ffb9c3d2bd840152ea4137f9160a81730655f92d3069aad46d143edc80 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Dec 2022 12:37:01 +0000 Subject: [PATCH] - switch to pkgconfig(zlib) so that alternative providers can be used OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=309 --- boost.changes | 6 ++++++ boost.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/boost.changes b/boost.changes index 37475fe..139d9c6 100644 --- a/boost.changes +++ b/boost.changes @@ -7,6 +7,12 @@ Wed Dec 14 18:00:01 CET 2022 - Arvin Schnell * for details on all changes see, https://www.boost.org/users/history/version_1_81_0.html +------------------------------------------------------------------- +Mon Dec 12 08:58:58 UTC 2022 - Dirk Müller + +- switch to pkgconfig(zlib) so that alternative providers can be + used + ------------------------------------------------------------------- Mon Aug 22 14:19:58 UTC 2022 - Adam Majer diff --git a/boost.spec b/boost.spec index fd51e9e..281a566 100644 --- a/boost.spec +++ b/boost.spec @@ -272,7 +272,7 @@ BuildRequires: libexpat-devel BuildRequires: libicu-devel BuildRequires: libzstd-devel BuildRequires: xz-devel -BuildRequires: zlib-devel +BuildRequires: pkgconfig(zlib) %if %{with boost_fiber} BuildRequires: gcc-c++ > 5 %else