rpms/oprofile/devel oprofile-0.9.1-anon.patch, 1.1, 1.2 oprofile.spec, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 5 21:41:33 UTC 2005


Author: wcohen

Update of /cvs/dist/rpms/oprofile/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26531

Modified Files:
	oprofile-0.9.1-anon.patch oprofile.spec 
Log Message:
Tweak patch to minimize stuff outside anon namespace



oprofile-0.9.1-anon.patch:
 arrange_profiles.cpp |    4 ++++
 1 files changed, 4 insertions(+)

Index: oprofile-0.9.1-anon.patch
===================================================================
RCS file: /cvs/dist/rpms/oprofile/devel/oprofile-0.9.1-anon.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oprofile-0.9.1-anon.patch	5 Dec 2005 21:19:54 -0000	1.1
+++ oprofile-0.9.1-anon.patch	5 Dec 2005 21:41:30 -0000	1.2
@@ -1,15 +1,15 @@
---- oprofile-0.9.1/libpp/arrange_profiles.cpp.anon	2005-12-05 16:06:29.000000000 -0500
-+++ oprofile-0.9.1/libpp/arrange_profiles.cpp	2005-12-05 16:06:56.000000000 -0500
-@@ -77,8 +77,6 @@
- 	return lt.event < rt.event;
- }
+--- oprofile-0.9.1/libpp/arrange_profiles.cpp.anon	2005-04-13 11:35:24.000000000 -0400
++++ oprofile-0.9.1/libpp/arrange_profiles.cpp	2005-12-05 16:27:42.000000000 -0500
+@@ -89,6 +89,8 @@
+ 	{ "cpu", "specify cpu: or --merge cpu" },
+ };
+ 
++} // anonymous namespace
++
  
--namespace {
--
- struct axis_t {
- 	string name;
- 	string suggestion;
-@@ -129,6 +127,8 @@
+ bool profile_classes::matches(profile_classes const & classes)
+ {
+@@ -129,6 +131,8 @@
  }
  
  


Index: oprofile.spec
===================================================================
RCS file: /cvs/dist/rpms/oprofile/devel/oprofile.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- oprofile.spec	5 Dec 2005 21:19:54 -0000	1.34
+++ oprofile.spec	5 Dec 2005 21:41:30 -0000	1.35
@@ -1,6 +1,6 @@
 %define DATE 200511111
 %define oprofile_version 0.9.1
-%define oprofile_release 5
+%define oprofile_release 6
 Summary: System wide profiler
 Name: oprofile
 Version: 0.9.1




More information about the fedora-cvs-commits mailing list