From a953232a4625eaad7e2a33593467bdcd762a1faa Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Wed, 25 Jun 2014 10:00:30 +0300 Subject: [PATCH] Non-bootstrap build now that aarch64 is done. --- tycho.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tycho.spec b/tycho.spec index 5d3f574..052b93f 100644 --- a/tycho.spec +++ b/tycho.spec @@ -6,11 +6,11 @@ # This basically uses javac + xmvn to build only the Tycho components # required to perform a full Tycho build # Most common usage : A library (in Fedora) used by Tycho's runtime broke API -%global tycho_bootstrap 1 +%global tycho_bootstrap 0 # Set 'eclipse_bootstrap' if Eclipse from buildroot cannot help build Tycho # This basically provides a location for usage of pre-bundled Eclipse # Possible uses : Need to build Tycho before Eclipse in fresh buildroot -%global eclipse_bootstrap 1 +%global eclipse_bootstrap 0 # When building version under development (non-release) # %%global snap -SNAPSHOT %global snap %{nil} @@ -19,7 +19,7 @@ Name: tycho Version: 0.20.0 -Release: 14.1%{?dist} +Release: 15%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -344,6 +344,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati %{_javadocdir}/%{name} %changelog +* Wed Jun 25 2014 Alexander Kurtakov 0.20.0-15 +- Non-bootstrap build now that aarch64 is done. + * Tue Jun 24 2014 Roland Grunberg - 0.20.0-14.1 - Add swt aarch64 fragment to bootstrap repo.