forked from pool/boost
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0c2fa53853 | |||
| 9f0e621a28 | |||
| 1eba538c1c | |||
| 74d574c703 | |||
| 3f3ad9a928 | |||
| b965407f13 |
@@ -1,29 +1,28 @@
|
||||
libboost_atomic1_88_0
|
||||
libboost_container1_88_0
|
||||
libboost_context1_88_0
|
||||
libboost_coroutine1_88_0
|
||||
libboost_date_time1_88_0
|
||||
libboost_fiber1_88_0
|
||||
libboost_filesystem1_88_0
|
||||
libboost_graph1_88_0
|
||||
libboost_graph_parallel1_88_0
|
||||
libboost_iostreams1_88_0
|
||||
libboost_locale1_88_0
|
||||
libboost_math1_88_0
|
||||
libboost_mpi1_88_0
|
||||
libboost_nowide1_88_0
|
||||
libboost_test1_88_0
|
||||
libboost_process1_88_0
|
||||
libboost_program_options1_88_0
|
||||
libboost_python-py3-1_88_0
|
||||
libboost_random1_88_0
|
||||
libboost_serialization1_88_0
|
||||
libboost_stacktrace1_88_0
|
||||
libboost_system1_88_0
|
||||
libboost_thread1_88_0
|
||||
libboost_type_erasure1_88_0
|
||||
libboost_wave1_88_0
|
||||
libboost_url1_88_0
|
||||
libboost_regex1_88_0
|
||||
libboost_json1_88_0
|
||||
libboost_charconv1_88_0
|
||||
libboost_atomic1_90_0
|
||||
libboost_container1_90_0
|
||||
libboost_context1_90_0
|
||||
libboost_coroutine1_90_0
|
||||
libboost_date_time1_90_0
|
||||
libboost_fiber1_90_0
|
||||
libboost_filesystem1_90_0
|
||||
libboost_graph1_90_0
|
||||
libboost_graph_parallel1_90_0
|
||||
libboost_iostreams1_90_0
|
||||
libboost_locale1_90_0
|
||||
libboost_math1_90_0
|
||||
libboost_mpi1_90_0
|
||||
libboost_nowide1_90_0
|
||||
libboost_test1_90_0
|
||||
libboost_process1_90_0
|
||||
libboost_program_options1_90_0
|
||||
libboost_python-py3-1_90_0
|
||||
libboost_random1_90_0
|
||||
libboost_serialization1_90_0
|
||||
libboost_stacktrace1_90_0
|
||||
libboost_thread1_90_0
|
||||
libboost_type_erasure1_90_0
|
||||
libboost_wave1_90_0
|
||||
libboost_url1_90_0
|
||||
libboost_regex1_90_0
|
||||
libboost_json1_90_0
|
||||
libboost_charconv1_90_0
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
--- libs/coroutine/build.jam.orig 2025-04-07 13:03:25.986849061 +0200
|
||||
+++ libs/coroutine/build.jam 2025-04-07 13:03:38.011144537 +0200
|
||||
On Linux the boost exception library is a stub and no package is
|
||||
generated for it. See comments in spec file.
|
||||
|
||||
--- libs/coroutine/build.jam.orig
|
||||
+++ libs/coroutine/build.jam
|
||||
@@ -10,7 +10,6 @@
|
||||
/boost/config//boost_config
|
||||
/boost/context//boost_context
|
||||
@@ -8,3 +11,55 @@
|
||||
/boost/move//boost_move
|
||||
/boost/system//boost_system
|
||||
/boost/throw_exception//boost_throw_exception
|
||||
diff --git a/build.jam b/build.jam
|
||||
index d0caf573..bd3c231b 100644
|
||||
--- libs/thread/build.jam.orig
|
||||
+++ libs/thread/build.jam
|
||||
@@ -16,7 +16,6 @@ constant boost_dependencies :
|
||||
/boost/container_hash//boost_container_hash
|
||||
/boost/core//boost_core
|
||||
/boost/date_time//boost_date_time
|
||||
- /boost/exception//boost_exception
|
||||
/boost/function//boost_function
|
||||
/boost/io//boost_io
|
||||
/boost/move//boost_move
|
||||
diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
|
||||
index dbaa83a..5b11d12 100644
|
||||
--- libs/log/build/Jamfile.v2.orig
|
||||
+++ libs/log/build/Jamfile.v2
|
||||
@@ -69,7 +69,6 @@ constant boost_log_public_deps :
|
||||
constant boost_log_private_deps :
|
||||
<library>/boost/align//boost_align
|
||||
<library>/boost/bind//boost_bind
|
||||
- <library>/boost/exception//boost_exception
|
||||
<library>/boost/interprocess//boost_interprocess
|
||||
<library>/boost/optional//boost_optional
|
||||
<library>/boost/spirit//boost_spirit
|
||||
@@ -101,7 +100,6 @@ constant boost_log_setup_public_deps :
|
||||
constant boost_log_setup_private_deps :
|
||||
<library>/boost/bind//boost_bind
|
||||
<library>/boost/date_time//boost_date_time
|
||||
- <library>/boost/exception//boost_exception
|
||||
<library>/boost/filesystem//boost_filesystem
|
||||
<library>/boost/io//boost_io
|
||||
<library>/boost/log//boost_log
|
||||
@@ -116,7 +114,6 @@ constant boost_log_setup_private_deps :
|
||||
|
||||
constant boost_log_support_public_deps :
|
||||
<library>/boost/log//boost_log
|
||||
- <library>/boost/exception//boost_exception
|
||||
<library>/boost/spirit//boost_spirit
|
||||
<library>/boost/xpressive//boost_xpressive
|
||||
;
|
||||
diff --git a/build.jam b/build.jam
|
||||
index dd6db1f8..2062c760 100644
|
||||
--- libs/test/build.jam
|
||||
+++ libs/test/build.jam
|
||||
@@ -12,7 +12,6 @@ constant boost_dependencies :
|
||||
/boost/config//boost_config
|
||||
/boost/core//boost_core
|
||||
/boost/detail//boost_detail
|
||||
- /boost/exception//boost_exception
|
||||
/boost/function//boost_function
|
||||
/boost/io//boost_io
|
||||
/boost/iterator//boost_iterator
|
||||
|
||||
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 18:26:07 CET 2025 - Arvin Schnell <aschnell@suse.com>
|
||||
|
||||
- update to 1.90.0
|
||||
* new libraries:
|
||||
+ OpenMethod (Header-only Open-(multi-)methods)
|
||||
* for details on all changes see,
|
||||
https://www.boost.org/releases/1.90.0/
|
||||
- boost-no-exception.patch: updated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 04 08:48:57 CEST 2025 - aschnell@suse.com
|
||||
|
||||
- update to 1.89.0
|
||||
* new libraries:
|
||||
+ Bloom (Header-only Bloom filter library)
|
||||
* breaking changes:
|
||||
- stub library for boost-system has been removed
|
||||
* for details on all changes see,
|
||||
https://www.boost.org/releases/1.89.0/
|
||||
- dynamic-linking.patch: updated
|
||||
- boost-no-exception.patch: updated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 02 16:57:30 CEST 2025 - aschnell@suse.com
|
||||
|
||||
- require shared library package in versioned libboost_url-devel
|
||||
(bsc#1248645)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 11:41:56 CEST 2025 - aschnell@suse.com
|
||||
|
||||
|
||||
56
boost.spec
56
boost.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package boost
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,8 +19,8 @@
|
||||
#
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
|
||||
%define ver 1.88.0
|
||||
%define _ver 1_88_0
|
||||
%define ver 1.90.0
|
||||
%define _ver 1_90_0
|
||||
%define file_version %_ver
|
||||
%define lib_appendix %_ver
|
||||
%define docs_version 1.56.0
|
||||
@@ -72,9 +72,9 @@ ExclusiveArch: do_not_build
|
||||
%define base_name boost%{?name_suffix}
|
||||
|
||||
Name: %{base_name}
|
||||
Version: 1.88.0
|
||||
Version: 1.90.0
|
||||
Release: 0
|
||||
%define library_version 1_88_0
|
||||
%define library_version 1_90_0
|
||||
Summary: Boost C++ Libraries
|
||||
License: BSL-1.0
|
||||
Group: Development/Libraries/C and C++
|
||||
@@ -184,7 +184,6 @@ Requires: libboost_program_options%{library_version}-devel
|
||||
Requires: libboost_random%{library_version}-devel
|
||||
Requires: libboost_regex%{library_version}-devel
|
||||
Requires: libboost_serialization%{library_version}-devel
|
||||
Requires: libboost_system%{library_version}-devel
|
||||
Requires: libboost_test%{library_version}-devel
|
||||
Requires: libboost_thread%{library_version}-devel
|
||||
Requires: libboost_timer%{library_version}-devel
|
||||
@@ -353,7 +352,6 @@ Summary: Development headers for Boost.Contract
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_contract%{library_version} = %{version}
|
||||
Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_system%{library_version}-devel = %{version}
|
||||
Requires: libstdc++-devel
|
||||
Conflicts: libboost_contract-devel-impl
|
||||
Conflicts: libboost_contract1_66_0-devel
|
||||
@@ -453,7 +451,6 @@ Group: Development/Libraries/C and C++
|
||||
Requires: libboost_atomic%{library_version}-devel = %{version}
|
||||
Requires: libboost_filesystem%{library_version} = %{version}
|
||||
Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_system%{library_version}-devel = %{version}
|
||||
Requires: libstdc++-devel
|
||||
Conflicts: boost-devel < 1.63
|
||||
Conflicts: libboost_filesystem-devel-impl
|
||||
@@ -538,6 +535,7 @@ Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_log%{library_version} = %{version}
|
||||
Requires: libboost_random%{library_version}-devel = %{version}
|
||||
Requires: libboost_regex%{library_version}-devel = %{version}
|
||||
Requires: libboost_serialization%{library_version}-devel = %{version}
|
||||
Requires: libboost_thread%{library_version} = %{version}
|
||||
Conflicts: boost-devel < 1.63
|
||||
Conflicts: libboost_log-devel-impl
|
||||
@@ -731,6 +729,7 @@ This package contains the Boost.ProgramOptions runtime library.
|
||||
%package -n libboost_program_options%{library_version}-devel
|
||||
Summary: Development headers for Boost.ProgramOptions library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_coroutine%{library_version}-devel = %{version}
|
||||
Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_program_options%{library_version} = %{version}
|
||||
Conflicts: boost-devel < 1.63
|
||||
@@ -834,28 +833,6 @@ This package contains development headers for Boost.Stacktrace library.
|
||||
Boost.Stacktrace is a simple C++03 library that provide information
|
||||
about call sequence in a human-readable form.
|
||||
|
||||
%package -n libboost_system%{library_version}
|
||||
Summary: Boost.System runtime library
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{library_version}
|
||||
|
||||
%description -n libboost_system%{library_version}
|
||||
This package contains the Boost.System stub library.
|
||||
|
||||
%package -n libboost_system%{library_version}-devel
|
||||
Summary: Development headers for Boost.System library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_system%{library_version} = %{version}
|
||||
Conflicts: boost-devel < 1.63
|
||||
Conflicts: libboost_system-devel-impl
|
||||
Conflicts: libboost_system1_66_0-devel
|
||||
Provides: libboost_system-devel-impl = %{version}
|
||||
|
||||
%description -n libboost_system%{library_version}-devel
|
||||
This package contained Boost.System development library. It is no
|
||||
longer required as the library is headers only.
|
||||
|
||||
%package -n libboost_thread%{library_version}
|
||||
Summary: Boost.Thread runtime libraries
|
||||
Group: System/Libraries
|
||||
@@ -867,7 +844,9 @@ This package contains the Boost.Thread runtime library.
|
||||
%package -n libboost_thread%{library_version}-devel
|
||||
Summary: Development headers for Boost.Thread library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_atomic%{library_version}-devel = %{version}
|
||||
Requires: libboost_chrono%{library_version}-devel = %{version}
|
||||
Requires: libboost_container%{library_version}-devel = %{version}
|
||||
Requires: libboost_date_time%{library_version}-devel = %{version}
|
||||
Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_thread%{library_version} = %{version}
|
||||
@@ -917,6 +896,7 @@ This package contains the Boost::URL runtime library.
|
||||
Summary: Development headers for Boost.URL library
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: libboost_url-devel-impl = %{version}
|
||||
Requires: libboost_url%{library_version} = %{version}
|
||||
|
||||
%description -n libboost_url%{library_version}-devel
|
||||
This package contains development headers for Boost.URL library.
|
||||
@@ -956,7 +936,6 @@ Summary: Development headers for Boost.Random library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_random%{library_version} = %{version}
|
||||
Requires: libboost_system%{library_version}-devel = %{version}
|
||||
Conflicts: boost-devel < 1.63
|
||||
Conflicts: libboost_random-devel-impl
|
||||
Conflicts: libboost_random1_66_0-devel
|
||||
@@ -1001,7 +980,6 @@ Requires: libboost_charconv%{library_version}-devel = %{version}
|
||||
Requires: libboost_chrono%{library_version}-devel = %{version}
|
||||
Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_locale%{library_version} = %{version}
|
||||
Requires: libboost_system%{library_version}-devel = %{version}
|
||||
Requires: libboost_thread%{library_version}-devel = %{version}
|
||||
Requires: libicu-devel
|
||||
Conflicts: boost-devel < 1.63
|
||||
@@ -1047,7 +1025,6 @@ Summary: Development headers for Boost.TypeErasure library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_chrono%{library_version}-devel = %{version}
|
||||
Requires: libboost_headers%{library_version}-devel = %{version}
|
||||
Requires: libboost_system%{library_version}-devel = %{version}
|
||||
Requires: libboost_thread%{library_version}-devel = %{version}
|
||||
Requires: libboost_type_erasure%{library_version} = %{version}
|
||||
Conflicts: boost-devel < 1.63
|
||||
@@ -1400,10 +1377,6 @@ rm -r %{buildroot}%{_libdir}/cmake/boost_container-%{version}
|
||||
rm -f %{buildroot}%{_libdir}/libboost_container.so*
|
||||
rm -r %{buildroot}%{_libdir}/cmake/boost_graph-%{version}
|
||||
rm -f %{buildroot}%{_libdir}/libboost_graph.so*
|
||||
# If no library was needed to be built, system was built to avoid building everything.
|
||||
# If needs to be removed from the extra package in that case
|
||||
rm -Rf %{buildroot}%{_libdir}/cmake/boost_system-%{version}
|
||||
rm -Rf %{buildroot}%{_libdir}/libboost_system.so*
|
||||
|
||||
rm -r %{buildroot}%{_includedir}/boost
|
||||
rm -f %{buildroot}%{_libdir}/libboost_{w,}serialization*
|
||||
@@ -1435,7 +1408,6 @@ rmdir --ignore-fail-on-non-empty %{buildroot}%{_libdir}
|
||||
%ldconfig_scriptlets -n libboost_nowide%{library_version}
|
||||
%ldconfig_scriptlets -n libboost_graph%{library_version}
|
||||
%ldconfig_scriptlets -n libboost_stacktrace%{library_version}
|
||||
%ldconfig_scriptlets -n libboost_system%{library_version}
|
||||
%ldconfig_scriptlets -n libboost_wave%{library_version}
|
||||
%ldconfig_scriptlets -n libboost_url%{library_version}
|
||||
%ldconfig_scriptlets -n libboost_random%{library_version}
|
||||
@@ -1721,14 +1693,6 @@ rmdir --ignore-fail-on-non-empty %{buildroot}%{_libdir}
|
||||
%{_libdir}/libboost_stacktrace_basic.so
|
||||
%{_libdir}/libboost_stacktrace_noop.so
|
||||
|
||||
%files -n libboost_system%{library_version}
|
||||
%{_libdir}/libboost_system.so.%{version}
|
||||
|
||||
%files -n libboost_system%{library_version}-devel
|
||||
%dir %{_libdir}/cmake/boost_system-%{version}
|
||||
%{_libdir}/cmake/boost_system-%{version}/*
|
||||
%{_libdir}/libboost_system.so
|
||||
|
||||
%files -n libboost_thread%{library_version}
|
||||
%{_libdir}/libboost_thread.so.%{version}
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b
|
||||
size 143894119
|
||||
3
boost_1_90_0.tar.bz2
Normal file
3
boost_1_90_0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49551aff3b22cbc5c5a9ed3dbc92f0e23ea50a0f7325b0d198b705e8ee3fc305
|
||||
size 170662122
|
||||
@@ -45,19 +45,6 @@ Index: boost_1_80_0/libs/chrono/build/Jamfile.v2
|
||||
- <link>static:<define>BOOST_CHRONO_STATIC_LINK=1 # tell source we're building static lib's
|
||||
+ # <link>static:<define>BOOST_CHRONO_STATIC_LINK=1 # tell source we're building static lib's
|
||||
;
|
||||
Index: boost_1_80_0/libs/system/build/Jamfile.v2
|
||||
===================================================================
|
||||
--- boost_1_80_0.orig/libs/system/build/Jamfile.v2
|
||||
+++ boost_1_80_0/libs/system/build/Jamfile.v2
|
||||
@@ -11,7 +11,7 @@
|
||||
<include>../include
|
||||
<library>$(boost_dependencies)
|
||||
<link>shared:<define>BOOST_SYSTEM_DYN_LINK=1
|
||||
- <link>static:<define>BOOST_SYSTEM_STATIC_LINK=1
|
||||
+ # <link>static:<define>BOOST_SYSTEM_STATIC_LINK=1
|
||||
<define>BOOST_SYSTEM_NO_LIB=1
|
||||
;
|
||||
|
||||
Index: boost_1_80_0/libs/timer/build/Jamfile.v2
|
||||
===================================================================
|
||||
--- boost_1_83_0.orig/libs/timer/build/Jamfile.v2
|
||||
|
||||
Reference in New Issue
Block a user