[packages/boost] up to 1.81.0

atler atler at pld-linux.org
Wed Feb 15 15:58:54 CET 2023


commit 54c30f2c6628a4c3d9014faec7fe009e3694149e
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Feb 15 15:58:46 2023 +0100

    up to 1.81.0

 boost-clean-gcc-flags.patch |  6 +++++-
 boost.spec                  | 27 ++++++++++++++++++++++++---
 2 files changed, 29 insertions(+), 4 deletions(-)
---
diff --git a/boost.spec b/boost.spec
index aeb25f7..d12e319 100644
--- a/boost.spec
+++ b/boost.spec
@@ -13,12 +13,12 @@
 Summary:	The Boost C++ Libraries
 Summary(pl.UTF-8):	Biblioteki C++ "Boost"
 Name:		boost
-Version:	1.79.0
-Release:	3
+Version:	1.81.0
+Release:	1
 License:	Boost Software License and others
 Group:		Libraries
 Source0:	https://boostorg.jfrog.io/artifactory/main/release/%{version}/source/%{name}_%{fver}.tar.bz2
-# Source0-md5:	ce966eccb3c296a27abfef9356fd1dc4
+# Source0-md5:	3276c0637d1be8687740c550237ef999
 Patch0:		%{name}-link.patch
 Patch1:		%{name}-clean-gcc-flags.patch
 Patch2:		%{name}-fallthrough.patch
@@ -98,6 +98,7 @@ Requires:	%{name}-system = %{version}-%{release}
 Requires:	%{name}-test = %{version}-%{release}
 Requires:	%{name}-thread = %{version}-%{release}
 Requires:	%{name}-timer = %{version}-%{release}
+Requires:	%{name}-url = %{version}-%{release}
 Requires:	%{name}-wave = %{version}-%{release}
 Requires:	libstdc++-devel >= 6:4.7
 Obsoletes:	boost-any-devel < 1.35
@@ -471,6 +472,17 @@ Event timer, progress timer, and progress display classes.
 %description timer -l pl.UTF-8
 Klasy do obsługi pomiarów czasu, postępu i wyświetlania postępu.
 
+%package url
+Summary:	Library for manipulating Uniform Resource Identifiers and Locators
+Summary(pl.UTF-8):	Biblioteka do manipulacji Unfiform Resource Identifier i Locator
+Group:		Libraries
+
+%description url
+Library for manipulating Uniform Resource Identifiers and Locators.
+
+%description url -l pl.UTF-8
+Biblioteka do manipulacji Unfiform Resource Identifier i Locator.
+
 %package wave
 Summary:	Boost.Wave - a standard compliant C++ preprocessor library
 Summary(pl.UTF-8):	Boost.Wave - zgodna ze standardem biblioteka preprocesora C++
@@ -678,6 +690,9 @@ rm -rf $RPM_BUILD_ROOT
 %post	timer -p /sbin/ldconfig
 %postun	timer -p /sbin/ldconfig
 
+%post	url -p /sbin/ldconfig
+%postun	url -p /sbin/ldconfig
+
 %post	wave -p /sbin/ldconfig
 %postun	wave -p /sbin/ldconfig
 
@@ -726,6 +741,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libboost_timer.so
 %attr(755,root,root) %{_libdir}/libboost_type_erasure.so
 %attr(755,root,root) %{_libdir}/libboost_unit_test_framework.so
+%attr(755,root,root) %{_libdir}/libboost_url.so
 %attr(755,root,root) %{_libdir}/libboost_wave.so
 %attr(755,root,root) %{_libdir}/libboost_wserialization.so
 %{_includedir}/boost
@@ -761,6 +777,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libboost_system.a
 %{_libdir}/libboost_test_exec_monitor.a
 %{_libdir}/libboost_timer.a
+%{_libdir}/libboost_url.a
 %{_libdir}/libboost_thread.a
 %{_libdir}/libboost_type_erasure.a
 %{_libdir}/libboost_unit_test_framework.a
@@ -882,6 +899,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libboost_timer.so.*.*.*
 
+%files url
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libboost_url.so.*.*.*
+
 %files wave
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libboost_wave.so.*.*.*
diff --git a/boost-clean-gcc-flags.patch b/boost-clean-gcc-flags.patch
index daa2712..9918d59 100644
--- a/boost-clean-gcc-flags.patch
+++ b/boost-clean-gcc-flags.patch
@@ -12,16 +12,20 @@
  }
  
  {
-@@ -624,9 +619,9 @@
+@@ -624,11 +619,11 @@
  ###
  
  # Declare flags and action for compilation.
 -toolset.flags gcc.compile OPTIONS <optimization>off   : -O0 ;
 -toolset.flags gcc.compile OPTIONS <optimization>speed : -O3 ;
 -toolset.flags gcc.compile OPTIONS <optimization>space : -Os ;
+-toolset.flags gcc.compile OPTIONS <optimization>minimal : -O1 ;
+-toolset.flags gcc.compile OPTIONS <optimization>debug : -Og ;
 +toolset.flags gcc.compile OPTIONS <optimization>off   : ;
 +toolset.flags gcc.compile OPTIONS <optimization>speed : ;
 +toolset.flags gcc.compile OPTIONS <optimization>space : ;
++toolset.flags gcc.compile OPTIONS <optimization>minimal : ;
++toolset.flags gcc.compile OPTIONS <optimization>debug : ;
  
  toolset.flags gcc.compile OPTIONS <inlining>off  : -fno-inline ;
  toolset.flags gcc.compile OPTIONS <inlining>on   : -Wno-inline ;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/boost.git/commitdiff/54c30f2c6628a4c3d9014faec7fe009e3694149e



More information about the pld-cvs-commit mailing list