From 921156b31c04d42aab4ca547653d6a9c0ef74a08 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:33:11 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- capstone.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/capstone.spec b/capstone.spec index caaf717..4b26944 100644 --- a/capstone.spec +++ b/capstone.spec @@ -1,6 +1,6 @@ Name: capstone Version: 4.0.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A lightweight multi-platform, multi-architecture disassembly framework %global gituser capstone-engine @@ -239,6 +239,9 @@ make check LD_LIBRARY_PATH="`pwd`" %endif %changelog +* Tue Jun 13 2023 Python Maint - 4.0.2-14 +- Rebuilt for Python 3.12 + * Fri Jan 27 2023 Michal Ambroz - 4.0.2-13 - update the new github page