From a7faf4710ca43c8bf969348064a7d2fd2faaec73 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Fri, 27 Jan 2023 15:00:11 +0100 Subject: [PATCH] update the github page --- capstone.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/capstone.spec b/capstone.spec index d86d558..3b74917 100644 --- a/capstone.spec +++ b/capstone.spec @@ -1,9 +1,9 @@ Name: capstone Version: 4.0.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A lightweight multi-platform, multi-architecture disassembly framework -%global gituser aquynh +%global gituser capstone-engine %global gitname capstone # 4.0.2 release %global commit 1d230532840a37ac032c6ab80128238fc930c6c1 @@ -11,8 +11,8 @@ Summary: A lightweight multi-platform, multi-architecture disassembly fra License: BSD URL: http://www.capstone-engine.org/ -VCS: https://github.com/aquynh/capstone/ -# https://github.com/aquynh/capstone/releases +VCS: https://github.com/capstone-engine/capstone/ +# https://github.com/capstone-engine/capstone/releases # Source0: https://github.com/%%{gituser}/%%{gitname}/archive/%%{commit}/%%{name}-%%{version}-%%{shortcommit}.tar.gz Source0: https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -24,7 +24,7 @@ Source0: https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar. # Patch0: capstone-python.patch # Upstream patch which fixes libcapstone.pc. -# See: https://github.com/aquynh/capstone/issues/1339 +# See: https://github.com/capstone-engine/capstone/issues/1339 # Patch1: 0001-Fix-include-path-in-pkg-config-for-Makefile-too-1339.patch %global common_desc %{expand: @@ -239,6 +239,9 @@ make check LD_LIBRARY_PATH="`pwd`" %endif %changelog +* Fri Jan 06 2023 Michal Ambroz - 4.0.2-12 +- update the new github page + * Wed Jul 20 2022 Fedora Release Engineering - 4.0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - drop java binding for platforms not in %%{java_arches}