Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package swtchart for openSUSE:Factory checked in at 2022-03-24 22:57:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swtchart (Old) and /work/SRC/openSUSE:Factory/.swtchart.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swtchart" Thu Mar 24 22:57:31 2022 rev:6 rq:964375 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/swtchart/swtchart.changes 2020-04-27 23:39:25.211645287 +0200 +++ /work/SRC/openSUSE:Factory/.swtchart.new.1900/swtchart.changes 2022-03-24 22:57:53.448244183 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 20:18:53 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source and target level 1.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swtchart.spec ++++++ --- /var/tmp/diff_new_pack.UFgLcN/_old 2022-03-24 22:57:53.948244666 +0100 +++ /var/tmp/diff_new_pack.UFgLcN/_new 2022-03-24 22:57:53.952244670 +0100 @@ -1,7 +1,7 @@ # # spec file for package swtchart # -# 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 @@ -28,7 +28,7 @@ BuildRequires: ant BuildRequires: eclipse-swt BuildRequires: fdupes -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: sed BuildRequires: unzip @@ -50,7 +50,7 @@ %build sed "s#SWTJAR#$(build-classpath swt)#g" <%{SOURCE1} >build.xml sed -i -e '/Classpath/d' org.swtchart/META-INF/MANIFEST.MF -%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 +%{ant} -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 %install mkdir -p %{buildroot}%{_javadir}
