diff --git a/felix-gogo-shell.spec b/felix-gogo-shell.spec index 5c028e3..045be45 100644 --- a/felix-gogo-shell.spec +++ b/felix-gogo-shell.spec @@ -1,12 +1,12 @@ Name: felix-gogo-shell -Version: 0.10.0 -Release: 16%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Community OSGi R4 Service Platform Implementation - Basic Commands License: ASL 2.0 URL: http://felix.apache.org/site/apache-felix-gogo.html BuildArch: noarch -Source0: http://mirror.catn.com/pub/apache//felix/org.apache.felix.gogo.shell-0.10.0-project.tar.gz +Source0: http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.shell/%{version}/org.apache.felix.gogo.shell-%{version}-project.tar.gz # Changed GroupID from osgi to felix Patch0: %{name}-groupid.patch @@ -55,6 +55,9 @@ This package contains the API documentation for %{pkg_name}. %license LICENSE NOTICE %changelog +* Wed Feb 24 2016 Alexander Kurtakov 0.12.0-1 +- Update to 0.12.0. + * Wed Feb 03 2016 Fedora Release Engineering - 0.10.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/ignoreActivatorException.patch b/ignoreActivatorException.patch index aeabc7f..3174d43 100644 --- a/ignoreActivatorException.patch +++ b/ignoreActivatorException.patch @@ -1,14 +1,14 @@ Index: src/main/java/org/apache/felix/gogo/shell/Activator.java =================================================================== ---- src/main/java/org/apache/felix/gogo/shell/Activator.java (revision 1238398) -+++ src/main/java/org/apache/felix/gogo/shell/Activator.java (working copy) -@@ -74,6 +74,9 @@ - args = (args == null) ? "" : args; - session.execute("gosh --login " + args); - } -+ catch (InterruptedException e){ -+ // ignore -+ } - catch (Exception e) - { - Object loc = session.get(".location"); +--- src/main/java/org/apache/felix/gogo/shell/Activator.java.orig 2016-02-24 01:14:26.559422653 +0200 ++++ src/main/java/org/apache/felix/gogo/shell/Activator.java 2016-02-24 01:14:26.559422653 +0200 +@@ -178,6 +178,9 @@ public class Activator implements Bundle + args = (args == null) ? "" : args; + session.execute("gosh --login " + args); + } ++ catch (InterruptedException e){ ++ // ignore ++ } + catch (Exception e) + { + Object loc = session.get(".location"); diff --git a/sources b/sources index d2c7097..43d500a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f530f0009df4948b25c49cde14cb2a5 org.apache.felix.gogo.shell-0.10.0-project.tar.gz +65cdc414dde662827bcb82e7ae201af0 org.apache.felix.gogo.shell-0.12.0-project.tar.gz