Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jnr-ffi for openSUSE:Factory checked in at 2021-07-28 19:20:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jnr-ffi (Old) and /work/SRC/openSUSE:Factory/.jnr-ffi.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jnr-ffi" Wed Jul 28 19:20:03 2021 rev:3 rq:908798 version:2.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/jnr-ffi/jnr-ffi.changes 2021-07-10 00:03:03.826786739 +0200 +++ /work/SRC/openSUSE:Factory/.jnr-ffi.new.1899/jnr-ffi.changes 2021-07-28 19:21:04.767553705 +0200 @@ -1,0 +2,5 @@ +Wed Jul 28 07:37:15 UTC 2021 - Fridrich Strba <[email protected]> + +- Use -release only when building with java >= 9 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jnr-ffi.spec ++++++ --- /var/tmp/diff_new_pack.OMOPft/_old 2021-07-28 19:21:05.111553254 +0200 +++ /var/tmp/diff_new_pack.OMOPft/_new 2021-07-28 19:21:05.115553248 +0200 @@ -1,5 +1,5 @@ # -# spec file for package jnr-ffi +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -64,7 +64,11 @@ %pom_remove_plugin :maven-javadoc-plugin %build -%{mvn_build} -f -- -Dmaven.compiler.release=8 +%{mvn_build} -f -- \ +%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} + -Dmaven.compiler.release=8 \ +%endif + -Dsource=8 %install %mvn_install
