rpms/eclipse-cdt/devel eclipse-cdt-no-tests-4.0.3.patch, NONE, 1.1 eclipse-cdt-openpty.patch, NONE, 1.1 eclipse-cdt.spec, 1.91, 1.92

Jeff Johnston (jjohnstn) fedora-extras-commits at redhat.com
Mon Apr 7 22:55:56 UTC 2008


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-cdt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20014

Modified Files:
	eclipse-cdt.spec 
Added Files:
	eclipse-cdt-no-tests-4.0.3.patch eclipse-cdt-openpty.patch 
Log Message:

* Fri Apr 04 2008 Jeff Johnston <jjohnstn at redhat.com> 4.0.3-1
- Rebase to CDT 4.0.3
- Patch openpty code to not reference stropts.h which is no longer shipped
- Update eclipse-cdt-no-tests.patch




eclipse-cdt-no-tests-4.0.3.patch:

--- NEW FILE eclipse-cdt-no-tests-4.0.3.patch ---
--- ./build.xml.fix2	2008-04-04 16:06:49.000000000 -0400
+++ ./build.xml	2008-04-04 16:07:02.000000000 -0400
@@ -4,7 +4,7 @@
 		<echo message="${eclipse.home}"/>
 	</target>
 	
-	<target name="build" depends="zips,sign,test"/>
+	<target name="build" depends="zips"/>
 	
 	<target name="testbuild" depends="zips,test,copy"/>
 	

eclipse-cdt-openpty.patch:

--- NEW FILE eclipse-cdt-openpty.patch ---
--- ./openpty.c.fix	2008-04-04 15:10:32.000000000 -0400
+++ ./openpty.c	2008-04-04 15:10:40.000000000 -0400
@@ -20,7 +20,6 @@
 #include <grp.h>
 
 #include <stdlib.h>
-#include <stropts.h>
 
 /**
  * This is taken from R. W. Stevens book.


Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/devel/eclipse-cdt.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- eclipse-cdt.spec	7 Apr 2008 22:52:18 -0000	1.91
+++ eclipse-cdt.spec	7 Apr 2008 22:55:15 -0000	1.92
@@ -408,6 +408,8 @@
 %changelog
 * Fri Apr 04 2008 Jeff Johnston <jjohnstn at redhat.com> 4.0.3-1
 - Rebase to CDT 4.0.3
+- Patch openpty code to not reference stropts.h which is no longer shipped
+- Update eclipse-cdt-no-tests.patch
 
 * Mon Jan 28 2008 Jeff Johnston <jjohnstn at redhat.com> 4.0.1-4
 - Update autotools to 0.9.6




More information about the fedora-extras-commits mailing list