Hello community, here is the log from the commit of package libbase for openSUSE:Factory checked in at 2017-09-13 22:25:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbase (Old) and /work/SRC/openSUSE:Factory/.libbase.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbase" Wed Sep 13 22:25:28 2017 rev:4 rq:523234 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libbase/libbase.changes 2014-07-15 16:25:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libbase.new/libbase.changes 2017-09-13 22:25:33.427967233 +0200 @@ -1,0 +2,8 @@ +Fri Sep 8 11:28:47 UTC 2017 - [email protected] + +- Added patche: + * libbase-1.1.3-sourcetarget.patch + + Specify java source and target 1.6 in order to allow building + with jdk9 + +------------------------------------------------------------------- New: ---- libbase-1.1.3-sourcetarget.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbase.spec ++++++ --- /var/tmp/diff_new_pack.sFcQ41/_old 2017-09-13 22:25:35.151724563 +0200 +++ /var/tmp/diff_new_pack.sFcQ41/_new 2017-09-13 22:25:35.155724000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libbase # -# 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: libbase-rpmlintrc #PATCH-FIX-UPSTREAM, fix some properties for build Patch0: libbase-1.1.2.build.patch +Patch1: libbase-1.1.3-sourcetarget.patch BuildRequires: ant BuildRequires: ant-contrib >= 1.0b3 BuildRequires: apache-commons-logging @@ -57,6 +58,7 @@ %prep %setup -q -c %patch0 -p1 -b .build +%patch1 -p1 mkdir -p lib find . -name "*.jar" -exec rm -f {} \; build-jar-repository -s -p lib commons-logging-api ++++++ libbase-1.1.3-sourcetarget.patch ++++++ --- libbase-1.1.3/common_build.xml 2017-09-08 13:22:37.354835655 +0200 +++ libbase-1.1.3/common_build.xml 2017-09-08 13:23:39.750836720 +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"
