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

Roland Grunberg rgrunber at fedoraproject.org
Tue May 22 18:43:39 UTC 2012


commit c0ea585831852725bbcfebdf5cd7d697bf6c7481
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Tue May 22 14:24:13 2012 -0400

    Non-bootstrap build.

 tycho.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 6bc89a6..32da57c 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:        2.1%{?dist}
+Release:        3%{?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
+* Tue May 22 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