diff --git a/4.0.2.tar.gz b/4.0.2.tar.gz deleted file mode 100644 index 66bb7d3..0000000 Binary files a/4.0.2.tar.gz and /dev/null differ diff --git a/5.0.tar.gz b/5.0.tar.gz new file mode 100644 index 0000000..8c96488 Binary files /dev/null and b/5.0.tar.gz differ diff --git a/capstone.spec b/capstone.spec index 9de5650..29ca504 100644 --- a/capstone.spec +++ b/capstone.spec @@ -1,11 +1,11 @@ %bcond_with java Name: capstone -Version: 4.0.2 -Release: 4 +Version: 5.0 +Release: 1 Summary: A lightweight multi-platform, multi-architecture disassembly framework License: BSD URL: http://www.capstone-engine.org/ -Source0: https://github.com/aquynh/%{name}/archive/%{version}.tar.gz +Source0: https://github.com/capstone-engine/capstone/archive/refs/tags/5.0.tar.gz %global with_python3 1 @@ -127,6 +127,9 @@ install -D -p -m 0644 bindings/java/%{name}.jar %{buildroot}/%{_javadir}/%{name %endif %changelog +* Fri Jul 28 2023 chenzixuan - 5.0-1 +- DESC:upgrade 5.0 + * Fri Jul 30 2021 chenyanpanHW - 4.0.2-4 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git