Hello community, here is the log from the commit of package bsh2 for openSUSE:Factory checked in at 2018-07-24 17:31:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsh2 (Old) and /work/SRC/openSUSE:Factory/.bsh2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsh2" Tue Jul 24 17:31:39 2018 rev:32 rq:620776 version:2.0.0.b6 Changes: -------- --- /work/SRC/openSUSE:Factory/bsh2/bsh2.changes 2017-09-27 16:49:13.234838589 +0200 +++ /work/SRC/openSUSE:Factory/.bsh2.new/bsh2.changes 2018-07-24 17:31:40.944008687 +0200 @@ -1,0 +2,8 @@ +Wed May 16 07:29:15 UTC 2018 - [email protected] + +- Modified patch: + * beanshell-2.0b6-target.patch + + Build with source and target 8 to prepare for a possible + removal of 1.6 compatibility + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsh2.spec ++++++ --- /var/tmp/diff_new_pack.tvRhxr/_old 2018-07-24 17:31:41.728009677 +0200 +++ /var/tmp/diff_new_pack.tvRhxr/_new 2018-07-24 17:31:41.728009677 +0200 @@ -1,7 +1,7 @@ # # spec file for package bsh2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2000-2008, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -23,7 +23,7 @@ Version: 2.0.0.b6 Release: 0 Summary: Lightweight Scripting for Java (BeanShell Version 2.x) -License: SPL-1.0 OR LGPL-2.0+ +License: SPL-1.0 OR LGPL-2.0-or-later Group: Development/Libraries/Java Url: http://www.beanshell.org/ Source0: https://github.com/beanshell/beanshell/archive/%{fversion}.tar.gz @@ -52,7 +52,7 @@ BuildRequires: bsf-javadoc BuildRequires: fdupes # Disable this one whenever the javadoc build is fixed for jdk9 -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javacc3 # Needed for maven conversions BuildRequires: javapackages-local @@ -150,7 +150,7 @@ %build build-jar-repository -s -p lib asm/asm bsf javacc3 servlet pushd engine/javax-src/ -javac -cp $(build-classpath servlet) -source 1.6 -target 1.6 $(find . -name "*.java") +javac -cp $(build-classpath servlet) -source 8 -target 8 $(find . -name "*.java") jar cf ../../lib/javaxscript.jar $(find . -name "*.class" -o -name "*.html") popd # set VERSION ++++++ beanshell-2.0b6-target.patch ++++++ --- /var/tmp/diff_new_pack.tvRhxr/_old 2018-07-24 17:31:41.760009717 +0200 +++ /var/tmp/diff_new_pack.tvRhxr/_new 2018-07-24 17:31:41.760009717 +0200 @@ -6,7 +6,7 @@ debug="on" - target="1.5" + source="1.6" -+ target="1.6" ++ target="8" includes="**/*.java" excludes="${excludes},**/bak/**" > @@ -15,7 +15,7 @@ author="true" version="true" - source="1.5" -+ source="1.6" ++ source="8" use="true" windowtitle="BeanShell ${version}" doctitle="<h1>BeanShell ${version}<h1>"
