commit schemaspy for openSUSE:Factory

2017-09-23 Thread root
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 - fst...@suse.com
+
+- 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





commit schemaspy for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package schemaspy for openSUSE:Factory 
checked in at 2017-05-27 13:16:15

Comparing /work/SRC/openSUSE:Factory/schemaspy (Old)
 and  /work/SRC/openSUSE:Factory/.schemaspy.new (New)


Package is "schemaspy"

Sat May 27 13:16:15 2017 rev:3 rq:496823 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/schemaspy/schemaspy.changes  2014-07-21 
22:34:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.schemaspy.new/schemaspy.changes 2017-05-27 
13:16:21.772488338 +0200
@@ -1,0 +2,5 @@
+Fri May 19 16:51:33 UTC 2017 - tchva...@suse.com
+
+- Do not require javapackage-tools
+
+---



Other differences:
--
++ schemaspy.spec ++
--- /var/tmp/diff_new_pack.6Ag4t6/_old  2017-05-27 13:16:22.728353201 +0200
+++ /var/tmp/diff_new_pack.6Ag4t6/_new  2017-05-27 13:16:22.732352635 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package schemaspy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -33,7 +33,6 @@
 Requires:   graphviz
 Requires:   graphviz-gd
 Requires:   java >= 1.5.0
-Requires:   javapackages-tools
 Suggests:   mysql-connector-java
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch