SHA256
1
0
forked from pool/elfutils
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 Wed Jan 7 15:01:10 CET 2009 - tiwai@suse.de

View File

@ -21,7 +21,7 @@
Name: elfutils Name: elfutils
License: GPL v2 or later License: GPL v2 or later
Version: 0.137 Version: 0.137
Release: 5 Release: 7
Summary: Higher-level library to access ELF Summary: Higher-level library to access ELF
Group: System/Libraries Group: System/Libraries
Url: http://elfutils.fedorahosted.org Url: http://elfutils.fedorahosted.org
@ -213,13 +213,14 @@ Authors:
%patch23 -p1 %patch23 -p1
%patch24 -p1 %patch24 -p1
%patch25 -p1 %patch25 -p1
%patch26 -p1 # this seems buggy (bnc#468814)
# %patch26 -p1
%patch27 -p1 %patch27 -p1
%build %build
autoreconf -fi autoreconf -fi
%configure --program-prefix=eu- %configure --program-prefix=eu-
make make %{?jobs:-j %jobs}
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
@ -295,6 +296,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/elfutils/libdwfl.h %{_includedir}/elfutils/libdwfl.h
%changelog %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 * Wed Jan 07 2009 tiwai@suse.de
- Fix the header size check in dwarf_getsrclines() (bnc#455992) - Fix the header size check in dwarf_getsrclines() (bnc#455992)
- Backport the fix for ET_DYN addresses - Backport the fix for ET_DYN addresses