rpms/eclipse-cdt/F-10 eclipse-cdt.spec, 1.117, 1.118 fetch-cdt.sh, 1.4, 1.5

Jeff Johnston jjohnstn at fedoraproject.org
Wed Apr 8 21:05:10 UTC 2009


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-cdt/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19290

Modified Files:
	eclipse-cdt.spec fetch-cdt.sh 
Log Message:

* Tue Apr 07 2009 Jeff Johnston <jjohnstn at redhat.com> 5.0.2-1
- Rebase autotools to 1.0.3.
- Rebase CDT to v200903191301 (5.0.2).




Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/F-10/eclipse-cdt.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- eclipse-cdt.spec	16 Jan 2009 21:27:37 -0000	1.117
+++ eclipse-cdt.spec	8 Apr 2009 21:04:39 -0000	1.118
@@ -6,9 +6,9 @@
 %define major                   5
 %define minor                   0       
 %define majmin                  %{major}.%{minor}
-%define micro                   1
+%define micro                   2
 %define eclipse_base            %{_libdir}/eclipse
-%define build_id		200809190802
+%define build_id		200903191301
 
 # All arches line up except i386 -> x86
 %ifarch %{ix86}
@@ -20,7 +20,7 @@
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        2%{?dist}
+Release:        1%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -31,10 +31,10 @@
 # script.  Note that the optional c99 and upc parsers plus the optional
 # xlc support features have been removed.
 
-Source0: %{name}-fetched-src-CDT_5_0_1.tar.bz2
+Source0: %{name}-fetched-src-CDT_5_0_2.tar.bz2
 Source4: fetch-cdt.sh
 
-Source1: http://sources.redhat.com/eclipse/autotools/eclipse-cdt-fetched-src-autotools-R1_0_2.tar.gz
+Source1: http://sources.redhat.com/eclipse/autotools/eclipse-cdt-fetched-src-autotools-R1_0_3.tar.gz
 
 Source2: http://sources.redhat.com/eclipse/autotools/eclipse-cdt-fetched-src-libhover-R0_1_1.tar.gz
 
@@ -56,9 +56,6 @@
 # Script to run the tests in Xvnc
 Source5: %{name}-runtests.sh
 
-# Don't run the tests as part of the build.  We'll do this ourselves.
-Patch4: %{name}-no-tests-%{version}.patch
-
 ## Patch to cppunit code to support double-clicking on file names, classes, and
 ## member names in the Hierarchy and Failure views such that the appropriate
 ## file will be opened and the appropriate line will be selected.
@@ -158,8 +155,6 @@
 %prep
 %setup -q -c 
 
-%patch4
-
 pushd "org.eclipse.cdt.releng"
 
 # Remove lpg-using lrparser feature
@@ -299,7 +294,8 @@
     -DbaseLocation=$SDK \
     -Dpde.build.scripts=$PDEDIR/scripts \
     -DdontFetchAnything=true \
-    -DskipFetch=true
+    -DskipFetch=true \
+     zips
 popd
 
 ## Autotools has dependencies on CDT so we must add these to the SDK directory
@@ -570,6 +566,10 @@
 %endif
 
 %changelog
+* Tue Apr 07 2009 Jeff Johnston <jjohnstn at redhat.com> 5.0.2-1
+- Rebase autotools to 1.0.3.
+- Rebase CDT to v200903191301 (5.0.2).
+
 * Fri Jan 16 2009 Jeff Johnston <jjohnstn at redhat.com> 5.0.1-2
 - Rebase libhover to 0.1.1 and autotools to 1.0.2.
 - Remove patch for 472731 which is already part of rebased autotools sources.


Index: fetch-cdt.sh
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/F-10/fetch-cdt.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fetch-cdt.sh	28 Nov 2008 21:30:05 -0000	1.4
+++ fetch-cdt.sh	8 Apr 2009 21:04:39 -0000	1.5
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-CDTTAG=CDT_5_0_1
+CDTTAG=CDT_5_0_2
 ECLIPSEBASE=$(rpm --eval %{_libdir})/eclipse
 
 mkdir -p temp && cd temp




More information about the fedora-extras-commits mailing list