[eclipse-cdt/f19] Update CDT to Kepler RC2.

Jeff Johnston jjohnstn at fedoraproject.org
Thu May 30 22:17:06 UTC 2013


commit b83235b5d5adeb3be9dd6e267367da4e02b642bf
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Thu May 30 18:16:33 2013 -0400

    Update CDT to Kepler RC2.

 .gitignore                      |    1 +
 eclipse-cdt-autotools-pwd.patch |   26 --------------------------
 eclipse-cdt.spec                |   15 +++++++--------
 sources                         |    1 +
 4 files changed, 9 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 068d213..d0e6526 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,4 @@ eclipse-cdt-fetched-src-autotools-R0_6_0.tar.gz
 /org.eclipse.cdt-4d70fc3fd4c20efd657602e8ce65d51d0ffce2a6.tar.gz
 /org.eclipse.linuxtools-95aacfe82466cb691f5adf09aae33c361335935b.tar.bz2
 /org.eclipse.cdt-fa9cd1cecdd7a31efb13dc93f3511891f8b4712f.tar.gz
+/org.eclipse.cdt-67425186a2c74e1215670c6a1edd2162b474819d.tar.gz
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec
index f514de2..15c0a33 100644
--- a/eclipse-cdt.spec
+++ b/eclipse-cdt.spec
@@ -8,9 +8,9 @@ Epoch: 1
 %define majmin                  %{major}.%{minor}
 %define micro                   0
 %define eclipse_base            %{_libdir}/eclipse
-%define cdt_snapshot		org.eclipse.cdt-fa9cd1cecdd7a31efb13dc93f3511891f8b4712f
+%define cdt_snapshot		org.eclipse.cdt-67425186a2c74e1215670c6a1edd2162b474819d
 %define linuxtools_snapshot	org.eclipse.linuxtools-%{git_version}
-%define build_id		201305061928
+%define build_id		201305281015
 %define libhover_build_id	201303200408
 %define pdebuild		eclipse-pdebuild 
 
@@ -28,7 +28,7 @@ Epoch: 1
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        0.6.m7%{?dist}
+Release:        0.7.rc2%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -36,7 +36,7 @@ Requires:       eclipse-platform
 
 
 # The following tarball was fetched via:
-# http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/snapshot/org.eclipse.cdt-fa9cd1cecdd7a31efb13dc93f3511891f8b4712f.tar.gz
+# http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/snapshot/org.eclipse.cdt-67425186a2c74e1215670c6a1edd2162b474819d.tar.gz
 Source0: %{cdt_snapshot}.tar.gz
 
 Source2: http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/snapshot/org.eclipse.linuxtools-%{git_version}.tar.bz2
@@ -77,9 +77,6 @@ Patch10: %{name}-libhover-libstdcxx-properties.patch
 # Following removes a print stack trace from ProcessFactory spawner look-up
 Patch12: %{name}-spawner-issue.patch
 
-# Following fixes Bug 407580 regarding building projects with GnuMakefiles
-Patch13: %{name}-autotools-pwd.patch
-
 BuildRequires: tycho
 BuildRequires: tycho-extras
 BuildRequires: eclipse-pde >= 1:3.8.0
@@ -137,7 +134,6 @@ pushd %{cdt_snapshot}
 %patch0 -p1
 %patch4 -p1
 %patch12 -p1
-%patch13 -p1
 sed -i -e 's/<arch>x86<\/arch>/<arch>%{eclipse_arch}<\/arch>/g' pom.xml
 # Add secondary arch support if we are building there
 %ifarch %{arm} s390 s390x
@@ -348,6 +344,9 @@ rm -rf $installDir/eclipse/binary
 %doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html
 
 %changelog
+* Thu May 30 2013 Jeff Johnston <jjohnstn at redhat.com> 1:8.2.0-0.7.rc2
+- Update CDT to Kepler RC2.
+
 * Fri May 10 2013 Jeff Johnston <jjohnstn at redhat.com> 1:8.2.0-0.6.m7
 - Update CDT to Kepler M7.
 
diff --git a/sources b/sources
index 9eee2f1..041cd36 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 921f3464c4b5a284473ebdad634e5c2d  libstdc++-v3.libhover
 6ee56f376e7a4e65f46362cb414739aa  org.eclipse.linuxtools-95aacfe82466cb691f5adf09aae33c361335935b.tar.bz2
 8e3604773cfd98abf1216c9f848a24db  org.eclipse.cdt-fa9cd1cecdd7a31efb13dc93f3511891f8b4712f.tar.gz
+4582d9211548ca6a6f152e5814a8da90  org.eclipse.cdt-67425186a2c74e1215670c6a1edd2162b474819d.tar.gz


More information about the scm-commits mailing list