diff --git a/baselibs.conf b/baselibs.conf index 966cf22..3e3529d 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,26 +1,26 @@ -libboost_atomic1_75_0 -libboost_container1_75_0 -libboost_context1_75_0 -libboost_coroutine1_75_0 -libboost_date_time1_75_0 -libboost_fiber1_75_0 -libboost_filesystem1_75_0 -libboost_graph1_75_0 -libboost_graph_parallel1_75_0 -libboost_iostreams1_75_0 -libboost_locale1_75_0 -libboost_math1_75_0 -libboost_mpi1_75_0 -libboost_nowide1_75_0 -libboost_test1_75_0 -libboost_program_options1_75_0 -libboost_python-py3-1_75_0 -libboost_random1_75_0 -libboost_serialization1_75_0 -libboost_stacktrace1_75_0 -libboost_system1_75_0 -libboost_thread1_75_0 -libboost_type_erasure1_75_0 -libboost_wave1_75_0 -libboost_regex1_75_0 -libboost_json1_75_0 +libboost_atomic1_76_0 +libboost_container1_76_0 +libboost_context1_76_0 +libboost_coroutine1_76_0 +libboost_date_time1_76_0 +libboost_fiber1_76_0 +libboost_filesystem1_76_0 +libboost_graph1_76_0 +libboost_graph_parallel1_76_0 +libboost_iostreams1_76_0 +libboost_locale1_76_0 +libboost_math1_76_0 +libboost_mpi1_76_0 +libboost_nowide1_76_0 +libboost_test1_76_0 +libboost_program_options1_76_0 +libboost_python-py3-1_76_0 +libboost_random1_76_0 +libboost_serialization1_76_0 +libboost_stacktrace1_76_0 +libboost_system1_76_0 +libboost_thread1_76_0 +libboost_type_erasure1_76_0 +libboost_wave1_76_0 +libboost_regex1_76_0 +libboost_json1_76_0 diff --git a/boost-disable-pch-on-aarch64.patch b/boost-disable-pch-on-aarch64.patch deleted file mode 100644 index 4fa8ecb..0000000 --- a/boost-disable-pch-on-aarch64.patch +++ /dev/null @@ -1,75 +0,0 @@ -diff -urEbwB boost_1_60_0.orig/libs/math/build/Jamfile.v2 boost_1_60_0/libs/math/build/Jamfile.v2 ---- boost_1_60_0.orig/libs/math/build/Jamfile.v2 2015-12-23 17:26:17.352006018 +0100 -+++ boost_1_60_0/libs/math/build/Jamfile.v2 2015-12-23 20:41:51.707246969 +0100 -@@ -4,23 +4,17 @@ - # http://www.boost.org/LICENSE_1_0.txt. - - import testing ; --import pch ; - - project - : requirements - intel-win:-nologo - intel-win:-nologo -- #intel-linux:off -- intel-darwin:off -- msvc-7.1:off -- gcc,windows:off - #gcc:-fvisibility=hidden - intel-linux:-fvisibility=hidden - #sun:-xldscope=hidden - [ check-target-builds ../config//has_gcc_visibility "gcc visibility" : gcc:-fvisibility=hidden : ] - ; - --cpp-pch pch : ../src/tr1/pch.hpp : ../src/tr1 shared:BOOST_MATH_TR1_DYN_LINK=1 ; - - C99_SOURCES = acosh - asinh -@@ -80,19 +74,19 @@ - explicit long_double_check ; - - # Library targets --lib boost_math_tr1 : ../src/tr1/$(TR1_SOURCES).cpp pch -+lib boost_math_tr1 : ../src/tr1/$(TR1_SOURCES).cpp - : - shared:BOOST_MATH_TR1_DYN_LINK=1 - ../src/tr1 - ; - --lib boost_math_tr1f : ../src/tr1/$(TR1_SOURCES)f.cpp pch -+lib boost_math_tr1f : ../src/tr1/$(TR1_SOURCES)f.cpp - : - shared:BOOST_MATH_TR1_DYN_LINK=1 - ../src/tr1 - ; - --lib boost_math_tr1l : ../src/tr1/$(TR1_SOURCES)l.cpp pch -+lib boost_math_tr1l : ../src/tr1/$(TR1_SOURCES)l.cpp - : - shared:BOOST_MATH_TR1_DYN_LINK=1 - ../config//has_long_double_support -@@ -100,19 +94,19 @@ - [ check-target-builds ../config//has_long_double_support "long double support" : : no ] - ; - --lib boost_math_c99 : ../src/tr1/$(C99_SOURCES).cpp pch -+lib boost_math_c99 : ../src/tr1/$(C99_SOURCES).cpp - : - shared:BOOST_MATH_TR1_DYN_LINK=1 - ../src/tr1 - ; - --lib boost_math_c99f : ../src/tr1/$(C99_SOURCES)f.cpp pch -+lib boost_math_c99f : ../src/tr1/$(C99_SOURCES)f.cpp - : - shared:BOOST_MATH_TR1_DYN_LINK=1 - ../src/tr1 - ; - --lib boost_math_c99l : ../src/tr1/$(C99_SOURCES)l.cpp pch -+lib boost_math_c99l : ../src/tr1/$(C99_SOURCES)l.cpp - : - shared:BOOST_MATH_TR1_DYN_LINK=1 - ../config//has_long_double_support -Only in boost_1_60_0/libs/math/build: Jamfile.v2.orig -Only in boost_1_60_0/libs/math/build: Jamfile.v2.rej diff --git a/boost.changes b/boost.changes index 20ddc27..f53b4dd 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 19 11:20:53 CEST 2021 - aschnell@suse.com + +- update to 1.76.0: + * for details on all changes see, + https://www.boost.org/users/history/version_1_76_0.html +- remove boost-disable-pch-on-aarch64.patch, compile bug seems + to be fixed meanwhile +- baselibs.conf: updated to new version + ------------------------------------------------------------------- Tue Feb 9 14:23:32 UTC 2021 - Adam Majer diff --git a/boost.spec b/boost.spec index 2ddf957..1580282 100644 --- a/boost.spec +++ b/boost.spec @@ -19,9 +19,9 @@ # %global flavor @BUILD_FLAVOR@%{nil} -%define ver 1.75.0 -%define _ver 1_75_0 -%define package_version 1_75_0 +%define ver 1.76.0 +%define _ver 1_76_0 +%define package_version 1_76_0 %define file_version %_ver %define lib_appendix %_ver %define docs_version 1.56.0 @@ -235,9 +235,9 @@ ExcludeArch: s390x %{ix86} ppc64 ppc64le %endif Name: %{base_name} -Version: 1.75.0 +Version: 1.76.0 Release: 0 -%define library_version 1_75_0 +%define library_version 1_76_0 Summary: Boost C++ Libraries License: BSL-1.0 @@ -259,7 +259,6 @@ Patch5: boost-strict_aliasing.patch Patch6: boost-use_std_xml_catalog.patch Patch7: boost-rpmoptflags-only.patch Patch9: boost-aarch64-flags.patch -Patch10: boost-disable-pch-on-aarch64.patch Patch15: boost-1.57.0-python-abi_letters.patch Patch16: boost-1.55.0-python-test-PyImport_AppendInittab.patch Patch17: python_mpi.patch @@ -1244,7 +1243,6 @@ find -type f ! \( -name \*.sh -o -name \*.py -o -name \*.pl \) -exec chmod -x {} %patch6 -p1 %patch7 %patch9 -p1 -%patch10 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 diff --git a/boost_1_75_0.tar.bz2 b/boost_1_75_0.tar.bz2 deleted file mode 100644 index 264f57c..0000000 --- a/boost_1_75_0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb -size 121849575 diff --git a/boost_1_76_0.tar.bz2 b/boost_1_76_0.tar.bz2 new file mode 100644 index 0000000..2a04420 --- /dev/null +++ b/boost_1_76_0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41 +size 110073117