- Rebuilt for gcc bug 634757

This commit is contained in:
Jesse Keating 2010-09-29 14:08:37 -07:00
parent 2a8b12852a
commit cef8ddba1e
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: elfutils
Summary: A collection of utilities and DSOs to handle compiled objects
Version: 0.149
%global baserelease 1
%global baserelease 2
URL: https://fedorahosted.org/elfutils/
%global source_url http://fedorahosted.org/releases/e/l/elfutils/%{version}/
License: GPLv2 with exceptions
@ -325,6 +325,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
* Wed Sep 29 2010 jkeating - 0.149-2
- Rebuilt for gcc bug 634757
* Mon Sep 13 2010 Roland McGrath <roland@redhat.com> - 0.149-1
- Update to 0.149
- libdw: Decode new DW_OP_GNU_implicit_pointer operation;