forked from pool/boost
Accepting request 1042973 from home:aschnell:boost
- update to 1.81.0 * new libraries: + URL - URL Library * for details on all changes see, https://www.boost.org/users/history/version_1_81_0.html OBS-URL: https://build.opensuse.org/request/show/1042973 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=308
This commit is contained in:
parent
edf70ef731
commit
469af98fa3
@ -1,26 +1,27 @@
|
|||||||
libboost_atomic1_80_0
|
libboost_atomic1_81_0
|
||||||
libboost_container1_80_0
|
libboost_container1_81_0
|
||||||
libboost_context1_80_0
|
libboost_context1_81_0
|
||||||
libboost_coroutine1_80_0
|
libboost_coroutine1_81_0
|
||||||
libboost_date_time1_80_0
|
libboost_date_time1_81_0
|
||||||
libboost_fiber1_80_0
|
libboost_fiber1_81_0
|
||||||
libboost_filesystem1_80_0
|
libboost_filesystem1_81_0
|
||||||
libboost_graph1_80_0
|
libboost_graph1_81_0
|
||||||
libboost_graph_parallel1_80_0
|
libboost_graph_parallel1_81_0
|
||||||
libboost_iostreams1_80_0
|
libboost_iostreams1_81_0
|
||||||
libboost_locale1_80_0
|
libboost_locale1_81_0
|
||||||
libboost_math1_80_0
|
libboost_math1_81_0
|
||||||
libboost_mpi1_80_0
|
libboost_mpi1_81_0
|
||||||
libboost_nowide1_80_0
|
libboost_nowide1_81_0
|
||||||
libboost_test1_80_0
|
libboost_test1_81_0
|
||||||
libboost_program_options1_80_0
|
libboost_program_options1_81_0
|
||||||
libboost_python-py3-1_80_0
|
libboost_python-py3-1_81_0
|
||||||
libboost_random1_80_0
|
libboost_random1_81_0
|
||||||
libboost_serialization1_80_0
|
libboost_serialization1_81_0
|
||||||
libboost_stacktrace1_80_0
|
libboost_stacktrace1_81_0
|
||||||
libboost_system1_80_0
|
libboost_system1_81_0
|
||||||
libboost_thread1_80_0
|
libboost_thread1_81_0
|
||||||
libboost_type_erasure1_80_0
|
libboost_type_erasure1_81_0
|
||||||
libboost_wave1_80_0
|
libboost_wave1_81_0
|
||||||
libboost_regex1_80_0
|
libboost_url1_81_0
|
||||||
libboost_json1_80_0
|
libboost_regex1_81_0
|
||||||
|
libboost_json1_81_0
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 18:00:01 CET 2022 - Arvin Schnell <aschnell@suse.com>
|
||||||
|
|
||||||
|
- update to 1.81.0
|
||||||
|
* new libraries:
|
||||||
|
+ URL - URL Library
|
||||||
|
* for details on all changes see,
|
||||||
|
https://www.boost.org/users/history/version_1_81_0.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 22 14:19:58 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
Mon Aug 22 14:19:58 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
@ -35,7 +44,7 @@ Fri Mar 11 15:11:05 CET 2022 - aschnell@suse.com
|
|||||||
|
|
||||||
- add dependency on libzstd and libzstd-devel to get on-the-fly
|
- add dependency on libzstd and libzstd-devel to get on-the-fly
|
||||||
zstd compression in boost-iostreams
|
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
|
||||||
|
|
||||||
|
37
boost.spec
37
boost.spec
@ -19,9 +19,9 @@
|
|||||||
#
|
#
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
|
|
||||||
%define ver 1.80.0
|
%define ver 1.81.0
|
||||||
%define _ver 1_80_0
|
%define _ver 1_81_0
|
||||||
%define package_version 1_80_0
|
%define package_version 1_81_0
|
||||||
%define file_version %_ver
|
%define file_version %_ver
|
||||||
%define lib_appendix %_ver
|
%define lib_appendix %_ver
|
||||||
%define docs_version 1.56.0
|
%define docs_version 1.56.0
|
||||||
@ -235,9 +235,9 @@ ExcludeArch: s390x %{ix86} ppc64 ppc64le
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{base_name}
|
Name: %{base_name}
|
||||||
Version: 1.80.0
|
Version: 1.81.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define library_version 1_80_0
|
%define library_version 1_81_0
|
||||||
Summary: Boost C++ Libraries
|
Summary: Boost C++ Libraries
|
||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -372,6 +372,7 @@ Requires: libboost_test%{library_version}-devel
|
|||||||
Requires: libboost_thread%{library_version}-devel
|
Requires: libboost_thread%{library_version}-devel
|
||||||
Requires: libboost_timer%{library_version}-devel
|
Requires: libboost_timer%{library_version}-devel
|
||||||
Requires: libboost_type_erasure%{library_version}-devel
|
Requires: libboost_type_erasure%{library_version}-devel
|
||||||
|
Requires: libboost_url%{library_version}-devel
|
||||||
Requires: libboost_wave%{library_version}-devel
|
Requires: libboost_wave%{library_version}-devel
|
||||||
Requires: libstdc++-devel
|
Requires: libstdc++-devel
|
||||||
Conflicts: boost-devel-impl
|
Conflicts: boost-devel-impl
|
||||||
@ -1065,6 +1066,22 @@ Provides: libboost_wave-devel-impl = %{version}
|
|||||||
%description -n libboost_wave%{library_version}-devel
|
%description -n libboost_wave%{library_version}-devel
|
||||||
This package contains development headers for Boost.Wave library.
|
This package contains development headers for Boost.Wave library.
|
||||||
|
|
||||||
|
%package -n libboost_url%{library_version}
|
||||||
|
Summary: Boost.URL runtime library
|
||||||
|
Group: System/Libraries
|
||||||
|
Requires: boost-license%{library_version}
|
||||||
|
|
||||||
|
%description -n libboost_url%{library_version}
|
||||||
|
This package contains the Boost::URL runtime library.
|
||||||
|
|
||||||
|
%package -n libboost_url%{library_version}-devel
|
||||||
|
Summary: Development headers for Boost.URL library
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Provides: libboost_url-devel-impl = %{version}
|
||||||
|
|
||||||
|
%description -n libboost_url%{library_version}-devel
|
||||||
|
This package contains development headers for Boost.URL library.
|
||||||
|
|
||||||
%package -n libboost_regex%{library_version}
|
%package -n libboost_regex%{library_version}
|
||||||
Summary: Boost.Regex runtime library
|
Summary: Boost.Regex runtime library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -1613,6 +1630,7 @@ EOF
|
|||||||
%post -n libboost_stacktrace%{library_version} -p /sbin/ldconfig
|
%post -n libboost_stacktrace%{library_version} -p /sbin/ldconfig
|
||||||
%post -n libboost_system%{library_version} -p /sbin/ldconfig
|
%post -n libboost_system%{library_version} -p /sbin/ldconfig
|
||||||
%post -n libboost_wave%{library_version} -p /sbin/ldconfig
|
%post -n libboost_wave%{library_version} -p /sbin/ldconfig
|
||||||
|
%post -n libboost_url%{library_version} -p /sbin/ldconfig
|
||||||
%post -n libboost_random%{library_version} -p /sbin/ldconfig
|
%post -n libboost_random%{library_version} -p /sbin/ldconfig
|
||||||
%post -n libboost_chrono%{library_version} -p /sbin/ldconfig
|
%post -n libboost_chrono%{library_version} -p /sbin/ldconfig
|
||||||
%post -n libboost_locale%{library_version} -p /sbin/ldconfig
|
%post -n libboost_locale%{library_version} -p /sbin/ldconfig
|
||||||
@ -1664,6 +1682,7 @@ EOF
|
|||||||
%postun -n libboost_stacktrace%{library_version} -p /sbin/ldconfig
|
%postun -n libboost_stacktrace%{library_version} -p /sbin/ldconfig
|
||||||
%postun -n libboost_system%{library_version} -p /sbin/ldconfig
|
%postun -n libboost_system%{library_version} -p /sbin/ldconfig
|
||||||
%postun -n libboost_wave%{library_version} -p /sbin/ldconfig
|
%postun -n libboost_wave%{library_version} -p /sbin/ldconfig
|
||||||
|
%postun -n libboost_url%{library_version} -p /sbin/ldconfig
|
||||||
%postun -n libboost_random%{library_version} -p /sbin/ldconfig
|
%postun -n libboost_random%{library_version} -p /sbin/ldconfig
|
||||||
%postun -n libboost_chrono%{library_version} -p /sbin/ldconfig
|
%postun -n libboost_chrono%{library_version} -p /sbin/ldconfig
|
||||||
%postun -n libboost_locale%{library_version} -p /sbin/ldconfig
|
%postun -n libboost_locale%{library_version} -p /sbin/ldconfig
|
||||||
@ -1997,6 +2016,14 @@ EOF
|
|||||||
%{package_libdir}/cmake/boost_wave-%{version}/*
|
%{package_libdir}/cmake/boost_wave-%{version}/*
|
||||||
%{package_libdir}/libboost_wave.so
|
%{package_libdir}/libboost_wave.so
|
||||||
|
|
||||||
|
%files -n libboost_url%{library_version}
|
||||||
|
%{package_libdir}/libboost_url.so.%{version}
|
||||||
|
|
||||||
|
%files -n libboost_url%{library_version}-devel
|
||||||
|
%dir %{package_libdir}/cmake/boost_url-%{version}
|
||||||
|
%{package_libdir}/cmake/boost_url-%{version}/*
|
||||||
|
%{package_libdir}/libboost_url.so
|
||||||
|
|
||||||
%files -n libboost_regex%{library_version}
|
%files -n libboost_regex%{library_version}
|
||||||
%{package_libdir}/libboost_regex.so.%{version}
|
%{package_libdir}/libboost_regex.so.%{version}
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0
|
|
||||||
size 115869904
|
|
3
boost_1_81_0.tar.bz2
Normal file
3
boost_1_81_0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa
|
||||||
|
size 118797750
|
Loading…
x
Reference in New Issue
Block a user