Hello community,

here is the log from the commit of package schemaspy for openSUSE:Factory 
checked in at 2017-09-23 21:32:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/schemaspy (Old)
 and      /work/SRC/openSUSE:Factory/.schemaspy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "schemaspy"

Sat Sep 23 21:32:54 2017 rev:4 rq:527467 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/schemaspy/schemaspy.changes      2017-05-27 
13:16:21.772488338 +0200
+++ /work/SRC/openSUSE:Factory/.schemaspy.new/schemaspy.changes 2017-09-23 
21:32:57.844975091 +0200
@@ -1,0 +2,5 @@
+Wed Sep 20 07:25:39 UTC 2017 - [email protected]
+
+- Fix build with jdk9: specify java source and target level 1.6
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ schemaspy.spec ++++++
--- /var/tmp/diff_new_pack.RWGOSn/_old  2017-09-23 21:32:59.600728175 +0200
+++ /var/tmp/diff_new_pack.RWGOSn/_new  2017-09-23 21:32:59.604727612 +0200
@@ -59,7 +59,7 @@
 
 %build
 mkdir classes
-javac -source 1.5 -target 1.5 -d classes `find net -name '*.java' -print`
+javac -source 1.6 -target 1.6 -d classes `find net -name '*.java' -print`
 jar cf %{name}-%{version}.jar META-INF/MANIFEST.MF *.* images -C classes . 
`find net -name '*.properties'`
 
 %install



Reply via email to