Update to latest upstream release 2.10.0
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
This commit is contained in:
parent
4cd02249c5
commit
5f6500d248
@ -1,10 +1,10 @@
|
||||
Name: jackson-core
|
||||
Version: 2.9.9
|
||||
Version: 2.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Core part of Jackson
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-core/
|
||||
Source0: https://github.com/FasterXML/jackson-core/archive/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/FasterXML/jackson-core
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
@ -33,6 +33,8 @@ This package contains API documentation for %{name}.
|
||||
|
||||
# Remove plugins unnecessary for RPM builds
|
||||
%pom_remove_plugin ":maven-enforcer-plugin"
|
||||
%pom_remove_plugin "org.jacoco:jacoco-maven-plugin"
|
||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||
|
||||
cp -p src/main/resources/META-INF/LICENSE .
|
||||
cp -p src/main/resources/META-INF/NOTICE .
|
||||
@ -54,6 +56,9 @@ sed -i 's/\r//' LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Oct 3 2019 Alexander Scheel <ascheel@redhat.com> - 2.10.0-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Thu Sep 12 2019 Alexander Scheel <ascheel@redhat.com> - 2.9.9-1
|
||||
- Update to latest upstream release
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-core-2.9.9.tar.gz) = a9c3c6f65ddf1d5f7c24b1b41db120e66821b5f29cad63bdd37d38659cfd711aad72c06ed8231c045fdbc7d11dc0310264c736258e4fa283eccf4bd688385fbc
|
||||
SHA512 (jackson-core-2.10.0.tar.gz) = d1d90df0f27c425bc8e92a34e2f233240954b8538de4b96a3ba642747358732add744e462f76b600664d35490323d8ac0eb2d543e84ffcb03c240d46f32cbad8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user