Update to upstream version 1.8.6
This commit is contained in:
parent
c8631676d6
commit
b9e39109e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/org.apache.felix.utils-1.6.0-source-release.tar.gz
|
||||
/org.apache.felix.utils-1.8.0-source-release.tar.gz
|
||||
/org.apache.felix.utils-1.8.2-source-release.tar.gz
|
||||
/org.apache.felix.utils-1.8.6-source-release.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global bundle org.apache.felix.utils
|
||||
|
||||
Name: felix-utils
|
||||
Version: 1.8.2
|
||||
Release: 4%{?dist}
|
||||
Version: 1.8.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility classes for OSGi
|
||||
License: ASL 2.0
|
||||
URL: http://felix.apache.org
|
||||
@ -27,12 +27,7 @@ This package contains the API documentation for %{name}.
|
||||
%prep
|
||||
%setup -q -n %{bundle}-%{version}
|
||||
|
||||
# Remove compiler plugin so default target is used instead of 1.5
|
||||
%pom_remove_plugin :maven-compiler-plugin
|
||||
# We don't use source JARs
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
# Remove rat plugin that is not in Fedora
|
||||
%pom_remove_plugin org.codehaus.mojo:rat-maven-plugin
|
||||
%pom_remove_plugin :apache-rat-plugin
|
||||
|
||||
%mvn_file :%{bundle} "felix/%{bundle}"
|
||||
|
||||
@ -50,6 +45,9 @@ This package contains the API documentation for %{name}.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Jan 23 2017 Michael Simacek <msimacek@redhat.com> - 1.8.6-1
|
||||
- Update to upstream version 1.8.6
|
||||
|
||||
* Thu Oct 13 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.2-4
|
||||
- Remove build-dependency on maven-source-plugin
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
1b5fa7c0c867b882e079b566e7bc42ca org.apache.felix.utils-1.8.2-source-release.tar.gz
|
||||
SHA512 (org.apache.felix.utils-1.8.6-source-release.tar.gz) = e8802ab3f8bdd5f7af565bd946d5a8dface3869016b4ec4bc5fd5999dc2e018cd6945a01a48636ca26e091b27d82d59a18dc7e811f3bc9c8183dc4a468112d19
|
||||
|
||||
Loading…
Reference in New Issue
Block a user