Update to latest upstream release
This commit is contained in:
parent
be75638668
commit
25f89b1e4a
@ -1,6 +1,6 @@
|
||||
Name: jackson-modules-base
|
||||
Version: 2.9.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.9.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Jackson modules: Base
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-modules-base
|
||||
@ -44,8 +44,6 @@ injection to Guice when handling data bindings.
|
||||
|
||||
%package -n jackson-module-jaxb-annotations
|
||||
Summary: Support for using JAXB annotations as an alternative to "native" Jackson annotations
|
||||
# Obsoletes standalone jackson-module-jaxb-annotations since F28
|
||||
Obsoletes: jackson-module-jaxb-annotations < %{version}-%{release}
|
||||
|
||||
%description -n jackson-module-jaxb-annotations
|
||||
This Jackson extension module provides support for using JAXB (javax.xml.bind)
|
||||
@ -105,6 +103,8 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} .
|
||||
# This is provided by modern JREs
|
||||
%pom_remove_dep "javax.xml.bind:jaxb-api" jaxb
|
||||
|
||||
%mvn_file ":{*}" jackson-modules/@1
|
||||
|
||||
%build
|
||||
%mvn_build -s
|
||||
|
||||
@ -143,6 +143,9 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} .
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Wed Jan 24 2018 Mat Booth <mat.booth@redhat.com> - 2.9.4-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Tue Jan 23 2018 Mat Booth <mat.booth@redhat.com> - 2.9.3-2
|
||||
- Properly obsolete jackson-module-jaxb-annotations-javadoc package
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-modules-base-2.9.3.tar.gz) = 8f8100380cbf238237735902af524a694ae9941945550a2c43dbb36fb842fe34cc3523e59039de739490ee4a410f9e69847f15c3f729e133eb80e69f4f374555
|
||||
SHA512 (jackson-modules-base-2.9.4.tar.gz) = d5ea73f437fd07a1fff27231a7d850847efb00a3e8a255d10fb55faa3ed3246505ce8efd6f9ed00c315a944fbc2d6e645c52d31465746b0956bd096a1be1257c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user