rebuilt with gcc 5.3.0 [release 1.59.0-2mamba;Thu Dec 17 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 03:52:22 +01:00
parent 93deede3f9
commit 1a9293d2a6

View File

@ -1,8 +1,8 @@
%define pckver %(echo %version | tr . _)
%define pckmajver %(echo %version | cut -d. -f1-2 | tr . _)
Name: libboost
Version: 1.58.0
Release: 1mamba
Version: 1.59.0
Release: 2mamba
Summary: Free peer-reviewed portable C++ source libraries
Group: System/Libraries
Vendor: openmamba
@ -90,7 +90,7 @@ This package contains then Boost.python3 library
%prep
%setup -q -n boost_%{pckver}
%patch0 -p1
%patch1 -p1
#%patch1 -p1
%build
# Build boost with python3
@ -233,6 +233,12 @@ cp stage/lib/libboost_python-mt.* %{buildroot}%{_libdir}/
%{_libdir}/libboost_python3-mt.so.*
%changelog
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.59.0-2mamba
- rebuilt with gcc 5.3.0
* Wed Oct 28 2015 Automatic Build System <autodist@mambasoft.it> 1.59.0-1mamba
- automatic version update by autodist
* Thu Apr 30 2015 Automatic Build System <autodist@mambasoft.it> 1.58.0-1mamba
- automatic version update by autodist