commit 44f2349702dbd4e9fd1675563f794487fa9fb268
Author: Mikolaj Izdebski <mizdebsk(a)redhat.com>
Date: Wed Jan 28 10:28:17 2015 +0100
fedoraproject-p2: Allow installation of bundles not built with tycho
sources | 2 +-
tycho.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 566bbc3..93e77d6 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-e911bbbfcbf3771be70620d4de991ffa fedoraproject-p2-3d4a0c.tar.xz
+b42b7d6e92a7971615a21e8c63624fe3 fedoraproject-p2-b1a848.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 bf918bf..04fc902 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -17,7 +17,7 @@
# %%global snap -SNAPSHOT
%global snap %{nil}
-%global fp_p2_sha 3d4a0c
+%global fp_p2_sha b1a848
%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: 8%{?dist}
+Release: 9%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@@ -427,6 +427,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/li
%{_javadocdir}/tycho
%changelog
+* Wed Jan 28 2015 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0.22.0-9
+- fedoraproject-p2: Allow installation of bundles not built with tycho
+
* Mon Jan 19 2015 Roland Grunberg <rgrunber(a)redhat.com> - 0.22.0-8
- Introduce basic SCL support.
- Minor changes for bootstrap build.