Auto sync2gitlab import of boost-1.66.0-13.el8.src.rpm

This commit is contained in:
CentOS Sources 2022-06-23 12:44:57 +00:00
parent 07f7c96915
commit a393e1bdfc
2 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- boost_1_66_0/tools/build/src/engine/build.jam~ 2018-02-07 21:36:14.552201421 +0000 --- boost_1_66_0/tools/build/src/engine/build.jam~ 2017-12-13 23:56:50.000000000 +0000
+++ boost_1_66_0/tools/build/src/engine/build.jam 2018-02-07 21:36:29.014173266 +0000 +++ boost_1_66_0/tools/build/src/engine/build.jam 2022-06-22 15:14:26.976935832 +0100
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
#~ http://www.boost.org/LICENSE_1_0.txt) #~ http://www.boost.org/LICENSE_1_0.txt)
@ -9,6 +9,15 @@
{ {
local values ; local values ;
for local x in $($(v)) for local x in $($(v))
@@ -54,7 +54,7 @@
! ( --debug in $(ARGV) ) &&
! ( --profile in $(ARGV) )
{
- ARGV += --release ;
+ # ARGV += --release ;
}
# Enable, and configure, Python hooks.
@@ -215,12 +215,12 @@ @@ -215,12 +215,12 @@
: -L$(--python-lib[1]) -l$(--python-lib[2]) ; : -L$(--python-lib[1]) -l$(--python-lib[2]) ;
## GCC 2.x, 3.x, 4.x ## GCC 2.x, 3.x, 4.x

View File

@ -34,7 +34,7 @@ Name: boost
Summary: The free peer-reviewed portable C++ source libraries Summary: The free peer-reviewed portable C++ source libraries
Version: 1.66.0 Version: 1.66.0
%global version_enc 1_66_0 %global version_enc 1_66_0
Release: 12%{?dist} Release: 13%{?dist}
License: Boost and MIT and Python License: Boost and MIT and Python
%global toplev_dirname %{name}_%{version_enc} %global toplev_dirname %{name}_%{version_enc}
@ -89,7 +89,6 @@ BuildRequires: libstdc++-devel
BuildRequires: bzip2-devel BuildRequires: bzip2-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: xz-devel BuildRequires: xz-devel
BuildRequires: libzstd-devel
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-numpy BuildRequires: python3-numpy
BuildRequires: libicu-devel BuildRequires: libicu-devel
@ -1318,6 +1317,10 @@ fi
%{_mandir}/man1/bjam.1* %{_mandir}/man1/bjam.1*
%changelog %changelog
* Wed Jun 22 2022 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-13
- Remove unused libzstd-devel dependency (#2069831)
- Preserve hardening flags when building bjam
* Tue Jun 21 2022 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-12 * Tue Jun 21 2022 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-12
- Build with lzma and zstd support (#2069831) - Build with lzma and zstd support (#2069831)