Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package schemaspy for openSUSE:Factory 
checked in at 2022-03-21 20:12:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/schemaspy (Old)
 and      /work/SRC/openSUSE:Factory/.schemaspy.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "schemaspy"

Mon Mar 21 20:12:55 2022 rev:6 rq:963685 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/schemaspy/schemaspy.changes      2021-07-27 
14:32:28.895459168 +0200
+++ /work/SRC/openSUSE:Factory/.schemaspy.new.25692/schemaspy.changes   
2022-03-21 20:13:09.220507878 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 12:42:16 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ schemaspy.spec ++++++
--- /var/tmp/diff_new_pack.QEk1Zw/_old  2022-03-21 20:13:09.844508501 +0100
+++ /var/tmp/diff_new_pack.QEk1Zw/_new  2022-03-21 20:13:09.852508509 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package schemaspy
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2013 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,12 +28,12 @@
 Source1:        schemaspy.1
 # PATCH-FIX-OPENSUSE driver-location.patch
 Patch0:         driver-location.patch
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 Requires:       graphviz
 Requires:       graphviz-gd
-Requires:       java >= 1.6
+Requires:       java >= 1.8
 Requires:       javapackages-tools
 Suggests:       mysql-connector-java
 BuildArch:      noarch
@@ -60,7 +60,7 @@
 
 %build
 mkdir classes
-javac -source 1.6 -target 1.6 -d classes `find net -name '*.java' -print`
+javac -source 1.8 -target 1.8 -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