Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jwnl for openSUSE:Factory checked in at 2022-03-23 20:18:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jwnl (Old) and /work/SRC/openSUSE:Factory/.jwnl.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jwnl" Wed Mar 23 20:18:19 2022 rev:2 rq:964160 version:1.4~rc3 Changes: -------- --- /work/SRC/openSUSE:Factory/jwnl/jwnl.changes 2020-02-27 14:41:34.758557318 +0100 +++ /work/SRC/openSUSE:Factory/.jwnl.new.25692/jwnl.changes 2022-03-23 20:20:16.738527276 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 06:23:21 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jwnl.spec ++++++ --- /var/tmp/diff_new_pack.m0c1db/_old 2022-03-23 20:20:17.210527543 +0100 +++ /var/tmp/diff_new_pack.m0c1db/_new 2022-03-23 20:20:17.218527547 +0100 @@ -1,7 +1,7 @@ # # spec file for package jwnl # -# Copyright (c) 2020 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 @@ -30,6 +30,7 @@ # tar cJf jwnl-1.4-rc3.tar.xz jwnl-1.4-rc3 Source0: %{name}-%{base_version}-%{reltag}.tar.xz BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(commons-logging:commons-logging) BuildArch: noarch @@ -65,9 +66,9 @@ %{mvn_build} -f -- \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -Dmaven.compiler.release=6 \ + -Dmaven.compiler.release=8 \ %endif - -Dproject.build.sourceEncoding=UTF-8 + -Dsource=8 -Dproject.build.sourceEncoding=UTF-8 %install %mvn_install
