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

Roland Grunberg rgrunber at fedoraproject.org
Wed May 16 20:12:25 UTC 2012


commit 9ff3cfa8c5d204d234ec8c4c0510879c19d7b56e
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Wed May 16 13:53:54 2012 -0400

    Non-bootstrap build.

 tycho.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 1ecd5a5..6429d18 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:        2.1%{?dist}
+Release:        3%{?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 16 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-3
+- Non-bootstrap build.
+
 * Wed Apr 25 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-2.1
 - Implement a custom resolver when running in local mode.
 - Use upstream solution for BZ #372395 to fix the build.


More information about the java-sig-commits mailing list