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

Roland Grunberg rgrunber at fedoraproject.org
Fri Feb 17 15:55:21 UTC 2012


commit 01b678250d5a7b1a378bdac61d057a8e0bacb5aa
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Thu Feb 16 14:38:20 2012 -0500

    Non-bootstrap build.

 tycho.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 8a067b4..bc14d1a 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,4 +1,4 @@
-%global bootstrap 1
+%global bootstrap 0
 
 %global e_osgi org.eclipse.osgi
 %global e_osgi_v 3.6.2.R36x_v20110210
@@ -18,7 +18,7 @@
 
 Name:           tycho
 Version:        0.14.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -239,6 +239,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Feb 16 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.0-4
+- Non-bootstrap build.
+
 * Tue Feb 14 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.0-3
 - Update to 0.14.0 upstream tag.
 


More information about the java-sig-commits mailing list