diff --git a/tycho.spec b/tycho.spec index b83e7d0..e7faeb9 100644 --- a/tycho.spec +++ b/tycho.spec @@ -1,4 +1,4 @@ -%global bootstrap 1 +%global bootstrap 0 %if %{bootstrap} %global snap -SNAPSHOT @@ -8,7 +8,7 @@ Name: tycho Version: 0.14.1 -Release: 3.1%{?dist} +Release: 4%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -193,6 +193,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name} %{_javadocdir}/%{name} %changelog +* Wed May 23 2012 Roland Grunberg 0.14.1-4 +- Non-bootstrap build. + * Thu May 17 2012 Roland Grunberg 0.14.1-3.1 - Set BREE to be at least JavaSE-1.6 for Eclipse OSGi bundles.