Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tesla-polyglot for openSUSE:Factory checked in at 2021-01-18 14:39:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tesla-polyglot (Old) and /work/SRC/openSUSE:Factory/.tesla-polyglot.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tesla-polyglot" Mon Jan 18 14:39:23 2021 rev:5 rq:864064 version:0.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/tesla-polyglot/tesla-polyglot.changes 2021-01-15 19:45:52.765990660 +0100 +++ /work/SRC/openSUSE:Factory/.tesla-polyglot.new.28504/tesla-polyglot.changes 2021-01-18 14:46:17.630062777 +0100 @@ -1,0 +2,7 @@ +Mon Jan 18 07:30:44 UTC 2021 - Fridrich Strba <[email protected]> + +- Require jdk >= 1.8 for building +- Build always with source/target level 8, since the code contains + constructs that are 8+ only + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tesla-polyglot.spec ++++++ --- /var/tmp/diff_new_pack.ScvGvZ/_old 2021-01-18 14:46:18.270063742 +0100 +++ /var/tmp/diff_new_pack.ScvGvZ/_new 2021-01-18 14:46:18.274063748 +0100 @@ -30,6 +30,7 @@ Patch0: polyglot-snakeyaml-1.25.patch Patch1: pomless-tycho.patch BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(commons-beanutils:commons-beanutils) BuildRequires: mvn(org.apache.maven:maven-core) @@ -229,10 +230,13 @@ %if %{without bootstrap} -s \ %endif - -f -- -Dproject.build.sourceEncoding=UTF-8 \ + -f -- \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -Dmaven.compiler.release=8 + -Dmaven.compiler.release=8 \ %endif + -Dproject.build.sourceEncoding=UTF-8 \ + -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 \ + -Dsource=8 %install %mvn_install
