From 4a3b7d4fce2c6d870a8f728b98e9df9e7097683d Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Wed, 23 May 2012 11:20:03 -0400 Subject: [PATCH] Non-bootstrap build. --- tycho.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.