This commit is contained in:
Jakub Jelinek 2012-07-04 16:30:22 +02:00
parent 12f8bb4723
commit 4a2a96a204
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/dwz-0.3.tar.bz2
/dwz-0.4.tar.bz2
/dwz-0.5.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: DWARF optimization and duplicate removal tool
Name: dwz
Version: 0.4
Version: 0.5
Release: 1%{?dist}
License: GPLv2+ and GPLv3+
Group: Development/Tools
@ -42,6 +42,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/dwz.1*
%changelog
* Wed Jul 4 2012 Jakub Jelinek <jakub@redhat.com> 0.5-1
- handle .gdb_index version 7
* Fri Jun 22 2012 Jakub Jelinek <jakub@redhat.com> 0.4-1
- fix up DIE counting in low-mem mode for testing the -L limit

View File

@ -1 +1 @@
b15daded0e9eed50f17f79974588006a dwz-0.4.tar.bz2
a9311784214e08822c5335a2351e7b7a dwz-0.5.tar.bz2