[java-sig-commits] [tycho/f17] Non-bootstrap build.

Roland Grunberg rgrunber at fedoraproject.org
Wed May 30 20:58:45 UTC 2012


commit 84b4d8b2faba5b010d88f80eb2588f1d87558052
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Wed May 23 11:20:03 2012 -0400

    Non-bootstrap build.

 tycho.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index ae53548..3aa466e 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,5 +1,5 @@
 %global eclipsedir %{_libdir}/eclipse
-%global bootstrap 1
+%global bootstrap 0
 
 %if %{bootstrap}
 %global snap -SNAPSHOT
@@ -9,7 +9,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
@@ -191,6 +191,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed May 23 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-4
+- Non-bootstrap build.
+
 * Thu May 17 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-3.1
 - Set BREE to be at least JavaSE-1.6 for Eclipse OSGi bundles.
 


More information about the java-sig-commits mailing list