From bd663d055da67a80e8aa75c546aa89004670759e Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 15 Aug 2023 10:22:09 +0200 Subject: [PATCH] Build with default JDK 17 --- jsoup.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jsoup.spec b/jsoup.spec index 640b332..2f39c35 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -2,7 +2,7 @@ Name: jsoup Version: 1.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java library for working with real-world HTML License: MIT URL: https://jsoup.org/ @@ -15,9 +15,9 @@ Source0: %{name}-%{version}.tar.gz Source1: generate-tarball.sh %if %{with bootstrap} -BuildRequires: javapackages-bootstrap-openjdk8 +BuildRequires: javapackages-bootstrap %else -BuildRequires: maven-local-openjdk8 +BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) %endif @@ -65,6 +65,9 @@ tree. %license LICENSE %changelog +* Tue Aug 15 2023 Mikolaj Izdebski - 1.16.1-2 +- Build with default JDK 17 + * Mon Jul 24 2023 Marian Koncek - 1.16.1-1 - Unretire with version 1.16.1