From bee1dc23a836b10b6d5f26a5cc4e4e0d46da9164 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sat, 25 Jan 2020 14:40:08 +0100 Subject: [PATCH] Build with OpenJDK 8 --- apache-commons-codec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec index a53b0bc..22f64d0 100644 --- a/apache-commons-codec.spec +++ b/apache-commons-codec.spec @@ -1,6 +1,6 @@ Name: apache-commons-codec Version: 1.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementations of common encoders and decoders License: ASL 2.0 URL: http://commons.apache.org/codec/ @@ -11,7 +11,7 @@ Source0: https://archive.apache.org/dist/commons/codec/source/commons-cod # The author gives MIT in e-mail communication. Source1: aspell-mail.txt -BuildRequires: maven-local +BuildRequires: maven-local-openjdk8 BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-lang3) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) @@ -43,6 +43,9 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt %doc RELEASE-NOTES* %changelog +* Sat Jan 25 2020 Mikolaj Izdebski - 1.14-2 +- Build with OpenJDK 8 + * Wed Jan 22 2020 Marian Koncek - 1.14-1 - Update to upstream version 1.14