Hello community,

here is the log from the commit of package bsf for openSUSE:Factory checked in 
at 2018-07-24 17:31:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bsf (Old)
 and      /work/SRC/openSUSE:Factory/.bsf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bsf"

Tue Jul 24 17:31:28 2018 rev:27 rq:620774 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bsf/bsf.changes  2017-12-29 18:49:45.824641835 
+0100
+++ /work/SRC/openSUSE:Factory/.bsf.new/bsf.changes     2018-07-24 
17:31:29.715994515 +0200
@@ -1,0 +2,9 @@
+Wed May 16 05:52:07 UTC 2018 - [email protected]
+
+- Build with source and target 8 to anticipate a possible removal
+  of 1.6 compatibility
+- Modified patch:
+  * build.properties.patch
+    + specify source level 8
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bsf.spec ++++++
--- /var/tmp/diff_new_pack.nDVusm/_old  2018-07-24 17:31:30.419995404 +0200
+++ /var/tmp/diff_new_pack.nDVusm/_new  2018-07-24 17:31:30.423995410 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsf
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 BuildRequires:  ant
 BuildRequires:  apache-commons-logging
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  rhino
@@ -93,7 +93,7 @@
 %build
 mkdir -p lib
 build-jar-repository -s -p lib apache-commons-logging rhino xalan-j2
-%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadocs
+%{ant} -Dant.build.javac.source=8 -Dant.build.javac.target=8 jar javadocs
 
 %install
 # jar


++++++ build.properties.patch ++++++
--- /var/tmp/diff_new_pack.nDVusm/_old  2018-07-24 17:31:30.495995500 +0200
+++ /var/tmp/diff_new_pack.nDVusm/_new  2018-07-24 17:31:30.499995506 +0200
@@ -35,7 +35,7 @@
 +    <property name="site.dest" location="docs"/>
 +    <property name="site.projectFile" value="stylesheets/project.xml"/>
 +
-+    <property name="source.level" value="1.6" />
++    <property name="source.level" value="8" />
 +
 +    <property name="src.dir" value="src"/>
 +


Reply via email to