From 5dda58919acabac59542c07dc82a06fbc68f5026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 1 Aug 2024 12:42:16 +0200 Subject: [PATCH] Set JDK version to 1.8 Resolves: RHEL-35364 --- ongres-stringprep.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ongres-stringprep.spec b/ongres-stringprep.spec index b1c844f..591bdb4 100644 --- a/ongres-stringprep.spec +++ b/ongres-stringprep.spec @@ -2,7 +2,7 @@ Name: ongres-%upstream_name Version: 1.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: RFC 3454 Preparation of Internationalized Strings in pure Java License: BSD-2-Clause AND Apache-2.0 URL: https://github.com/ongres/%upstream_name @@ -47,7 +47,7 @@ find \( -name '*.jar' -o -name '*.class' \) -delete %mvn_package com.ongres.stringprep:codegenerator __noinstall %build -%mvn_build +%mvn_build -- -Djava.version=1.8 %install %mvn_install @@ -59,6 +59,9 @@ find \( -name '*.jar' -o -name '*.class' \) -delete %license LICENSE %changelog +* Thu Aug 01 2024 Marián Konček - 1.1-14 +- Set JDK version to 1.8 + * Mon Jun 24 2024 Troy Dawson - 1.1-13 - Bump release for June 2024 mass rebuild