Hello community, here is the log from the commit of package hbci4java for openSUSE:Factory checked in at 2017-09-20 17:08:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hbci4java (Old) and /work/SRC/openSUSE:Factory/.hbci4java.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hbci4java" Wed Sep 20 17:08:33 2017 rev:3 rq:526962 version:2.5.12.hibiscus.2.6.18 Changes: -------- --- /work/SRC/openSUSE:Factory/hbci4java/hbci4java.changes 2016-11-21 14:27:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.hbci4java.new/hbci4java.changes 2017-09-20 17:08:34.360338971 +0200 @@ -1,0 +2,10 @@ +Mon Sep 18 08:13:20 UTC 2017 - [email protected] + +- Modified file: + * build.xml +- Added patch: + * hbci4java-jdk9.patch + + Specify java source and target 1.6 to allow building with + jdk9 + +------------------------------------------------------------------- New: ---- hbci4java-jdk9.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hbci4java.spec ++++++ --- /var/tmp/diff_new_pack.vnVNmy/_old 2017-09-20 17:08:35.200220741 +0200 +++ /var/tmp/diff_new_pack.vnVNmy/_new 2017-09-20 17:08:35.204220178 +0200 @@ -1,7 +1,7 @@ # # spec file for package hbci4java # -# Copyright (c) 2016 SUSE LINUX 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 @@ -28,6 +28,7 @@ Source1: build.xml Source2: cryptalgs4java.zip Source3: chipcard.zip +Patch0: hbci4java-jdk9.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ant BuildRequires: gcc-c++ @@ -47,6 +48,7 @@ %prep %setup -q -c %{name}-%{version} -a 2 -a 3 cp %{S:1} . +%patch0 -p1 %build pushd chipcard ++++++ build.xml ++++++ --- /var/tmp/diff_new_pack.vnVNmy/_old 2017-09-20 17:08:35.240215111 +0200 +++ /var/tmp/diff_new_pack.vnVNmy/_new 2017-09-20 17:08:35.244214548 +0200 @@ -78,7 +78,7 @@ <target name="compile" depends="thirdparty"> <mkdir dir="${classes}" /> - <javac srcdir="${src}" source="1.5" target="1.5" destdir="${classes}" debug="on" encoding="ISO-8859-1" deprecation="on" includeAntRuntime="no" /> + <javac srcdir="${src}" source="1.6" target="1.6" destdir="${classes}" debug="on" encoding="ISO-8859-1" deprecation="on" includeAntRuntime="no" /> <copy todir="${classes}"> <fileset dir="${src}"> ++++++ hbci4java-jdk9.patch ++++++ --- hbci4java-2.5.12.hibiscus.2.6.18/thirdparty/cryptalgs4java/build.xml 2017-09-18 10:09:06.026611180 +0200 +++ hbci4java-2.5.12.hibiscus.2.6.18/thirdparty/cryptalgs4java/build.xml 2017-09-18 10:11:22.804977393 +0200 @@ -14,7 +14,7 @@ <target name="compile"> <mkdir dir="${classes}"/> <javac srcdir="${srccode}" destdir="${classes}" - source="1.5" target="1.5" + source="1.6" target="1.6" debug="on" encoding="UTF-8" deprecation="on" includeAntRuntime="no" /> @@ -32,7 +32,7 @@ classpath="${classes}" Encoding="UTF-8" destdir="${javadoc}" charset="UTF-8" Version="yes" - docencoding="UTF-8" + docencoding="UTF-8" source="1.6" Author="yes" Use="yes" Doctitle="CryptAlgs4Java API Documentation" Windowtitle="CryptAlgs4Java API Documentation" nodeprecated="false" /> </target>
