rpms/pfmon/devel pfmon-ia64-checks2.patch, NONE, 1.1 pfmon.spec, 1.29, 1.30

William Eden Cohen (wcohen) fedora-extras-commits at redhat.com
Mon Apr 7 13:23:04 UTC 2008


Author: wcohen

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

Modified Files:
	pfmon.spec 
Added Files:
	pfmon-ia64-checks2.patch 
Log Message:
* Mon Apr 07 2008 Will Cohen <wcohen at redhat.com> - 3.3-0.080225.4
- Additional patch to fix for ia64 fedora. rhbz #435048




pfmon-ia64-checks2.patch:

--- NEW FILE pfmon-ia64-checks2.patch ---
Index: pfmon/smpl_mod/inst_hist_ia64_old_smpl.c
===================================================================
RCS file: /cvsroot/perfmon2/pfmon/pfmon/smpl_mod/inst_hist_ia64_old_smpl.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pfmon/smpl_mod/inst_hist_ia64_old_smpl.c	23 Jan 2008 00:37:05 -0000	1.17
+++ pfmon/smpl_mod/inst_hist_ia64_old_smpl.c	7 Apr 2008 08:22:29 -0000	1.18
@@ -308,7 +308,7 @@
 	pfmon_smpl_desc_t *csmpl;
 	FILE *fp;
 	hash_data_t **tab;
-	unsigned long addr, ns;
+	unsigned long addr, ns=0;
 	unsigned long i, num_entries, j;
 	double d_cum, cum_total;
 	hash_sort_arg_t arg;


Index: pfmon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pfmon/devel/pfmon.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- pfmon.spec	5 Apr 2008 02:53:04 -0000	1.29
+++ pfmon.spec	7 Apr 2008 13:21:59 -0000	1.30
@@ -1,5 +1,5 @@
 %define DATE 080225
-%define pfmon_release 3
+%define pfmon_release 4
 Summary: A performance monitoring tool for Linux/ia64
 Name: pfmon
 Version: 3.3
@@ -16,6 +16,7 @@
 Patch3: pfmon-rpm_opt.patch
 #Patch4: pfmon-fortify.patch
 Patch5: pfmon-ia64-checks1.patch
+Patch6: pfmon-ia64-checks2.patch
 
 Requires: libpfm
 BuildRequires: elfutils-libelf-devel-static
@@ -36,6 +37,7 @@
 %patch3 -p1 -b .rpm_opt
 #%patch4 -p1 -b .fortify
 %patch5 -p0 -b .checks1
+%patch6 -p0 -b .checks2
 
 %build
 make	PREFIX=/usr DESTDIR=%{buildroot} \
@@ -62,6 +64,9 @@
 %attr(755,root,root) /usr/bin/pfmon_gen
 
 %changelog
+* Mon Apr 07 2008 Will Cohen <wcohen at redhat.com> - 3.3-0.080225.4
+- Additional patch to fix for ia64 fedora. rhbz #435048
+
 * Fri Apr 04 2008 Will Cohen <wcohen at redhat.com> - 3.3-0.080225.3
 - Include patch to fix for ia64 fedora. rhbz #435048
 




More information about the scm-commits mailing list