[dwz] 0.4-1

Jakub Jelinek jakub at fedoraproject.org
Fri Jun 22 07:13:03 UTC 2012


commit 12f8bb4723d7f31898bc5641a8152bd6a876312d
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Fri Jun 22 09:13:02 2012 +0200

    0.4-1

 .gitignore |    1 +
 dwz.spec   |    5 ++++-
 sources    |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f91045..36b3a44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /dwz-0.3.tar.bz2
+/dwz-0.4.tar.bz2
diff --git a/dwz.spec b/dwz.spec
index 508d440..00412bf 100644
--- a/dwz.spec
+++ b/dwz.spec
@@ -1,6 +1,6 @@
 Summary: DWARF optimization and duplicate removal tool
 Name: dwz
-Version: 0.3
+Version: 0.4
 Release: 1%{?dist}
 License: GPLv2+ and GPLv3+
 Group: Development/Tools
@@ -42,6 +42,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/dwz.1*
 
 %changelog
+* Fri Jun 22 2012 Jakub Jelinek <jakub at redhat.com> 0.4-1
+- fix up DIE counting in low-mem mode for testing the -L limit
+
 * Fri Jun 15 2012 Jakub Jelinek <jakub at redhat.com> 0.3-1
 - update to dwz-0.3 (#830863)
 
diff --git a/sources b/sources
index febe70d..5c64d9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-341ffab4619b75826b08d748831c2cd4  dwz-0.3.tar.bz2
+b15daded0e9eed50f17f79974588006a  dwz-0.4.tar.bz2


More information about the scm-commits mailing list