rpms/systemtap/devel systemtap.spec,1.35,1.36

William Eden Cohen (wcohen) fedora-extras-commits at redhat.com
Thu Feb 21 16:00:15 UTC 2008


Author: wcohen

Update of /cvs/pkgs/rpms/systemtap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5005

Modified Files:
	systemtap.spec 
Log Message:
* Wed Feb 13 2008 Will Cohen <wcohen at redhat.com> - 0.6.1-5
- Correct elfi typo in runtime/stack-i386.c.




Index: systemtap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/devel/systemtap.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- systemtap.spec	12 Feb 2008 16:24:50 -0000	1.35
+++ systemtap.spec	21 Feb 2008 15:59:37 -0000	1.36
@@ -1,5 +1,5 @@
 # Release number for rpm build.  Stays at 1 for new PACKAGE_VERSION increases.
-%define release 4
+%define release 5
 # Version number of oldest elfutils release that works with systemtap.
 %define elfutils_version 0.131
 
@@ -46,6 +46,7 @@
 URL: http://sourceware.org/systemtap/
 Source: ftp://sourceware.org/pub/%{name}/releases/%{name}-%{version}.tar.gz
 Patch100: systemtap-0.6.1-gcc43.diff
+Patch101: systemtap-0.6.1-elfi.diff
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -104,6 +105,7 @@
 %prep
 %setup -q %{?setup_elfutils}
 %patch100 -p1
+%patch101 -p0
 
 %if %{bundled_elfutils}
 cd elfutils-%{elfutils_version}
@@ -205,6 +207,9 @@
 
 
 %changelog
+* Wed Feb 13 2008 Will Cohen <wcohen at redhat.com> - 0.6.1-5
+- Correct elfi typo in runtime/stack-i386.c.
+
 * Tue Feb 12 2008 Will Cohen <wcohen at redhat.com> - 0.6.1-4
 - Add patch for gcc 4.3.
 




More information about the fedora-extras-commits mailing list