update to version 2.10.0
This commit is contained in:
parent
06013c7705
commit
80979772ee
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,2 +1,5 @@
|
||||
/jackson-modules-base-*.tar.gz
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/jackson-modules-base-2.9.8.tar.gz
|
||||
/jackson-modules-base-2.10.0.tar.gz
|
||||
|
@ -1,12 +1,13 @@
|
||||
%bcond_with jp_minimal
|
||||
|
||||
Name: jackson-modules-base
|
||||
Version: 2.9.8
|
||||
Release: 3%{?dist}
|
||||
Version: 2.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Jackson modules: Base
|
||||
License: ASL 2.0
|
||||
|
||||
URL: https://github.com/FasterXML/jackson-modules-base
|
||||
Source0: https://github.com/FasterXML/jackson-modules-base/archive/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(cglib:cglib)
|
||||
@ -19,9 +20,12 @@ BuildRequires: mvn(com.google.inject:guice)
|
||||
%if %{without jp_minimal}
|
||||
BuildRequires: mvn(com.thoughtworks.paranamer:paranamer)
|
||||
%endif
|
||||
# xmvn-builddep misses this one:
|
||||
BuildRequires: mvn(jakarta.activation:jakarta.activation-api)
|
||||
BuildRequires: mvn(javax.xml.bind:jaxb-api)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.glassfish.jaxb:jaxb-runtime)
|
||||
BuildRequires: mvn(org.mockito:mockito-all)
|
||||
BuildRequires: mvn(org.osgi:osgi.core)
|
||||
BuildRequires: mvn(org.ow2.asm:asm)
|
||||
@ -96,6 +100,12 @@ This package contains API documentation for %{name}.
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
# no need for Java 9 module stuff
|
||||
%pom_remove_plugin -r :moditect-maven-plugin
|
||||
|
||||
# move to "old" glassfish-jaxb-api artifactId
|
||||
%pom_change_dep -r jakarta.xml.bind:jakarta.xml.bind-api javax.xml.bind:jaxb-api
|
||||
|
||||
# Disable bundling of asm
|
||||
%pom_remove_plugin ":maven-shade-plugin" afterburner mrbean paranamer
|
||||
%pom_xpath_remove "pom:properties/pom:osgi.private" mrbean paranamer
|
||||
@ -170,6 +180,9 @@ rm osgi/src/test/java/com/fasterxml/jackson/module/osgi/InjectOsgiServiceTest.ja
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Oct 08 2019 Fabio Valentini <decathorpe@gmail.com> - 2.10.0-1
|
||||
- Update to version 2.10.0.
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-modules-base-2.9.8.tar.gz) = 1a87f2aa3ff6da963225bd37de8535d39b4ca524cfecc69061bdcba5e59e2617d9d977602b86dfe1d33916b5bfe0bb3921c33bf3da8784f48c29bfc0a27a0d47
|
||||
SHA512 (jackson-modules-base-2.10.0.tar.gz) = cf0d38b9db84a5466336f2c67519b5f9a2353c5d93776985916ae1e16d8e364aee4192b5fd77a7ebf8f76a89651acd77c929bfc47d283091b4501b7a4e4a8506
|
||||
|
Loading…
Reference in New Issue
Block a user