diff --git a/elfutils.changes b/elfutils.changes index 828d78c..7211083 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 27 14:34:17 CET 2009 - tiwai@suse.de + +- revert the ET_DYN address fix patch; causing a regression + (bnc#468814) + ------------------------------------------------------------------- Wed Jan 7 15:01:10 CET 2009 - tiwai@suse.de diff --git a/elfutils.spec b/elfutils.spec index f937569..c02a11e 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -21,7 +21,7 @@ Name: elfutils License: GPL v2 or later Version: 0.137 -Release: 5 +Release: 7 Summary: Higher-level library to access ELF Group: System/Libraries Url: http://elfutils.fedorahosted.org @@ -213,13 +213,14 @@ Authors: %patch23 -p1 %patch24 -p1 %patch25 -p1 -%patch26 -p1 +# this seems buggy (bnc#468814) +# %patch26 -p1 %patch27 -p1 %build autoreconf -fi %configure --program-prefix=eu- -make +make %{?jobs:-j %jobs} %install make DESTDIR=$RPM_BUILD_ROOT install @@ -295,6 +296,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/elfutils/libdwfl.h %changelog +* Tue Jan 27 2009 tiwai@suse.de +- revert the ET_DYN address fix patch; causing a regression + (bnc#468814) * Wed Jan 07 2009 tiwai@suse.de - Fix the header size check in dwarf_getsrclines() (bnc#455992) - Backport the fix for ET_DYN addresses