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

Kent Sebastian ksebasti at fedoraproject.org
Wed Mar 4 15:59:40 UTC 2009


Author: ksebasti

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

Modified Files:
	eclipse-oprofile.spec 
Added Files:
	eclipse-oprofile-stablenodebug.patch 
Log Message:
* Wed Mar 4 2009 Kent Sebastian <ksebasti at redhat.com> 0.1.0-2
- Add patch for gcc build failure.

eclipse-oprofile-stablenodebug.patch:

--- NEW FILE eclipse-oprofile-stablenodebug.patch ---
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eclipse-oprofile.spec	3 Mar 2009 22:09:58 -0000	1.3
+++ eclipse-oprofile.spec	4 Mar 2009 15:59:10 -0000	1.4
@@ -14,7 +14,7 @@
 
 Name:           eclipse-oprofile
 Version:        0.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Eclipse plugin for OProfile integration
 
 Group:          Development/Tools
@@ -23,6 +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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExcludeArch: ppc ppc64
@@ -47,6 +48,7 @@
 %setup -q -c
 #remove binaries
 rm -f org.eclipse.linuxtools.oprofile.core.linux.*/os/linux/*/opxml
+%patch0
 
 %build
 #build binaries
@@ -110,5 +112,8 @@
 %{_sysconfdir}/pam.d/opcontrol
 
 %changelog
+* 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.
+- Initial packaging.
\ No newline at end of file




More information about the fedora-extras-commits mailing list