diff --git a/boost.changes b/boost.changes index 31ecc9e..3f622ec 100644 --- a/boost.changes +++ b/boost.changes @@ -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 diff --git a/boost.spec b/boost.spec index 63d4a50..372b420 100644 --- a/boost.spec +++ b/boost.spec @@ -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