From 1c662987514143edf27aae9e54d1f53e371e7380 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Wed, 3 Sep 2014 14:45:01 -0400 Subject: [PATCH] fedoraproject-p2: Do not regenerate IU metadata on every query. --- sources | 2 +- tycho.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index f7493c0..57762b3 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 127267aa75abd86df6815bcbd7f2492d tycho-0.21.0.tar.bz2 8303bf4c107a219ce0c916bb692046f6 eclipse-bootstrap.tar.xz -b77555821c803592ab4b13b06f38280c fedoraproject-p2-9a9a6e.tar.xz +104c74837e6296a95989dd8fcbfdf2ee fedoraproject-p2-962aa8.tar.xz diff --git a/tycho.spec b/tycho.spec index 9dbfd7e..b5ec51a 100644 --- a/tycho.spec +++ b/tycho.spec @@ -15,7 +15,7 @@ # %%global snap -SNAPSHOT %global snap %{nil} -%global fp_p2_sha 9a9a6e +%global fp_p2_sha 962aa8 %global fp_p2_version 0.0.1 %global fp_p2_snap -SNAPSHOT @@ -23,7 +23,7 @@ Name: tycho Version: 0.21.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -368,6 +368,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati %{_javadocdir}/%{name} %changelog +* Wed Sep 03 2014 Roland Grunberg - 0.21.0-4 +- fedoraproject-p2: Do not regenerate IU metadata on every query. + * Thu Aug 28 2014 Mat Booth - 0.21.0-3 - Perform non-bootstrap build - Update running-env-only patch