From da9f93559569cb2c76f1d3a9859a63da5a48570f Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Feb 09 2006 21:09:29 +0000 Subject: Build against SDK 3.1.2. --- diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index 15e5c94..ab6fe3f 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -63,7 +63,7 @@ BuildRequires: java-devel >= 1.4.2 %endif Requires: ctags gdb make -Requires: eclipse-platform >= 3.1.1 +Requires: eclipse-platform = 3.1.2 %if %{gcj_support} ExclusiveArch: %{ix86} x86_64 ppc @@ -122,7 +122,7 @@ java -cp $SDK/startup.jar \ -DjavacFailOnError=true \ -DdontUnzip=true \ -DbaseLocation=$SDK \ - -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0/scripts \ + -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.2/scripts \ -DdontFetchAnything=true if ! [ -e $(pwd)/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core.linux.%{eclipse_arch}* ]; then @@ -231,6 +231,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu Feb 09 2006 Andrew Overholt 3.0.1-1jpp_5fc +- Build against SDK 3.1.2. + * Tue Feb 07 2006 Jesse Keating - 1:3.0.1-1jpp_5fc - rebuilt for new gcc4.1 snapshot and glibc changes