Hello community, here is the log from the commit of package libformula for openSUSE:Factory checked in at 2017-09-13 22:25:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libformula (Old) and /work/SRC/openSUSE:Factory/.libformula.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libformula" Wed Sep 13 22:25:46 2017 rev:4 rq:523238 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libformula/libformula.changes 2014-07-19 11:05:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libformula.new/libformula.changes 2017-09-13 22:25:53.845092915 +0200 @@ -1,0 +2,8 @@ +Fri Sep 8 11:44:14 UTC 2017 - [email protected] + +- Added patch: + * libformula-1.1.3-sourcetarget.patch + + Specify java source and target 1.6 in order to allow building + with jdk9 + +------------------------------------------------------------------- New: ---- libformula-1.1.3-sourcetarget.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libformula.spec ++++++ --- /var/tmp/diff_new_pack.Mtmzjh/_old 2017-09-13 22:25:54.461006207 +0200 +++ /var/tmp/diff_new_pack.Mtmzjh/_new 2017-09-13 22:25:54.465005644 +0200 @@ -1,7 +1,7 @@ # # spec file for package libformula # -# 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 @@ -30,6 +30,7 @@ Source99: %{name}-rpmlintrc #PATCH-FIX-UPSTREAM, fix some properties for build Patch0: libformula-1.1.2.build.patch +Patch1: libformula-1.1.3-sourcetarget.patch BuildRequires: ant BuildRequires: ant-contrib BuildRequires: apache-commons-logging @@ -59,6 +60,7 @@ %prep %setup -q -c %patch0 -p1 -b .build +%patch1 -p1 find . -name "*.jar" -exec rm -f {} \; mkdir -p lib build-jar-repository -s -p lib commons-logging-api libbase ++++++ libformula-1.1.3-sourcetarget.patch ++++++ --- libformula-1.1.3/common_build.xml 2017-09-08 13:40:14.118840217 +0200 +++ libformula-1.1.3/common_build.xml 2017-09-08 13:41:14.814841253 +0200 @@ -136,8 +136,8 @@ <property name="javac.deprecation" value="true" 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" /> <!-- Build Cache properties --> <property name="build.cache.dir"
