Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package javaparser for openSUSE:Factory checked in at 2023-10-26 17:14:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/javaparser (Old) and /work/SRC/openSUSE:Factory/.javaparser.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "javaparser" Thu Oct 26 17:14:20 2023 rev:11 rq:1120418 version:3.25.5 Changes: -------- --- /work/SRC/openSUSE:Factory/javaparser/javaparser.changes 2023-09-11 21:26:50.555341758 +0200 +++ /work/SRC/openSUSE:Factory/.javaparser.new.24901/javaparser.changes 2023-10-26 17:15:29.970649920 +0200 @@ -1,0 +2,5 @@ +Thu Oct 26 04:44:28 UTC 2023 - Fridrich Strba <[email protected]> + +- Avoid incompatibilities in jdk 21 by building with release 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ javaparser.spec ++++++ --- /var/tmp/diff_new_pack.aU6TOf/_old 2023-10-26 17:15:30.678675923 +0200 +++ /var/tmp/diff_new_pack.aU6TOf/_new 2023-10-26 17:15:30.678675923 +0200 @@ -25,6 +25,7 @@ URL: https://javaparser.org Source0: https://github.com/javaparser/javaparser/archive/%{name}-parent-%{version}.tar.gz BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(biz.aQute.bnd:bnd-maven-plugin) BuildRequires: mvn(javax.annotation:javax.annotation-api) @@ -94,6 +95,9 @@ %build %{mvn_build} -f -- \ -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ +%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} + -Dmaven.compiler.release=8 \ +%endif -Dsource=8 %install
