[tycho] fedoraproject-p2: Fix for bundles containing underscores

Mat Booth mbooth at fedoraproject.org
Thu Dec 11 11:58:59 UTC 2014


commit 8ccdc7318df1d814a5b54d0e1163d07e91c874bf
Author: Mat Booth <mat.booth at redhat.com>
Date:   Thu Dec 11 11:58:51 2014 +0000

    fedoraproject-p2: Fix for bundles containing underscores

 sources    |    2 +-
 tycho.spec |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 760127c..566bbc3 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-60b8f23fb8c5c3eb8681d5ad29bbef92  fedoraproject-p2-1497af.tar.xz
+e911bbbfcbf3771be70620d4de991ffa  fedoraproject-p2-3d4a0c.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 1519fc8..de3cb17 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -15,7 +15,7 @@
 # %%global snap -SNAPSHOT
 %global snap %{nil}
 
-%global fp_p2_sha 1497af
+%global fp_p2_sha 3d4a0c
 %global fp_p2_version 0.0.1
 %global fp_p2_snap -SNAPSHOT
 
@@ -23,7 +23,7 @@
 
 Name:           tycho
 Version:        0.22.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -409,6 +409,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/li
 %{_javadocdir}/tycho
 
 %changelog
+* Thu Dec 11 2014 Mat Booth <mat.booth at redhat.com> - 0.22.0-7
+- fedoraproject-p2: Fix for bundles containing underscores
+
 * Wed Dec 10 2014 Mat Booth <mat.booth at redhat.com> - 0.22.0-6
 - fedoraproject-p2: Update to latest snapshot
 


More information about the scm-commits mailing list