Update to upstream version 1.6.0

This commit is contained in:
Michael Simacek 2015-01-27 16:06:40 +01:00
parent a41b807b1e
commit 2d062aca5b
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/noarch
/.build-*.log
/*.src.rpm
/org.apache.felix.utils-1.6.0-source-release.tar.gz

View File

@ -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 <msimacek@redhat.com> - 1.6.0-1
- Update to upstream version 1.6.0
* Tue Jan 27 2015 Mat Booth <mat.booth@redhat.com> - 1.4.0-1
- Update to upstream 1.4.0 release
- Re-enable tests

View File

@ -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