Accepting request 961652 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/961652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=154
This commit is contained in:
Dominique Leuenberger 2022-03-15 18:03:47 +00:00 committed by Git OBS Bridge
commit 43fe3b3ab0
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 11 15:11:05 CET 2022 - aschnell@suse.com
- add dependency on libzstd and libzstd-devel to get on-the-fly
zstd compression in boost-iostreams
-------------------------------------------------------------------
Tue Dec 21 09:08:17 CET 2021 - aschnell@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -272,6 +272,7 @@ BuildRequires: gmp-devel
BuildRequires: libbz2-devel
BuildRequires: libexpat-devel
BuildRequires: libicu-devel
BuildRequires: libzstd-devel
BuildRequires: xz-devel
BuildRequires: zlib-devel
%if %{with boost_fiber}
@ -695,6 +696,7 @@ Requires: libboost_headers%{library_version}-devel = %{version}
Requires: libboost_iostreams%{library_version} = %{version}
Requires: pkgconfig(bzip2)
Requires: pkgconfig(liblzma)
Requires: pkgconfig(libzstd)
Requires: pkgconfig(zlib)
Conflicts: boost-devel < 1.63
Conflicts: libboost_iostreams-devel-impl