Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package uimaj for openSUSE:Factory checked in at 2022-03-23 20:18:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uimaj (Old) and /work/SRC/openSUSE:Factory/.uimaj.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uimaj" Wed Mar 23 20:18:59 2022 rev:3 rq:964279 version:2.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/uimaj/uimaj.changes 2022-02-23 19:07:10.727289842 +0100 +++ /work/SRC/openSUSE:Factory/.uimaj.new.25692/uimaj.changes 2022-03-23 20:20:46.498544113 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 12:11:56 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uimaj.spec ++++++ --- /var/tmp/diff_new_pack.yTZWZO/_old 2022-03-23 20:20:47.002544398 +0100 +++ /var/tmp/diff_new_pack.yTZWZO/_new 2022-03-23 20:20:47.006544400 +0100 @@ -26,6 +26,7 @@ Source0: http://archive.apache.org/dist/uima/%{name}-%{version}/%{name}-%{version}-source-release.zip Patch0: uimaj-2.8.1-jackson2.7.patch BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: unzip BuildRequires: mvn(ant-contrib:ant-contrib) @@ -137,7 +138,11 @@ %{mvn_package} :jcasgen-maven-plugin jcasgen-maven-plugin %build -%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 -Dsource=7 +%{mvn_build} -f -- \ +%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} + -Dmaven.compiler.release=8 \ +%endif + -Dsource=8 -Dproject.build.sourceEncoding=UTF-8 %install %mvn_install