diff --git a/SPECS/jsoup.spec b/SPECS/jsoup.spec index b14d700..07072bd 100644 --- a/SPECS/jsoup.spec +++ b/SPECS/jsoup.spec @@ -1,6 +1,6 @@ Name: jsoup Version: 1.12.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java library for working with real-world HTML License: MIT URL: http://jsoup.org/ @@ -11,7 +11,7 @@ Source0: %{name}-%{version}.tar.gz # The sources contain non-free scraped web pages as test data Source1: generate-tarball.sh -BuildRequires: maven-local +BuildRequires: maven-local-openjdk8 BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) %description @@ -53,6 +53,9 @@ jsoup will create a sensible parse tree. %license LICENSE %changelog +* Sat Jan 25 2020 Mikolaj Izdebski - 1.12.1-3 +- Build with OpenJDK 8 + * Tue Nov 05 2019 Mikolaj Izdebski - 1.12.1-2 - Mass rebuild for javapackages-tools 201902