diff --git a/boost-1.80-outcome-Stop-Boost-regression-tests-complaining-about-no-test-tree.patch b/boost-1.80-outcome-Stop-Boost-regression-tests-complaining-about-no-test-tree.patch deleted file mode 100644 index 98a9edc..0000000 --- a/boost-1.80-outcome-Stop-Boost-regression-tests-complaining-about-no-test-tree.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 66ebdd4e86ab593c8723ee69f6654260de19775e Mon Sep 17 00:00:00 2001 -From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" - -Date: Fri, 18 Nov 2022 18:15:09 +0000 -Subject: [PATCH] Stop Boost regression tests complaining about no test tree. - ---- - libs/outcome/test/tests/issue0255.cpp | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/libs/outcome/test/tests/issue0255.cpp b/libs/outcome/test/tests/issue0255.cpp -index a8c962718f..bed5cceea5 100644 ---- a/libs/outcome/test/tests/issue0255.cpp -+++ b/libs/outcome/test/tests/issue0255.cpp -@@ -41,4 +41,11 @@ BOOST_OUTCOME_AUTO_TEST_CASE(issues / 0255 / test, "status_result not usabl - BOOST_CHECK(issues255::test().value() == 42); - } - -+#else -+ -+BOOST_OUTCOME_AUTO_TEST_CASE(issues_0255_test, "status_result not usable from constexpr in C++ 20") -+{ -+ BOOST_CHECK(true); -+} -+ - #endif diff --git a/boost.spec b/boost.spec index 37a1c22..fa280ad 100644 --- a/boost.spec +++ b/boost.spec @@ -1,8 +1,8 @@ -%global version_enc 1_81_0 +%global version_enc 1_83_0 Name: boost -Version: 1.81.0 -Release: 3 +Version: 1.83.0 +Release: 1 Summary: The free peer-reviewed portable C++ source libraries License: BSL-1.0 URL: http://www.boost.org @@ -10,16 +10,14 @@ Source0: https://boostorg.jfrog.io/ui/native/main/release/%{version}/sour # These following patches have been merged into boost develop branch # Remove them at the next release -# https://github.com/ned14/outcome/commit/66ebdd4e86ab593c8723ee69f6654260de19775e -Patch1: boost-1.80-outcome-Stop-Boost-regression-tests-complaining-about-no-test-tree.patch # https://github.com/boostorg/graph/pull/318 -Patch2: boost-1.81-graph-Dont-run-performance-test-in-CI.patch +Patch1: boost-1.81-graph-Dont-run-performance-test-in-CI.patch # https://github.com/boostorg/random/pull/83 -Patch3: boost-1.81-random-Update-multiprecision_float_test.cpp-to-not-overflow.patch -Patch4: boost-1.81-random-Update-multiprecision_int_test.cpp-to-not-accidental.patch -Patch5: boost-1.81-random-test-Add-missing-includes.patch +Patch2: boost-1.81-random-Update-multiprecision_float_test.cpp-to-not-overflow.patch +Patch3: boost-1.81-random-Update-multiprecision_int_test.cpp-to-not-accidental.patch +Patch4: boost-1.81-random-test-Add-missing-includes.patch # https://github.com/boostorg/phoenix/pull/116 -Patch6: boost-1.81-phoenix-Update-avoid-placeholders-uarg1.10-ODR-violates.patch +Patch5: boost-1.81-phoenix-Update-avoid-placeholders-uarg1.10-ODR-violates.patch Requires: %{name}-atomic%{?_isa} = %{version}-%{release} Requires: %{name}-chrono%{?_isa} = %{version}-%{release} @@ -450,6 +448,9 @@ find libs -name example -exec cp {} boost-example --parents -r \; %{_libdir}/*.a %changelog +* Thu Jan 25 2024 chenhaixiang - 1.83.0-1 +- Update to 1.83.0 + * Mon Nov 27 2023 jiahua.yu - 1.81.0-3 - Init support for ppc64le diff --git a/boost_1_81_0.tar.gz b/boost_1_83_0.tar.gz similarity index 86% rename from boost_1_81_0.tar.gz rename to boost_1_83_0.tar.gz index 5713a6e..e169028 100644 Binary files a/boost_1_81_0.tar.gz and b/boost_1_83_0.tar.gz differ