Rebuilt for Python 3.13

This commit is contained in:
Python Maint 2024-06-08 08:07:49 +02:00 committed by Miro Hrončok
commit 8a9a6c5073

View file

@ -46,7 +46,7 @@ Name: boost
%global real_name boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.83.0
Release: 6%{?dist}
Release: 7%{?dist}
License: BSL-1.0 AND MIT AND Python-2.0.1
# Replace each . with _ in %%{version}
@ -1312,6 +1312,9 @@ fi
%{_mandir}/man1/b2.1*
%changelog
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.83.0-7
- Rebuilt for Python 3.13
* Thu Jun 06 2024 Jonathan Wakely <jwakely@fedoraproject.org> - 1.83.0-6
- Add missing Requires for rpminspect errors.