Hello community, here is the log from the commit of package jogl2 for openSUSE:Factory checked in at 2017-10-07 17:51:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jogl2 (Old) and /work/SRC/openSUSE:Factory/.jogl2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jogl2" Sat Oct 7 17:51:14 2017 rev:8 rq:532190 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/jogl2/jogl2.changes 2017-09-20 17:14:04.645844886 +0200 +++ /work/SRC/openSUSE:Factory/.jogl2.new/jogl2.changes 2017-10-07 17:51:16.777684269 +0200 @@ -1,0 +2,9 @@ +Fri Oct 6 07:58:26 UTC 2017 - [email protected] + +- Fix building with jdk9 +- Added patch: + * jogl2-getPeer.patch + + remove use in debug message of getPeer method, inaccessible + in jdk9 + +------------------------------------------------------------------- New: ---- jogl2-getPeer.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jogl2.spec ++++++ --- /var/tmp/diff_new_pack.jnIzDP/_old 2017-10-07 17:51:18.017629760 +0200 +++ /var/tmp/diff_new_pack.jnIzDP/_new 2017-10-07 17:51:18.021629584 +0200 @@ -29,11 +29,12 @@ Patch1: %{name}-0001-update-ant-contrib-tasks.patch Patch2: jogl2-disable-tests.patch Patch3: jogl2-ppc64.patch +Patch4: jogl2-getPeer.patch BuildRequires: ant >= 1.8.0 BuildRequires: ant-contrib BuildRequires: eclipse-swt BuildRequires: gluegen2-devel = %{version} -BuildRequires: java-devel +BuildRequires: java-devel >= 1.6 BuildRequires: jpackage-utils BuildRequires: libXcursor-devel BuildRequires: libXrandr-devel @@ -43,7 +44,6 @@ Requires: gluegen2 = %{version} Requires: java Requires: jpackage-utils -BuildConflicts: java-devel >= 1.9 %description The JOGL project hosts the development version of the Java Binding for @@ -70,6 +70,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 # Fix wrong-script-end-of-line-encoding rm make/scripts/*.bat @@ -99,14 +100,14 @@ -Djavacdebug=true \ -Djavacdebuglevel=lines,vars,source \ -Dc.compiler.debug=true \ - \ - -Dantlr.jar=%{_javadir}/antlr.jar \ - -Djunit.jar=%{_javadir}/junit.jar \ - -Dant.jar=%{_javadir}/ant.jar \ - -Dant-junit.jar=%{_javadir}/ant/ant-junit.jar \ - -Dgluegen.jar=%{_javadir}/gluegen2.jar \ - -Dgluegen-rt.jar=%{_javadir}/gluegen2-rt.jar \ - -Dswt.jar=%{_jnidir}/swt.jar \ + -Djava.version=1.6 -Dant.java.version=1.6 \ + -Dantlr.jar=$(build-classpath antlr) \ + -Djunit.jar=$(build-classpath junit) \ + -Dant.jar$(build-classpath ant) \ + -Dant-junit.jar=$(build-classpath ant-junit) \ + -Dgluegen.jar=$(build-classpath gluegen2) \ + -Dgluegen-rt.jar=$(build-classpath gluegen2-rt) \ + -Dswt.jar=$(build-classpath swt) \ \ all ++++++ jogl2-getPeer.patch ++++++ --- jogl-v2.3.2/src/jogl/classes/com/jogamp/opengl/awt/GLCanvas.java 2017-10-06 09:06:05.281467238 +0200 +++ jogl-v2.3.2/src/jogl/classes/com/jogamp/opengl/awt/GLCanvas.java 2017-10-06 09:55:08.454952024 +0200 @@ -629,7 +629,7 @@ awtWindowClosingProtocol.addClosingListener(); if(DEBUG) { - System.err.println(getThreadName()+": Info: addNotify - end: peer: "+getPeer()); + System.err.println(getThreadName()+": Info: addNotify - end"); } } finally { _lock.unlock(); @@ -806,7 +806,7 @@ } } if(DEBUG) { - System.err.println(getThreadName()+": Info: removeNotify - end, peer: "+getPeer()); + System.err.println(getThreadName()+": Info: removeNotify - end"); } }
