Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jaxodraw for openSUSE:Factory checked in at 2022-03-21 20:11:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jaxodraw (Old) and /work/SRC/openSUSE:Factory/.jaxodraw.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jaxodraw" Mon Mar 21 20:11:24 2022 rev:6 rq:963400 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jaxodraw/jaxodraw.changes 2019-09-11 10:42:00.619202775 +0200 +++ /work/SRC/openSUSE:Factory/.jaxodraw.new.25692/jaxodraw.changes 2022-03-21 20:11:33.636412366 +0100 @@ -1,0 +2,5 @@ +Mon Mar 21 05:11:55 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jaxodraw.spec ++++++ --- /var/tmp/diff_new_pack.XqyUmm/_old 2022-03-21 20:11:34.276413026 +0100 +++ /var/tmp/diff_new_pack.XqyUmm/_new 2022-03-21 20:11:34.280413029 +0100 @@ -1,7 +1,7 @@ # # spec file for package jaxodraw # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -23,7 +23,7 @@ Release: 0 Summary: A Java-based GUI for drawing Feynman diagrams # The xslt files in the manual are Apache-2.0 licensed, GPL-2.0+ for everything else -License: GPL-2.0-or-later AND Apache-2.0 +License: Apache-2.0 AND GPL-2.0-or-later Group: Productivity/Scientific/Physics URL: http://jaxodraw.sourceforge.net Source0: http://download.sourceforge.net/%{name}/%{name}-%{major}-%{minor}-src.tar.gz @@ -38,11 +38,11 @@ Patch0: jaxodraw-set-default-viewers.patch BuildRequires: ant BuildRequires: fdupes -BuildRequires: java-devel >= 1.7.0 +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-tools BuildRequires: update-desktop-files BuildRequires: tex(latex) -Requires: java >= 1.7.0 +Requires: java >= 1.8 Requires: javapackages-tools Recommends: %{name}-javadoc = %{version} Recommends: %{name}-latex @@ -82,9 +82,9 @@ Requires: texlive-pst-tools Requires: tex(latex) Requires(post): coreutils -Requires(posttrans): texlive -Requires(postun): coreutils -Requires(postun): texlive +Requires(posttrans):texlive +Requires(postun):coreutils +Requires(postun):texlive Requires(pre): texlive %description latex ++++++ build.xml ++++++ --- /var/tmp/diff_new_pack.XqyUmm/_old 2022-03-21 20:11:34.328413079 +0100 +++ /var/tmp/diff_new_pack.XqyUmm/_new 2022-03-21 20:11:34.336413087 +0100 @@ -165,8 +165,8 @@ nowarn="off" debug="true" deprecation="on" - source="1.6" - target="1.6" + source="1.8" + target="1.8" includeAntRuntime="no" sourcepath="${java.dir}" classpath="${java.class.path}" @@ -187,8 +187,8 @@ nowarn="off" debug="true" deprecation="on" - source="1.6" - target="1.6" + source="1.8" + target="1.8" includeAntRuntime="no" srcdir="${java.dir}" destdir="${build.dir}"> @@ -256,7 +256,7 @@ author="true" version="true" use="false" - source="1.6" + source="1.8" windowtitle="JaxoDraw API"> <doctitle><![CDATA[<h1>JaxoDraw</h1>]]></doctitle> <bottom><![CDATA[${javadoc.bottom}]]></bottom>