rpms/oprofile/devel oprofile.spec, 1.60, 1.61 oprofile-0.9.3-ld_options.patch, 1.1, 1.2

William Eden Cohen (wcohen) fedora-extras-commits at redhat.com
Mon Nov 12 22:18:54 UTC 2007


Author: wcohen

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

Modified Files:
	oprofile.spec oprofile-0.9.3-ld_options.patch 
Log Message:
* Mon Nov 12 2007 Will Cohen <wcohen at redhat.com> - 0.9.3-7
- Should correct missing 'test' in patch.



Index: oprofile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oprofile/devel/oprofile.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- oprofile.spec	8 Oct 2007 14:25:51 -0000	1.60
+++ oprofile.spec	12 Nov 2007 22:18:21 -0000	1.61
@@ -3,7 +3,7 @@
 Summary: System wide profiler
 Name: oprofile
 Version: 0.9.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL
 Group: Development/System
 #
@@ -181,6 +181,9 @@
 %{_bindir}/oprof_start
 
 %changelog
+* Mon Nov 12 2007 Will Cohen <wcohen at redhat.com> - 0.9.3-7
+- Should correct missing 'test' in patch.
+
 * Mon Oct 8 2007 Will Cohen <wcohen at redhat.com> - 0.9.3-5
 - Should be popt-devel to BuildRequires.
 

oprofile-0.9.3-ld_options.patch:

Index: oprofile-0.9.3-ld_options.patch
===================================================================
RCS file: /cvs/pkgs/rpms/oprofile/devel/oprofile-0.9.3-ld_options.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oprofile-0.9.3-ld_options.patch	8 Oct 2007 13:51:06 -0000	1.1
+++ oprofile-0.9.3-ld_options.patch	12 Nov 2007 22:18:21 -0000	1.2
@@ -14,7 +14,7 @@
 -	exit 0;
 -    elif test "$1" = "--list-events" -a -z "$2"; then
 -	exec $OPHELP
-+    if -z "$2"; then
++    if test -z "$2"; then
 +	case "$1" in 
 +	--dump|-d)
 +	    ONLY_DUMP=yes




More information about the fedora-extras-commits mailing list