update to version 2.10.1
This commit is contained in:
parent
83aee83ff2
commit
ae7eb99dc2
@ -1,17 +1,11 @@
|
||||
Name: jackson-annotations
|
||||
Version: 2.10.0
|
||||
Version: 2.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Core annotations for Jackson data processor
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-annotations
|
||||
|
||||
# The upstream release of jackson-annotations @ 2.10.0 was botched a couple
|
||||
# of times; this suffix is necessary to pull the latest, correct, non-SNAPSHOT
|
||||
# 2.10.0 release.
|
||||
#
|
||||
# See: https://github.com/FasterXML/jackson-annotations/releases
|
||||
%global relsuffix -try-3
|
||||
Source0: %{url}/archive/%{name}-%{version}%{relsuffix}.tar.gz
|
||||
URL: https://github.com/FasterXML/jackson-annotations
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
||||
@ -31,8 +25,10 @@ Summary: Javadoc for %{name}
|
||||
This package contains API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}%{relsuffix}
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||
%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin"
|
||||
|
||||
sed -i 's/\r//' LICENSE
|
||||
|
||||
@ -52,6 +48,9 @@ sed -i 's/\r//' LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Nov 13 2019 Fabio Valentini <decathorpe@gmail.com> - 2.10.1-1
|
||||
- Update to version 2.10.1.
|
||||
|
||||
* Thu Oct 3 2019 Alexander Scheel <ascheel@redhat.com> - 2.10.0-1
|
||||
- Update to latest upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-annotations-2.10.0-try-3.tar.gz) = a5549fbfd98a4be1cc59761f54670b52c5efee6e9ad2e53bdbb454cbd8a96fb8e566e9f22818919c3538ec7e66e48cbde06f49c3b1aa95886f0a9b091a90a5b6
|
||||
SHA512 (jackson-annotations-2.10.1.tar.gz) = 718a23dfafed8390bcaeb98a50504076fcbb2a6c0491366ec91eeac4203dfc3eb3722f27a287919361a9da6e9ca820f3794f64e4de098bcab59a7762e18009e8
|
||||
|
Loading…
Reference in New Issue
Block a user