Update to upstream version 1.6.0
This commit is contained in:
parent
a41b807b1e
commit
2d062aca5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/noarch
|
||||
/.build-*.log
|
||||
/*.src.rpm
|
||||
/org.apache.felix.utils-1.6.0-source-release.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user