- 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
This commit is contained in:
Dirk Mueller 2022-12-15 12:37:01 +00:00 committed by Git OBS Bridge
parent 469af98fa3
commit f07844ffb9
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ Wed Dec 14 18:00:01 CET 2022 - Arvin Schnell <aschnell@suse.com>
* 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 <dmueller@suse.com>
- switch to pkgconfig(zlib) so that alternative providers can be
used
-------------------------------------------------------------------
Mon Aug 22 14:19:58 UTC 2022 - Adam Majer <adam.majer@suse.de>

View File

@ -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