Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 20:01:11 +02:00 committed by Miro Hrončok
parent 4e6db8ca3a
commit c1fe94860f

View File

@ -1,6 +1,6 @@
Name: capstone
Version: 4.0.2
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A lightweight multi-platform, multi-architecture disassembly framework
%global gituser aquynh
@ -232,6 +232,9 @@ make check LD_LIBRARY_PATH="`pwd`"
%{_javadir}/
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.0.2-6
- Rebuilt for Python 3.10
* Fri May 14 2021 Michal Ambroz <rebus AT_ seznam.cz> - 4.0.2-5
- modernize specfile, using with bcond and py*_build macros