rpms/elfutils/F-7 elfutils.spec,1.86,1.87

Roland McGrath (roland) fedora-extras-commits at redhat.com
Wed Oct 17 07:41:21 UTC 2007


Author: roland

Update of /cvs/pkgs/rpms/elfutils/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11567

Modified Files:
	elfutils.spec 
Log Message:
post-0.130 fixes


Index: elfutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elfutils/F-7/elfutils.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- elfutils.spec	16 Oct 2007 08:37:05 -0000	1.86
+++ elfutils.spec	17 Oct 2007 07:40:47 -0000	1.87
@@ -1,5 +1,5 @@
 %define eu_version 0.130
-%define eu_release 1
+%define eu_release 2
 
 %if %{?_with_compat:1}%{!?_with_compat:0}
 %define compat 1
@@ -35,6 +35,8 @@
 Source2: testfile16.symtab.bz2
 Source3: testfile16.symtab.debug.bz2
 
+Patch3: elfutils-0.130-fixes.patch
+
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: bison >= 1.875
@@ -154,6 +156,8 @@
 
 %patch2 -p1
 
+%patch3 -p0
+
 %build
 # Remove -Wall from default flags.  The makefiles enable enough warnings
 # themselves, and they use -Werror.  Appending -Wall defeats the cases where
@@ -261,6 +265,10 @@
 %{_libdir}/libelf.a
 
 %changelog
+* Wed Oct 17 2007 Roland McGrath <roland at redhat.com> - 0.130-2
+- Fix ET_REL support.
+- Fix odd indentation in eu-readelf -x output.
+
 * Tue Oct 16 2007 Roland McGrath <roland at redhat.com> - 0.130-1
 - Update to 0.130
   - eu-readelf -p option can take an argument like -x for one section




More information about the fedora-extras-commits mailing list