Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scirenderer for openSUSE:Factory checked in at 2022-03-23 20:18:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scirenderer (Old) and /work/SRC/openSUSE:Factory/.scirenderer.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scirenderer" Wed Mar 23 20:18:53 2022 rev:5 rq:964263 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/scirenderer/scirenderer.changes 2017-09-23 21:33:09.839288292 +0200 +++ /work/SRC/openSUSE:Factory/.scirenderer.new.25692/scirenderer.changes 2022-03-23 20:20:41.934541531 +0100 @@ -1,0 +2,8 @@ +Wed Mar 23 11:29:54 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source and target levels 8 +- Added patch: + * scirenderer-1.1.0-nosourcetarget.patch + + Do not hardcode source and target levels + +------------------------------------------------------------------- New: ---- scirenderer-1.1.0-nosourcetarget.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scirenderer.spec ++++++ --- /var/tmp/diff_new_pack.rY0REo/_old 2022-03-23 20:20:42.358541771 +0100 +++ /var/tmp/diff_new_pack.rY0REo/_new 2022-03-23 20:20:42.362541772 +0100 @@ -1,7 +1,7 @@ # # spec file for package scirenderer # -# Copyright (c) 2017 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,19 +22,20 @@ Summary: A Java rendering library based on JoGL License: CECILL-2.0 Group: Development/Libraries/Java -Url: http://forge.scilab.org/index.php/p/scirenderer +URL: https://forge.scilab.org/index.php/p/scirenderer Source0: http://forge.scilab.org/index.php/p/scirenderer/downloads/get/%{name}-%{version}.tar.gz Patch0: %{name}-0000-jogl2.0.2.patch # PATCH-FIX-UPSTREAM scirenderer-fix-compilation-with-jogl-2.3.patch [email protected] -- Fix compilation with jogl 2.3.x Patch1: scirenderer-fix-compilation-with-jogl-2.3.patch Patch2: scirenderer-1.1.0-javadoc.patch +Patch3: scirenderer-1.1.0-nosourcetarget.patch BuildRequires: ant BuildRequires: fdupes -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: jlatexmath BuildRequires: jogl2 >= 2.3 BuildRequires: jpackage-utils -Requires: java +Requires: java >= 1.8 Requires: jpackage-utils BuildArch: noarch @@ -57,6 +58,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 # Update path according to the openSUSE tee scirenderer-libs.properties << EOF @@ -69,7 +71,9 @@ sed -i '/Class-Path/I d' build.xml %build -%{ant} jar doc +%{ant} \ + -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \ + jar doc %install install -Dm 644 jar/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar @@ -80,7 +84,8 @@ %files %{_javadir}/%{name}.jar -%doc README COPYING CHANGES +%license COPYING +%doc README CHANGES %files javadoc %{_javadocdir}/%{name} ++++++ scirenderer-1.1.0-nosourcetarget.patch ++++++ --- scirenderer-1.1.0/build.xml 2022-03-23 12:25:25.967651569 +0100 +++ scirenderer-1.1.0/build.xml 2022-03-23 12:26:14.571946135 +0100 @@ -82,8 +82,6 @@ verbose="off" listfiles="on" includeAntRuntime="no" - source="6" - target="6" > <compilerarg value="-Xlint"/> </javac> @@ -100,8 +98,6 @@ verbose="off" listfiles="on" includeAntRuntime="no" - source="6" - target="6" > <compilerarg value="-Xlint"/> </javac> @@ -126,8 +122,6 @@ verbose="off" listfiles="on" includeAntRuntime="no" - source="6" - target="6" > <classpath> <path refid="compile.classpath" /> @@ -149,7 +143,6 @@ <javadoc destdir="${doc.dir}" author="true" - source="6" version="true" use="true" windowtitle="SciRenderer API">
