rpms/eclipse-oprofile/devel eclipse-oprofile-includefixes.patch, NONE, 1.1 eclipse-oprofile.spec, 1.4, 1.5 eclipse-oprofile-stablenodebug.patch, 1.1, NONE

Kent Sebastian ksebasti at fedoraproject.org
Wed Mar 4 16:22:05 UTC 2009


Author: ksebasti

Update of /cvs/pkgs/rpms/eclipse-oprofile/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12851/devel

Modified Files:
	eclipse-oprofile.spec 
Added Files:
	eclipse-oprofile-includefixes.patch 
Removed Files:
	eclipse-oprofile-stablenodebug.patch 
Log Message:
* Wed Mar 4 2009 Kent Sebastian <ksebasti at redhat.com> 0.1.0-3
- Refined patch for gcc build failures.

eclipse-oprofile-includefixes.patch:

--- NEW FILE eclipse-oprofile-includefixes.patch ---
Index: org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/symbol.cc
===================================================================
--- org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/symbol.cc	(revision 21575)
+++ org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/symbol.cc	(working copy)
@@ -12,6 +12,7 @@
    version.  */
 
 #include <stdlib.h>
+#include <stdio.h>
 
 #include "symbol.h"
 #include "xmlfmt.h"
Index: org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/stable.h
===================================================================
--- org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/stable.h	(revision 21575)
+++ org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/stable.h	(working copy)
@@ -45,7 +45,7 @@
   bool get_debug_info (bfd_vma vma, const char*& function,
 		       const char*& source_file, unsigned int& line);
 
-#if 1
+#if 0
   // Debugging. Dump the symbol table
   void dump_table (void);
 #endif
Index: org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/stable.cc
===================================================================
--- org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/stable.cc	(revision 21575)
+++ org.eclipse.linuxtools.oprofile.core/natives/linux/opxml/stable.cc	(working copy)
@@ -269,7 +269,7 @@
   return false;
 }
 
-#if 1
+#if 0
 void
 symboltable::dump_table (void)
 {


Index: eclipse-oprofile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-oprofile/devel/eclipse-oprofile.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eclipse-oprofile.spec	4 Mar 2009 15:59:10 -0000	1.4
+++ eclipse-oprofile.spec	4 Mar 2009 16:21:34 -0000	1.5
@@ -14,7 +14,7 @@
 
 Name:           eclipse-oprofile
 Version:        0.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Eclipse plugin for OProfile integration
 
 Group:          Development/Tools
@@ -23,7 +23,7 @@
 ## sh %{name}-fetch-src.sh
 Source0:        %{name}-fetched-src-%{src_repo_tag}.tar.bz2
 Source1:        %{name}-fetch-src.sh
-Patch0:         %{name}-stablenodebug.patch
+Patch0:         %{name}-includefixes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExcludeArch: ppc ppc64
@@ -34,7 +34,6 @@
 BuildRequires: oprofile >= 0.9.3
 BuildRequires: oprofile-devel >= 0.9.3
 BuildRequires: binutils-devel >= 2.18.50.0.6
-BuildRequires: glibc-headers
 Requires: eclipse-platform >= 3.4.0
 Requires: eclipse-cdt >= 5.0.1
 Requires: eclipse-linuxprofilingframework >= 0.1.0
@@ -112,8 +111,11 @@
 %{_sysconfdir}/pam.d/opcontrol
 
 %changelog
+* Wed Mar 4 2009 Kent Sebastian <ksebasti at redhat.com> 0.1.0-3
+- Refined patch for gcc build failures.
+
 * Wed Mar 4 2009 Kent Sebastian <ksebasti at redhat.com> 0.1.0-2
 - Add patch for gcc build failure.
 
 * Thu Feb 12 2009 Kent Sebastian <ksebasti at redhat.com> 0.1.0-1
-- Initial packaging.
\ No newline at end of file
+- Initial packaging.


--- eclipse-oprofile-stablenodebug.patch DELETED ---




More information about the fedora-extras-commits mailing list