From e012ef783a64c43f7c54f17e08b59dcfe3480f70 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 20:47:28 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- tycho.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tycho.spec b/tycho.spec index 0c947a7..d5984b0 100644 --- a/tycho.spec +++ b/tycho.spec @@ -8,7 +8,7 @@ Name: tycho Version: 0.16.0 -Release: 20.1%{?dist} +Release: 21.1%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -259,6 +259,10 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar %{_javadocdir}/%{name} %changelog +* Wed Feb 06 2013 Java SIG - 0.16.0-21.1 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Wed Feb 6 2013 Roland Grunberg 0.16.0-20.1 - Change BR/R on maven to maven-local for XMvn support. - Build bootstrapped to fix missing Fedora Maven class.