rpms/eclipse-cdt/devel eclipse-cdt-autotools-plugin.patch, NONE, 1.1 eclipse-cdt.spec, 1.106, 1.107

Jeff Johnston jjohnstn at fedoraproject.org
Mon Sep 8 17:58:29 UTC 2008


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-cdt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16560

Modified Files:
	eclipse-cdt.spec 
Added Files:
	eclipse-cdt-autotools-plugin.patch 
Log Message:

* Thu Sep 04 2008 Jeff Johnston <jjohnstn at redhat.com> 5.0.0-5
- Fix for autotools plugin referencing invalid build nature.
- Resolves #461201



eclipse-cdt-autotools-plugin.patch:

--- NEW FILE eclipse-cdt-autotools-plugin.patch ---
diff -up ./plugin.xml.fix ./plugin.xml
--- ./plugin.xml.fix	2008-09-04 16:09:17.000000000 -0400
+++ ./plugin.xml	2008-09-04 16:09:34.000000000 -0400
@@ -754,7 +754,7 @@
          name="%AutotoolsNature.name"
          point="org.eclipse.core.resources.natures">
       <requires-nature
-            id="org.eclipse.cdt.managedbuilder.core.mangedBuildNature">
+            id="org.eclipse.cdt.managedbuilder.core.managedBuildNature">
       </requires-nature>
       <runtime>
          <run


Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/devel/eclipse-cdt.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- eclipse-cdt.spec	28 Aug 2008 16:48:24 -0000	1.106
+++ eclipse-cdt.spec	8 Sep 2008 17:57:59 -0000	1.107
@@ -20,7 +20,7 @@
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -54,6 +54,9 @@
 # Script to run the tests in Xvnc
 Source5: %{name}-runtests.sh
 
+# Fix autotools plugin to reference correct project nature.
+Patch5: %{name}-autotools-plugin.patch
+
 # Don't run the tests as part of the build.  We'll do this ourselves.
 Patch4: %{name}-no-tests-%{version}.patch
 
@@ -200,8 +203,12 @@
 
 ## Autotools stuff
 mkdir autotools
+
 pushd autotools
 tar -xzf %{SOURCE1}
+pushd com.redhat.eclipse.cdt.autotools
+%patch5
+popd
 popd
 
 ## Cppunit stuff
@@ -517,6 +524,10 @@
 %endif
 
 %changelog
+* Thu Sep 04 2008 Jeff Johnston <jjohnstn at redhat.com> 5.0.0-5
+- Fix for autotools plugin referencing invalid build nature.
+- Resolves #461201
+
 * Wed Aug 20 2008 Andrew Overholt <overholt at redhat.com> 5.0.0-4
 - Add building and running of tests
 - Remove LexerTests until 5.0.1




More information about the fedora-extras-commits mailing list