Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package super-csv for openSUSE:Factory checked in at 2022-03-24 22:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/super-csv (Old) and /work/SRC/openSUSE:Factory/.super-csv.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "super-csv" Thu Mar 24 22:57:23 2022 rev:4 rq:964364 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/super-csv/super-csv.changes 2021-06-07 22:44:39.416602303 +0200 +++ /work/SRC/openSUSE:Factory/.super-csv.new.1900/super-csv.changes 2022-03-24 22:57:46.608237580 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 19:12:58 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ super-csv.spec ++++++ --- /var/tmp/diff_new_pack.pH1UAk/_old 2022-03-24 22:57:47.228238178 +0100 +++ /var/tmp/diff_new_pack.pH1UAk/_new 2022-03-24 22:57:47.232238183 +0100 @@ -1,7 +1,7 @@ # # spec file for package super-csv # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ # PATCH-FIX-UPSTREAM https://github.com/super-csv/super-csv/pull/169 Patch0: jdk6.patch BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) @@ -72,7 +73,11 @@ %pom_disable_module %{name}-distribution %build -%{mvn_build} -f +%{mvn_build} -f -- \ +%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} + -Dmaven.compiler.release=8 \ +%endif + -Dsource=8 %install %mvn_install
