diff --git a/.gitignore b/.gitignore index fd26b15..115dbeb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /dwz-0.9.tar.bz2 /dwz-0.10.tar.bz2 /dwz-0.11.tar.bz2 +/dwz-0.12.tar.bz2 diff --git a/dwz.spec b/dwz.spec index bdbdc59..9cd73a8 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,7 +1,7 @@ Summary: DWARF optimization and duplicate removal tool Name: dwz -Version: 0.11 -Release: 6%{?dist} +Version: 0.12 +Release: 1%{?dist} License: GPLv2+ and GPLv3+ Group: Development/Tools # git archive --format=tar --remote=git://sourceware.org/git/dwz.git \ @@ -42,6 +42,9 @@ rm -rf %{buildroot} %{_mandir}/man1/dwz.1* %changelog +* Mon Jul 13 2015 Jakub Jelinek 0.12-1 +- fix up alignment of moved non-allocated sections and section header table + * Wed Jun 17 2015 Fedora Release Engineering - 0.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index ad3d6f2..3ba1d37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69944ddd03b259eace1370e94e6dd955 dwz-0.11.tar.bz2 +1624afa75b94633e03c6e1bb952fb348 dwz-0.12.tar.bz2