Hello community, here is the log from the commit of package tiger-types for openSUSE:Factory checked in at 2019-11-26 16:56:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiger-types (Old) and /work/SRC/openSUSE:Factory/.tiger-types.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiger-types" Tue Nov 26 16:56:06 2019 rev:3 rq:750523 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/tiger-types/tiger-types.changes 2019-08-27 10:23:51.075929716 +0200 +++ /work/SRC/openSUSE:Factory/.tiger-types.new.26869/tiger-types.changes 2019-11-26 16:56:33.536163356 +0100 @@ -1,0 +2,7 @@ +Thu Nov 21 18:50:01 UTC 2019 - Fridrich Strba <[email protected]> + +- Use maven.compiler.release when building with JDK versions that + support it -> avoid 1.5 as source/target levels on JDKs that + do not support it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiger-types.spec ++++++ --- /var/tmp/diff_new_pack.Q7nFEa/_old 2019-11-26 16:56:34.040163189 +0100 +++ /var/tmp/diff_new_pack.Q7nFEa/_new 2019-11-26 16:56:34.044163188 +0100 @@ -1,7 +1,7 @@ # # spec file for package tiger-types # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,7 +76,10 @@ cp -p %{SOURCE1} LICENSE %build -%{mvn_build} -f -- -Dsource=1.6 +%{mvn_build} -f \ +%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} + -- -Dmaven.compiler.release=6 +%endif %install %mvn_install
