Hello community,
here is the log from the commit of package xml-commons for openSUSE:Factory
checked in at 2017-09-17 22:36:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xml-commons (Old)
and /work/SRC/openSUSE:Factory/.xml-commons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xml-commons"
Sun Sep 17 22:36:10 2017 rev:39 rq:526036 version:1.4.01
Changes:
--------
--- /work/SRC/openSUSE:Factory/xml-commons/xml-commons-apis-bootstrap.changes
2017-05-31 13:30:29.478025383 +0200
+++
/work/SRC/openSUSE:Factory/.xml-commons.new/xml-commons-apis-bootstrap.changes
2017-09-17 22:36:11.198725165 +0200
@@ -1,0 +2,5 @@
+Thu Sep 14 09:00:18 UTC 2017 - [email protected]
+
+- Fix build with javac that has OpenJDK compatible options
+
+-------------------------------------------------------------------
@@ -4 +9 @@
-- Add BuildRequires: javapackages-local (for maven conversions)
+- Add BuildRequires: javapackages-local (for maven conversions)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xml-commons-apis-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.pILqD0/_old 2017-09-17 22:36:12.922482813 +0200
+++ /var/tmp/diff_new_pack.pILqD0/_new 2017-09-17 22:36:12.930481689 +0200
@@ -140,7 +140,7 @@
#<<< end functions
# variables:
-COMPILER_COMMAND="javac -C -ftarget=1.4 -classpath "
+COMPILER_COMMAND="javac -source 1.5 -target 1.5 -classpath "
TARGET_DIR=`pwd`
CLASSPATH_ORIG="$CLASSPATH"
LIB_GCJ="`ls %{_javadir}/libgcj-*.jar`"