Hello community,

here is the log from the commit of package hbci4java for openSUSE:Factory 
checked in at 2017-12-23 12:21:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hbci4java (Old)
 and      /work/SRC/openSUSE:Factory/.hbci4java.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hbci4java"

Sat Dec 23 12:21:11 2017 rev:4 rq:559398 version:2.5.12.hibiscus.2.6.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/hbci4java/hbci4java.changes      2017-09-20 
17:08:34.360338971 +0200
+++ /work/SRC/openSUSE:Factory/.hbci4java.new/hbci4java.changes 2017-12-23 
12:21:37.073347473 +0100
@@ -1,0 +2,7 @@
+Fri Dec 22 15:49:06 UTC 2017 - [email protected]
+
+- Added patch:
+  * hbci4java-jdk10.patch
+    + Fix build with jdk10 by not using javah
+
+-------------------------------------------------------------------

New:
----
  hbci4java-jdk10.patch

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

Other differences:
------------------
++++++ hbci4java.spec ++++++
--- /var/tmp/diff_new_pack.vbsW2p/_old  2017-12-23 12:21:38.185293255 +0100
+++ /var/tmp/diff_new_pack.vbsW2p/_new  2017-12-23 12:21:38.185293255 +0100
@@ -29,6 +29,7 @@
 Source2:        cryptalgs4java.zip
 Source3:        chipcard.zip
 Patch0:         hbci4java-jdk9.patch
+Patch1:         hbci4java-jdk10.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ant
 BuildRequires:  gcc-c++
@@ -49,6 +50,7 @@
 %setup -q -c %{name}-%{version} -a 2 -a 3
 cp %{S:1} .
 %patch0 -p1
+%patch1 -p1
 
 %build
 pushd chipcard




++++++ hbci4java-jdk10.patch ++++++
diff -urEbwB hbci4java-2.5.12.hibiscus.2.6.18/build.xml 
hbci4java-2.5.12.hibiscus.2.6.18/build.xml
--- hbci4java-2.5.12.hibiscus.2.6.18/build.xml  2017-12-22 16:41:55.169634430 
+0100
+++ hbci4java-2.5.12.hibiscus.2.6.18/build.xml  2017-12-22 16:44:14.205634955 
+0100
@@ -78,7 +78,7 @@
 
        <target name="compile" depends="thirdparty">
                <mkdir dir="${classes}" />
-               <javac srcdir="${src}" source="1.6" target="1.6" 
destdir="${classes}" debug="on" encoding="ISO-8859-1" deprecation="on" 
includeAntRuntime="no" />
+               <javac srcdir="${src}" source="1.6" target="1.6" 
destdir="${classes}" nativeheaderdir="${chipcard}/src/include/" debug="on" 
encoding="ISO-8859-1" deprecation="on" includeAntRuntime="no" />
 
                <copy todir="${classes}">
                        <fileset dir="${src}">
@@ -94,8 +94,6 @@
                        </fileset>
                </copy>
 
-               <javah class="org.kapott.hbci.passport.HBCIPassportDDV" 
outputFile="${chipcard}/src/include/frontend.h" classpath="${classes}" />
-
                <exec executable="${make}" os="Linux">
                        <arg line="-C ${chipcard}" />
                </exec>

Reply via email to