OBS User unknown 2009-01-29 21:45:48 +00:00 committed by Git OBS Bridge
parent 4c94e0c162
commit 31e5aa2781
2 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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