rpms/eclipse-cdt/devel .cvsignore, 1.42, 1.43 eclipse-cdt.spec, 1.119, 1.120 fetch-cdt.sh, 1.4, 1.5 sources, 1.51, 1.52

Jeff Johnston jjohnstn at fedoraproject.org
Wed Apr 8 22:39:31 UTC 2009


Author: jjohnstn

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

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

* Wed Apr 08 2009 Jeff Johnston <jjohnstn at redhat.com> 5.0.2-2
- Bump release.

* 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/devel/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- .cvsignore	16 Jan 2009 21:31:54 -0000	1.42
+++ .cvsignore	8 Apr 2009 22:38:58 -0000	1.43
@@ -22,3 +22,5 @@
 eclipse-cdt-fetched-src-CDT_5_0_1.tar.bz2
 eclipse-cdt-fetched-src-autotools-R1_0_2.tar.gz
 eclipse-cdt-fetched-src-libhover-R0_1_1.tar.gz
+eclipse-cdt-fetched-src-CDT_5_0_2.tar.bz2
+eclipse-cdt-fetched-src-autotools-R1_0_3.tar.gz


Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/devel/eclipse-cdt.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- eclipse-cdt.spec	23 Mar 2009 16:14:26 -0000	1.119
+++ eclipse-cdt.spec	8 Apr 2009 22:38:59 -0000	1.120
@@ -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:        4%{?dist}
+Release:        2%{?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,11 +566,12 @@
 %endif
 
 %changelog
-* Mon Mar 23 2009 Jeff Johnston <jjohnstn at redhat.com> 5.0.1-4
-- Bump release and rebuild.
+* Wed Apr 08 2009 Jeff Johnston <jjohnstn at redhat.com> 5.0.2-2
+- Bump release.
 
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:5.0.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* 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.


Index: fetch-cdt.sh
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/devel/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:40:05 -0000	1.4
+++ fetch-cdt.sh	8 Apr 2009 22:38:59 -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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/devel/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources	16 Jan 2009 21:31:54 -0000	1.51
+++ sources	8 Apr 2009 22:38:59 -0000	1.52
@@ -1,5 +1,5 @@
 5c470fb0777d27541edbfa31443d91f7  eclipse-cdt-cppunit-20061102.tar.gz
 2d4ae0a2131ba1efc896d981072cc091  eclipse-cdt-target_filter.gif.gz
-f0db116442be6f461611739308535175  eclipse-cdt-fetched-src-CDT_5_0_1.tar.bz2
-80967f045be67d65396ce424ef093719  eclipse-cdt-fetched-src-autotools-R1_0_2.tar.gz
 23c3498e551936980269c83a0051d6b1  eclipse-cdt-fetched-src-libhover-R0_1_1.tar.gz
+1768318e26e5a40e55bb55cc38fedfaa  eclipse-cdt-fetched-src-CDT_5_0_2.tar.bz2
+25251010257cc1255f9bcec90a9514b7  eclipse-cdt-fetched-src-autotools-R1_0_3.tar.gz




More information about the fedora-extras-commits mailing list