Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libformula for openSUSE:Factory checked in at 2022-03-28 16:59:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libformula (Old) and /work/SRC/openSUSE:Factory/.libformula.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libformula" Mon Mar 28 16:59:36 2022 rev:5 rq:963351 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libformula/libformula.changes 2017-09-13 22:25:53.845092915 +0200 +++ /work/SRC/openSUSE:Factory/.libformula.new.1900/libformula.changes 2022-03-28 17:00:11.828939702 +0200 @@ -1,0 +2,7 @@ +Sun Mar 20 12:11:48 UTC 2022 - Fridrich Strba <[email protected]> + +- Modified patch: + * libformula-1.1.3-sourcetarget.patch + + Build with source and target 1.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libformula.spec ++++++ --- /var/tmp/diff_new_pack.UepWRJ/_old 2022-03-28 17:00:12.364940430 +0200 +++ /var/tmp/diff_new_pack.UepWRJ/_new 2022-03-28 17:00:12.380940452 +0200 @@ -1,7 +1,7 @@ # # spec file for package libformula # -# 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: Formula Parser -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 @@ BuildRequires: ant BuildRequires: ant-contrib BuildRequires: apache-commons-logging -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: jpackage-utils BuildRequires: libbase >= 1.1.3 BuildRequires: unzip ++++++ libformula-1.1.3-sourcetarget.patch ++++++ --- /var/tmp/diff_new_pack.UepWRJ/_old 2022-03-28 17:00:12.420940507 +0200 +++ /var/tmp/diff_new_pack.UepWRJ/_new 2022-03-28 17:00:12.424940512 +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"
