Hello community,

here is the log from the commit of package flute for openSUSE:Factory checked 
in at 2017-09-13 22:19:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flute (Old)
 and      /work/SRC/openSUSE:Factory/.flute.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flute"

Wed Sep 13 22:19:37 2017 rev:4 rq:522207 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flute/flute.changes      2014-07-16 
16:16:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.flute.new/flute.changes 2017-09-13 
22:19:37.462080533 +0200
@@ -1,0 +2,6 @@
+Fri Sep  8 05:55:04 UTC 2017 - [email protected]
+
+- Use java source and target level 1.6 in order to allow building
+  with jdk9
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ flute.spec ++++++
--- /var/tmp/diff_new_pack.HcpGlc/_old  2017-09-13 22:19:38.006003959 +0200
+++ /var/tmp/diff_new_pack.HcpGlc/_new  2017-09-13 22:19:38.006003959 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flute
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -20,9 +20,9 @@
 Version:        1.3.0
 Release:        0
 Summary:        Java CSS parser using SAC
+# The entire source code is W3C except ParseException.java which is LGPLv2+
 License:        W3C and LGPL-2.1+
 Group:          Development/Libraries/Java
-# The entire source code is W3C except ParseException.java which is LGPLv2+
 Url:            http://www.w3.org/Style/CSS/SAC/
 Source0:        
http://downloads.sourceforge.net/jfreereport/%{name}-%{version}-OOo31.zip
 BuildRequires:  ant
@@ -54,7 +54,7 @@
 
 %build
 ant \
-    -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+    -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
     jar javadoc
 
 %install



Reply via email to