diff --git a/jackson-core.spec b/jackson-core.spec index a7a7d1c..7c985a2 100644 --- a/jackson-core.spec +++ b/jackson-core.spec @@ -1,6 +1,6 @@ Name: jackson-core Version: 2.9.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Core part of Jackson License: ASL 2.0 URL: https://github.com/FasterXML/jackson-core/ @@ -11,6 +11,11 @@ BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version} BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +%ifarch %{arm} +# Speed up builds on 32bit arm in case we get such a builder +BuildRequires: java-1.8.0-openjdk-aarch32-devel +%endif + BuildArch: noarch %description @@ -49,6 +54,9 @@ sed -i 's/\r//' LICENSE NOTICE %license LICENSE NOTICE %changelog +* Thu Jun 06 2019 Mat Booth - 2.9.8-2 +- Speed up builds on 32bit arm + * Wed Feb 06 2019 Mat Booth - 2.9.8-1 - Update to latest upstream release