Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libserializer"

Mon Mar 28 16:59:38 2022 rev:5 rq:963355 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libserializer/libserializer.changes      
2017-09-13 22:26:26.212536239 +0200
+++ /work/SRC/openSUSE:Factory/.libserializer.new.1900/libserializer.changes    
2022-03-28 17:00:15.544944751 +0200
@@ -1,0 +2,7 @@
+Sun Mar 20 08:59:17 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Modified patch:
+  * libserializer-1.1.2-sourcetarget.patch
+    + build with java source/target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libserializer.spec ++++++
--- /var/tmp/diff_new_pack.BW4kXH/_old  2022-03-28 17:00:18.428948669 +0200
+++ /var/tmp/diff_new_pack.BW4kXH/_new  2022-03-28 17:00:18.432948674 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libserializer
 #
-# 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        1.1.2
 Release:        0
 Summary:        JFreeReport General Serialization Framework
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Java
-Url:            http://reporting.pentaho.org
+URL:            http://reporting.pentaho.org
 #Original source: 
http://downloads.sourceforge.net/jfreereport/libserializer-%%{version}.zip
 #unzip, find . -name "*.jar" -exec rm {} \;
 #to simplify the licensing
@@ -32,7 +32,7 @@
 Patch1:         libserializer-1.1.2-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  ant-contrib
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  jpackage-utils
 BuildRequires:  libbase >= 1.1.2
 BuildRequires:  unzip


++++++ libserializer-1.1.2-sourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.BW4kXH/_old  2022-03-28 17:00:18.476948734 +0200
+++ /var/tmp/diff_new_pack.BW4kXH/_new  2022-03-28 17:00:18.480948739 +0200
@@ -6,8 +6,8 @@
              description="Indicates whether source should be compiled with 
deprecation information" />
 -  <property name="javac.source" value="1.5" description="Provide source 
compatibility with specified release" />
 -  <property name="javac.target" value="1.5" description="Generate class files 
for specific VM version" />
-+  <property name="javac.source" value="1.6" description="Provide source 
compatibility with specified release" />
-+  <property name="javac.target" value="1.6" description="Generate class files 
for specific VM version" />
++  <property name="javac.source" value="1.8" description="Provide source 
compatibility with specified release" />
++  <property name="javac.target" value="1.8" description="Generate class files 
for specific VM version" />
  
    <!-- Build Cache properties -->
    <property name="build.cache.dir"
@@ -16,7 +16,7 @@
      <javadoc destdir="${javadoc.dir}/docs/api"
               access="public"
 -             source="1.5"
-+             source="1.6"
++             source="1.8"
               use="true"
               notree="false"
               nonavbar="false"

Reply via email to