forked from pool/boost
Accepting request 961119 from home:aschnell:boost
- add dependency on libzstd and libzstd-devel OBS-URL: https://build.opensuse.org/request/show/961119 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=297
This commit is contained in:
parent
09901ad319
commit
3ed17a3c1f
@ -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
|
Tue Dec 21 09:08:17 CET 2021 - aschnell@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -272,6 +272,7 @@ BuildRequires: gmp-devel
|
|||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%if %{with boost_fiber}
|
%if %{with boost_fiber}
|
||||||
@ -695,6 +696,7 @@ Requires: libboost_headers%{library_version}-devel = %{version}
|
|||||||
Requires: libboost_iostreams%{library_version} = %{version}
|
Requires: libboost_iostreams%{library_version} = %{version}
|
||||||
Requires: pkgconfig(bzip2)
|
Requires: pkgconfig(bzip2)
|
||||||
Requires: pkgconfig(liblzma)
|
Requires: pkgconfig(liblzma)
|
||||||
|
Requires: pkgconfig(libzstd)
|
||||||
Requires: pkgconfig(zlib)
|
Requires: pkgconfig(zlib)
|
||||||
Conflicts: boost-devel < 1.63
|
Conflicts: boost-devel < 1.63
|
||||||
Conflicts: libboost_iostreams-devel-impl
|
Conflicts: libboost_iostreams-devel-impl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user