From 2d062aca5bbd35eeeafdba97efc6032b69c8444e Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Tue, 27 Jan 2015 16:06:40 +0100 Subject: [PATCH] Update to upstream version 1.6.0 --- .gitignore | 1 + felix-utils.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a2e821a..d6acc39 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /noarch /.build-*.log /*.src.rpm +/org.apache.felix.utils-1.6.0-source-release.tar.gz diff --git a/felix-utils.spec b/felix-utils.spec index bc42281..4dcd8b2 100644 --- a/felix-utils.spec +++ b/felix-utils.spec @@ -1,12 +1,12 @@ %global bundle org.apache.felix.utils Name: felix-utils -Version: 1.4.0 +Version: 1.6.0 Release: 1%{?dist} Summary: Utility classes for OSGi License: ASL 2.0 URL: http://felix.apache.org -Source0: http://archive.apache.org/dist/felix/%{bundle}-%{version}-source-release.tar.gz +Source0: http://repo1.maven.org/maven2/org/apache/felix/%{bundle}/%{version}/%{bundle}-%{version}-source-release.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ This package contains the API documentation for %{name}. %prep %setup -q -n %{bundle}-%{version} -# Remove compiler plugin so default target of 1.5 is used +# Remove compiler plugin so default target is used instead of 1.5 %pom_remove_plugin :maven-compiler-plugin # Remove rat plugin that is not in Fedora %pom_remove_plugin org.codehaus.mojo:rat-maven-plugin @@ -48,6 +48,9 @@ This package contains the API documentation for %{name}. %doc LICENSE NOTICE %changelog +* Tue Jan 27 2015 Michael Simacek - 1.6.0-1 +- Update to upstream version 1.6.0 + * Tue Jan 27 2015 Mat Booth - 1.4.0-1 - Update to upstream 1.4.0 release - Re-enable tests diff --git a/sources b/sources index 1bf2805..65bec12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2dd38bea2fb31d30a8d054bd5373c496 org.apache.felix.utils-1.4.0-source-release.tar.gz +09bc644f9357f5f62ce4328ffbe66244 org.apache.felix.utils-1.6.0-source-release.tar.gz