diff --git a/eclipse.spec b/eclipse.spec index 9143a70..da6ee4a 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1,7 +1,7 @@ # Set to 1 to build Eclipse without circular dependency to eclipse-pde, API # generation and docs will not be built and a second run will be required, but # this is a way to bootstrap Eclipse on secondary archs. -%global bootstrap 1 +%global bootstrap 0 Epoch: 1 @@ -47,7 +47,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: 4.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: EPL URL: http://www.eclipse.org/ @@ -1127,6 +1127,9 @@ fi %{_libdir}/eclipse/plugins/org.eclipse.osgi.compatibility.state_* %changelog +* Tue Jan 10 2017 Mat Booth - 1:4.6.2-2 +- Non-bootstrap build + * Fri Jan 06 2017 Mat Booth - 1:4.6.2-1 - Update to Neon.2 - Bootstrap build due to ant update