Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flute for openSUSE:Factory checked 
in at 2022-03-28 16:59:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flute (Old)
 and      /work/SRC/openSUSE:Factory/.flute.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flute"

Mon Mar 28 16:59:34 2022 rev:5 rq:963348 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flute/flute.changes      2017-09-13 
22:19:37.462080533 +0200
+++ /work/SRC/openSUSE:Factory/.flute.new.1900/flute.changes    2022-03-28 
17:00:09.076935964 +0200
@@ -1,0 +2,5 @@
+Sun Mar 20 12:23:05 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target level 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ flute.spec ++++++
--- /var/tmp/diff_new_pack.uJDZvy/_old  2022-03-28 17:00:09.508936551 +0200
+++ /var/tmp/diff_new_pack.uJDZvy/_new  2022-03-28 17:00:09.512936556 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flute
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,12 +21,12 @@
 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+
+License:        LGPL-2.1-or-later AND W3C
 Group:          Development/Libraries/Java
-Url:            http://www.w3.org/Style/CSS/SAC/
+URL:            http://www.w3.org/Style/CSS/SAC/
 Source0:        
http://downloads.sourceforge.net/jfreereport/%{name}-%{version}-OOo31.zip
 BuildRequires:  ant
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  jpackage-utils
 BuildRequires:  sac
 BuildRequires:  unzip
@@ -54,7 +54,7 @@
 
 %build
 ant \
-    -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+    -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
     jar javadoc
 
 %install

Reply via email to