From 1f8d8b793be0ed287762e69e1cbc5597e9aa5964 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Thu, 23 Apr 2015 11:35:07 +0100 Subject: [PATCH] fedoraproject-p2: Add support for archful dropins --- sources | 2 +- tycho.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 9114ca3..0f48a58 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -3e4142a55d2dea2923094b5ebb70dd22 fedoraproject-p2-cd76c6.tar.xz +2cfc11196f68212dbaf9e6eb364c4a98 fedoraproject-p2-7a5a01.tar.xz d7ee912e8da240c8d87892ed876960ae org.eclipse.tycho-tycho-0.22.0.tar.bz2 c600a5115f29962c974b75b4b25e74f1 eclipse-bootstrap.tar.xz diff --git a/tycho.spec b/tycho.spec index 4cd1a87..d989744 100644 --- a/tycho.spec +++ b/tycho.spec @@ -17,7 +17,7 @@ # %%global snap -SNAPSHOT %global snap %{nil} -%global fp_p2_sha cd76c6 +%global fp_p2_sha 7a5a01 %global fp_p2_version 0.0.1 %global fp_p2_snap -SNAPSHOT @@ -25,7 +25,7 @@ Name: %{?scl_prefix}tycho Version: 0.22.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -429,6 +429,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/li %{_javadocdir}/tycho %changelog +* Thu Apr 23 2015 Mat Booth - 0.22.0-15 +- fedoraproject-p2: Add support for archful dropins + * Mon Apr 20 2015 Roland Grunberg - 0.22.0-14 - Handle possible changes to metadata namespace (ns[0-9]).