|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: abi-dumper
|
|
|
|
|
Version: 0.98
|
|
|
|
|
Version: 0.99.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tool to dump ABI of an ELF object containing DWARF debug info
|
|
|
|
|
|
|
|
|
@ -50,5 +50,14 @@ mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 8 2013 Richard Shaw <hobbes1069@gmail.com> - 0.99.5-1
|
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 31 2013 Richard Shaw <hobbes1069@gmail.com> - 0.99.1-1
|
|
|
|
|
- Update to latest upstream release with reduced memory usage.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2013 Richard Shaw <hobbes1069@gmail.com> - 0.99-1
|
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 3 2013 Richard Shaw <hobbes1069@gmail.com> - 0.98-1
|
|
|
|
|
- Initial packaging.
|
|
|
|
|