From 9cd4ce75793b87cc4f0d667a39286ad3ec66eb91 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Sat, 20 Mar 2021 12:08:49 +0800 Subject: [PATCH] delete unneeded so for bumping version --- capstone.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/capstone.spec b/capstone.spec index 50ceedd..9e35642 100644 --- a/capstone.spec +++ b/capstone.spec @@ -1,7 +1,7 @@ %bcond_with java Name: capstone Version: 4.0.2 -Release: 2 +Release: 3 Summary: A lightweight multi-platform, multi-architecture disassembly framework License: BSD URL: http://www.capstone-engine.org/ @@ -84,7 +84,6 @@ popd DESTDIR=%{buildroot} LIBDIRARCH=%{_lib} \ INCDIR="%{_includedir}" make install %delete_la_and_a -cp -a %{_libdir}/libcapstone.so.3 %{buildroot}%{_libdir} pushd bindings/python %if 0%{?with_python3} @@ -128,6 +127,9 @@ install -D -p -m 0644 bindings/java/%{name}.jar %{buildroot}/%{_javadir}/%{name %endif %changelog +* Sat Mar 20 2021 shenyangyang - 4.0.2-3 +- DESC:Delete unneeded so for bumping version + * Mon Feb 1 2021 wangjie - 4.0.2-2 - DESC:remove capstone-4.0.1.tar.gz and 0001-Fix-include-path-in-pkg-config-for-Makefile-too-1339.patch after upgrade 4.0.2 -- Gitee