diff --git a/.gitignore b/.gitignore index db2d70e..32dcc8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ felix-gogo-command-0.12.0-2.fc15.src.rpm /org.apache.felix.gogo.command-0.12.0-project.tar.gz +/org.apache.felix.gogo.command-0.14.0-project.tar.gz diff --git a/felix-gogo-command-pom.xml.patch b/felix-gogo-command-pom.xml.patch index de51166..abe6631 100644 --- a/felix-gogo-command-pom.xml.patch +++ b/felix-gogo-command-pom.xml.patch @@ -10,6 +10,6 @@ index 56797d8..d2a12b3 100644 - org.osgi.core + org.apache.felix + org.apache.felix.framework - 4.3.0 + 4.3.1 diff --git a/felix-gogo-command.spec b/felix-gogo-command.spec index 9ba3c5e..1391de1 100644 --- a/felix-gogo-command.spec +++ b/felix-gogo-command.spec @@ -1,14 +1,11 @@ -%global project felix %global bundle org.apache.felix.gogo.command -%global groupId org.apache.felix -%global artifactId %{bundle} %{!?scl:%global pkg_name %{name}} %{?scl:%scl_package %{project}-gogo-command} Name: %{?scl_prefix}%{project}-gogo-command -Version: 0.12.0 -Release: 11%{?dist} +Version: 0.14.0 +Release: 1%{?dist} Summary: Apache Felix Gogo Command Group: Development/Libraries @@ -28,7 +25,6 @@ BuildRequires: maven-local BuildRequires: maven-dependency-plugin BuildRequires: maven-surefire-plugin BuildRequires: maven-surefire-provider-junit -BuildRequires: jpackage-utils BuildRequires: maven-install-plugin BuildRequires: mockito @@ -52,13 +48,10 @@ Provides basic shell commands for Gogo. %package javadoc Group: Documentation Summary: Javadoc for %{pkg_name} -Requires: jpackage-utils %description javadoc API documentation for %{pkg_name}. -%global POM %{_mavenpomdir}/JPP.%{project}-%{bundle}.pom - %prep %setup -q -n %{bundle}-%{version} %patch0 -p1 @@ -77,6 +70,9 @@ API documentation for %{pkg_name}. %doc LICENSE %changelog +* Thu Jul 3 2014 Alexander Kurtakov 0.14.0-1 +- Update to 0.14.0. + * Sat Jun 07 2014 Fedora Release Engineering - 0.12.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 1eeecb5..d836e68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de755fb40d8512ba9ed261cbbcd077f3 org.apache.felix.gogo.command-0.12.0-project.tar.gz +85c51b1910a2197898e7b159fff6a6da org.apache.felix.gogo.command-0.14.0-project.tar.gz