diff --git a/tycho.spec b/tycho.spec index 08d6003..ffee8f7 100644 --- a/tycho.spec +++ b/tycho.spec @@ -1,6 +1,6 @@ # Bootstrap build # Set this if Tycho and Eclipse are not in buildroot -%global bootstrap 1 +%global bootstrap 0 # When building version under development (non-release) %global snap -SNAPSHOT @@ -8,7 +8,7 @@ Name: tycho Version: 0.17.0 -Release: 0.10.git3351b1%{?dist} +Release: 0.11.git3351b1%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -267,6 +267,9 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar %{_javadocdir}/%{name} %changelog +* Mon Mar 18 2013 Roland Grunberg 0.17.0-0.11.git3351b1 +- Non-bootstrap build. + * Mon Mar 18 2013 Krzysztof Daniel 0.17.0-0.10.git3351b1 - Merge mizdebsk patch with existing custom resolver patch.