diff --git a/elfutils.spec b/elfutils.spec index 6d72fa4..8b7b5d1 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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 1.1 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-1.1 +- Rebuilt for gcc bug 634757 + * Mon Sep 13 2010 Roland McGrath - 0.149-1 - Update to 0.149 - libdw: Decode new DW_OP_GNU_implicit_pointer operation;