Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libloader"

Mon Mar 28 16:59:37 2022 rev:5 rq:963353 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libloader/libloader.changes      2017-09-13 
22:26:07.879117209 +0200
+++ /work/SRC/openSUSE:Factory/.libloader.new.1900/libloader.changes    
2022-03-28 17:00:13.316941724 +0200
@@ -1,0 +2,7 @@
+Sun Mar 20 12:07:35 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Modified patch:
+  * libloader-1.1.3-sourcetarget.patch
+    + Specify java source and target level 1.8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libloader.spec ++++++
--- /var/tmp/diff_new_pack.waS52f/_old  2022-03-28 17:00:14.680943577 +0200
+++ /var/tmp/diff_new_pack.waS52f/_new  2022-03-28 17:00:14.684943582 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libloader
 #
-# 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.3
 Release:        0
 Summary:        Resource Loading Framework
-License:        LGPL-2.0
+License:        LGPL-2.0-only
 Group:          Development/Libraries/Java
-Url:            http://reporting.pentaho.org/
+URL:            http://reporting.pentaho.org/
 #Original source: 
http://downloads.sourceforge.net/jfreereport/%%{name}-%%{version}.zip
 #unzip, find . -name "*.jar" -exec rm {} \;
 #to simplify the licensing
@@ -34,7 +34,7 @@
 Patch2:         libloader-1.1.3-javadoc.patch
 BuildRequires:  ant
 BuildRequires:  ant-contrib
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  jpackage-utils
 BuildRequires:  libbase >= 1.1.3
 BuildRequires:  unzip


++++++ libloader-1.1.3-sourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.waS52f/_old  2022-03-28 17:00:14.724943637 +0200
+++ /var/tmp/diff_new_pack.waS52f/_new  2022-03-28 17:00:14.728943642 +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"

Reply via email to