import jackson-jaxrs-providers-2.14.1-2.el9

This commit is contained in:
CentOS Sources 2023-03-28 10:32:04 +00:00 committed by Stepan Oksanichenko
parent a881d37195
commit 6fcbe2b47d
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jackson-jaxrs-providers-2.11.4.tar.gz
SOURCES/jackson-jaxrs-providers-2.14.1.tar.gz

View File

@ -1 +1 @@
b4a339ad5186fc51baf3e5ab348ec37dd3175bbe SOURCES/jackson-jaxrs-providers-2.11.4.tar.gz
bb9ccf74b89240bd497d323357e8b9f205d24a26 SOURCES/jackson-jaxrs-providers-2.14.1.tar.gz

View File

@ -1,10 +1,10 @@
%bcond_without jp_minimal
Name: jackson-jaxrs-providers
Version: 2.11.4
Release: 7%{?dist}
Version: 2.14.1
Release: 2%{?dist}
Summary: Jackson JAX-RS providers
License: ASL 2.0
License: Apache-2.0
URL: https://github.com/FasterXML/jackson-jaxrs-providers
Source0: %{url}/archive/%{name}-%{version}.tar.gz
@ -141,6 +141,7 @@ cp -p xml/src/main/resources/META-INF/NOTICE .
sed -i 's/\r//' LICENSE NOTICE
%pom_remove_plugin -r :moditect-maven-plugin
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
# Disable jar with no-meta-inf-services classifier, breaks build
%pom_remove_plugin :maven-jar-plugin cbor
@ -204,6 +205,10 @@ rm json/src/test/java/com/fasterxml/jackson/jaxrs/json/resteasy/RestEasyProvider
%license LICENSE NOTICE
%changelog
* Wed Nov 23 2022 Chris Kelley <ckelley@redhat.com> - 2.14.1-1
- Update to version 2.14.1
- Resolves: #2070122
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.11.4-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688