From 72e8f7d01d16c03eaf251ef5e1c3c411bc46d559 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Aug 27 2014 20:11:14 +0000 Subject: Update fedoraproject-p2 project. - fedoraproject-p2: Fix issues with creation of feature IUs. - fedoraproject-p2: Fix jar corruption bug. --- diff --git a/sources b/sources index 0a69758..f7493c0 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 127267aa75abd86df6815bcbd7f2492d tycho-0.21.0.tar.bz2 8303bf4c107a219ce0c916bb692046f6 eclipse-bootstrap.tar.xz -752393aea988286976061dffcff57fb1 fedoraproject-p2-06155b.tar.xz +b77555821c803592ab4b13b06f38280c fedoraproject-p2-9a9a6e.tar.xz diff --git a/tycho.spec b/tycho.spec index a7d966d..dfb7ef6 100644 --- a/tycho.spec +++ b/tycho.spec @@ -6,16 +6,16 @@ # This basically uses javac + xmvn to build only the Tycho components # required to perform a full Tycho build # Most common usage : A library (in Fedora) used by Tycho's runtime broke API -%global tycho_bootstrap 0 +%global tycho_bootstrap 1 # Set 'eclipse_bootstrap' if Eclipse from buildroot cannot help build Tycho # This basically provides a location for usage of pre-bundled Eclipse # Possible uses : Need to build Tycho before Eclipse in fresh buildroot -%global eclipse_bootstrap 0 +%global eclipse_bootstrap 1 # When building version under development (non-release) # %%global snap -SNAPSHOT %global snap %{nil} -%global fp_p2_sha 06155b +%global fp_p2_sha 9a9a6e %global fp_p2_version 0.0.1 %global fp_p2_snap -SNAPSHOT @@ -23,7 +23,7 @@ Name: tycho Version: 0.21.0 -Release: 2%{?dist} +Release: 2.1%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -368,6 +368,10 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati %{_javadocdir}/%{name} %changelog +* Wed Aug 27 2014 Roland Grunberg - 0.21.0-2.1 +- fedoraproject-p2: Fix issues with creation of feature IUs. +- fedoraproject-p2: Fix jar corruption bug. + * Thu Aug 21 2014 Roland Grunberg - 0.21.0-2 - Integrate fedoraproject-p2 into Tycho.