diff --git a/tycho.spec b/tycho.spec index e4a2a64..0e65f06 100644 --- a/tycho.spec +++ b/tycho.spec @@ -6,7 +6,7 @@ # 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 @@ -19,7 +19,7 @@ Name: tycho Version: 0.20.0 -Release: 1.1%{?dist} +Release: 2%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -350,6 +350,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati %{_javadocdir}/%{name} %changelog +* Wed Apr 02 2014 Roland Grunberg - 0.20.0-2 +- Non-bootstrap build. + * Thu Mar 27 2014 Roland Grunberg - 0.20.0-1.1 - Update to Eclipse Luna (4.4).