bump to 3.0.5
This commit is contained in:
parent
eff72859a0
commit
4202e4305b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/capstone-3.0.4-e710e4f.tar.gz
|
||||
/capstone-3.0.5-db19431.tar.gz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Name: capstone
|
||||
Version: 3.0.4
|
||||
Release: 18%{?dist}
|
||||
Version: 3.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A lightweight multi-platform, multi-architecture disassembly framework
|
||||
|
||||
%global gituser aquynh
|
||||
%global gitname capstone
|
||||
%global commit e710e4fcf40302c25d7bdc28da93571a61f21f5d
|
||||
%global commit db19431d4bb787019ca94d8f2a558f0ed46341a7
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
License: BSD
|
||||
@ -142,6 +142,7 @@ make check LD_LIBRARY_PATH="`pwd`"
|
||||
%endif # %license workarond for RHEL<7
|
||||
%doc README ChangeLog
|
||||
%{_libdir}/*.so.*
|
||||
%{_bindir}/cstool
|
||||
|
||||
%files devel
|
||||
%{_includedir}/*
|
||||
@ -162,6 +163,9 @@ make check LD_LIBRARY_PATH="`pwd`"
|
||||
%{_javadir}/
|
||||
|
||||
%changelog
|
||||
* Mon Aug 27 2018 Michal Ambroz <rebus _AT seznam.cz> - 3.0.5-1
|
||||
- bump to 3.0.5
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user