SHA256
8
0
forked from pool/boost

- update to 1.80.0:

* no new libraries
  * for details on all the long list of changes, see
    https://www.boost.org/users/history/version_1_80_0.html
- drop 0001-json-array-erase-relocate.patch
  boost-mp-locale-fix.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=303
This commit is contained in:
2022-08-17 21:07:45 +00:00
committed by Git OBS Bridge
parent 956ce2a015
commit 1abb2a6951
14 changed files with 102 additions and 249 deletions

View File

@@ -19,9 +19,9 @@
#
%global flavor @BUILD_FLAVOR@%{nil}
%define ver 1.79.0
%define _ver 1_79_0
%define package_version 1_79_0
%define ver 1.80.0
%define _ver 1_80_0
%define package_version 1_80_0
%define file_version %_ver
%define lib_appendix %_ver
%define docs_version 1.56.0
@@ -235,9 +235,9 @@ ExcludeArch: s390x %{ix86} ppc64 ppc64le
%endif
Name: %{base_name}
Version: 1.79.0
Version: 1.80.0
Release: 0
%define library_version 1_79_0
%define library_version 1_80_0
Summary: Boost C++ Libraries
License: BSL-1.0
Group: Development/Libraries/C and C++
@@ -265,8 +265,6 @@ Patch18: dynamic_linking.patch
Patch20: python_library_name.patch
Patch21: boost-remove-cmakedir.patch
Patch22: boost-process.patch
Patch23: https://www.boost.org/patches/1_79_0/0001-json-array-erase-relocate.patch
Patch24: boost-mp-locale-fix.patch
BuildRequires: fdupes
BuildRequires: gmp-devel
BuildRequires: libbz2-devel
@@ -1260,8 +1258,6 @@ find -type f ! \( -name \*.sh -o -name \*.py -o -name \*.pl \) -exec chmod -x {}
%patch20 -p1
%patch21 -p1
%patch22 -p2
%patch23 -p1
%patch24 -p1
%build
find . -type f -exec chmod u+w {} +