From dcd08dcbf104f6c8634625db6aada6ea72b6d1ac Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 17 Oct 2007 07:57:02 +0000 Subject: [PATCH] release bump --- elfutils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 78bb682..f3c00e9 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,5 +1,5 @@ %define eu_version 0.130 -%define eu_release 2 +%define eu_release 3 %if %{?_with_compat:1}%{!?_with_compat:0} %define compat 1 @@ -265,7 +265,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog -* Wed Oct 17 2007 Roland McGrath - 0.130-2 +* Wed Oct 17 2007 Roland McGrath - 0.130-3 - Fix ET_REL support. - Fix odd indentation in eu-readelf -x output.