forked from pool/boost
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user