From 2c2f8e58b68e0ce4b2fd541e453c6dfa94390161 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 14:58:33 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- capstone.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/capstone.spec b/capstone.spec index 96a9ada..65c924b 100644 --- a/capstone.spec +++ b/capstone.spec @@ -1,6 +1,6 @@ Name: capstone Version: 4.0.2 -Release: 9%{?dist} +Release: 10%{?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 +* Mon Jun 13 2022 Python Maint - 4.0.2-10 +- Rebuilt for Python 3.11 + * Sat Feb 05 2022 Jiri Vanek - 4.0.2-9 - Rebuilt for java-17-openjdk as system jdk