From b57594c0ee535cfc09d6810b70a2d53fffead239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 18:22:00 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- capstone.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/capstone.spec b/capstone.spec index bc0caf0..1ee211c 100644 --- a/capstone.spec +++ b/capstone.spec @@ -1,6 +1,6 @@ Name: capstone Version: 3.0.4 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A lightweight multi-platform, multi-architecture disassembly framework %global gituser aquynh @@ -161,6 +161,9 @@ make check LD_LIBRARY_PATH="`pwd`" %{_javadir}/ %changelog +* Mon Jul 02 2018 Miro HronĨok - 3.0.4-17 +- Rebuilt for Python 3.7 + * Tue Jun 26 2018 Michal Ambroz - 3.0.4-16 - unify the naming convention for the python packages - fix the python3 package naming for EPEL7