From d9772a066b7ad74f8a8b84be91f5c076d328ab3a Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Thu, 9 Oct 2014 20:59:38 +0100 Subject: [PATCH] fedoraproject-p2: Fix incorrect metadata generation bugs --- sources | 2 +- tycho.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 3c37901..6b8fd6f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -b9defc01b3e31dd6b1af92431c1502b2 fedoraproject-p2-d7d453b.tar.xz +d161fe939ac7b482269c0b1e10f089df fedoraproject-p2-621c4a0.tar.xz 127267aa75abd86df6815bcbd7f2492d tycho-0.21.0.tar.bz2 8303bf4c107a219ce0c916bb692046f6 eclipse-bootstrap.tar.xz diff --git a/tycho.spec b/tycho.spec index c678394..bc0ac2d 100644 --- a/tycho.spec +++ b/tycho.spec @@ -15,7 +15,7 @@ # %%global snap -SNAPSHOT %global snap %{nil} -%global fp_p2_sha d7d453b +%global fp_p2_sha 621c4a0 %global fp_p2_version 0.0.1 %global fp_p2_snap -SNAPSHOT @@ -23,7 +23,7 @@ Name: tycho Version: 0.21.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -413,6 +413,9 @@ ln -s %{_javadir}/%{name}/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/ %{_javadocdir}/%{name} %changelog +* Thu Oct 09 2014 Mat Booth - 0.21.0-17 +- fedoraproject-p2: Fix incorrect metadata generation bugs + * Tue Oct 07 2014 Mat Booth - 0.21.0-16 - fedoraproject-p2: Update to latest snapshot