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

Roland Grunberg rgrunber at fedoraproject.org
Fri Feb 10 03:39:51 UTC 2012


commit 989e61a9f9044174d1ac6a40429b7c6248848062
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Thu Feb 9 14:37:19 2012 -0500

    Non-bootstrap build.

 tycho.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 2b905ef..1d4bf9b 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,4 +1,4 @@
-%global bootstrap 1
+%global bootstrap 0
 
 %global sha1 6391f1dafb35cbef48753e89c743ee9664a1c79d
 
@@ -19,7 +19,7 @@
 
 Name:           tycho
 Version:        0.14.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -235,6 +235,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Feb 9 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.0-2
+- Non-bootstrap build.
+
 * Wed Feb 01 2012 Roland Grunberg <rgrunber at redhat.com> - 0.14.0-1
 - Update to 0.14.0.
 


More information about the java-sig-commits mailing list