Miro Hrončok <mhroncok@redhat.com> Fix enum_type_object type on Python 3.11 See https://github.com/boostorg/python/pull/385#event-6498973175 Fix previous changelog copy-pasta
This commit is contained in:
parent
3bd0a83d52
commit
83163cb5f7
14
boost.spec
14
boost.spec
@ -42,7 +42,7 @@ Name: boost
|
||||
%global real_name boost
|
||||
Summary: The free peer-reviewed portable C++ source libraries
|
||||
Version: 1.76.0
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
License: Boost and MIT and Python
|
||||
|
||||
# Replace each . with _ in %%{version}
|
||||
@ -174,6 +174,9 @@ Patch104: boost-1.76.0-fix-narrowing-conversions-for-ppc.patch
|
||||
# https://github.com/boostorg/ptr_container/pull/27
|
||||
Patch105: boost-1.76.0-ptr_cont-xml.patch
|
||||
|
||||
# https://github.com/boostorg/python/pull/385
|
||||
Patch106: boost-1.76.0-enum_type_object-type-python-3.11.patch
|
||||
|
||||
%bcond_with tests
|
||||
%bcond_with docs_generated
|
||||
|
||||
@ -701,6 +704,7 @@ find ./boost -name '*.hpp' -perm /111 | xargs chmod a-x
|
||||
%patch103 -p2
|
||||
%patch104 -p2
|
||||
%patch105 -p1
|
||||
%patch106 -p1
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -1302,7 +1306,13 @@ fi
|
||||
%{_mandir}/man1/b2.1*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2022 Thomas Rodgers <jwakely@redhat.com> - 1.76.0-11
|
||||
* Tue Apr 26 2022 Thomas Rodgers <trodgers@redhat.com> - 1.76.0-12
|
||||
- Merged https://src.fedoraproject.org/rpms/boost/pull-request/13 (#204336)
|
||||
Miro Hrončok <mhroncok@redhat.com> - Fix enum_type_object type on Python 3.11
|
||||
See https://github.com/boostorg/python/pull/385#event-6498973175
|
||||
- Fix previous changelog copy-pasta
|
||||
|
||||
* Tue Apr 26 2022 Thomas Rodgers <trodgers@redhat.com> - 1.76.0-11
|
||||
- Add BuildRequires: libstd-devel to fix (#2042336)
|
||||
|
||||
* Thu Mar 31 2022 Jonathan Wakely <jwakely@redhat.com> - 1.76.0-10
|
||||
|
Loading…
Reference in New Issue
Block a user