From 216abd0273b990cfe5aeccb6e1cfef4c6c40e0e3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 04:19:15 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- tycho.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tycho.spec b/tycho.spec index e284ec8..ed1fd27 100644 --- a/tycho.spec +++ b/tycho.spec @@ -19,7 +19,7 @@ Name: tycho Version: 0.20.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -341,6 +341,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati %{_javadocdir}/%{name} %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.20.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue Jun 3 2014 Mikolaj Izdebski - 0.20.0-11 - Skip intermediary build in non-bootstrap mode - Resolves: rhbz#1103839