Hello community, here is the log from the commit of package jgraphx for openSUSE:Factory checked in at 2017-09-20 17:10:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jgraphx (Old) and /work/SRC/openSUSE:Factory/.jgraphx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jgraphx" Wed Sep 20 17:10:29 2017 rev:5 rq:527235 version:3.1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jgraphx/jgraphx.changes 2015-02-03 11:40:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.jgraphx.new/jgraphx.changes 2017-09-20 17:10:29.932069967 +0200 @@ -1,0 +2,5 @@ +Tue Sep 19 07:53:37 UTC 2017 - [email protected] + +- Fix build with jdk9: specify java source and target 1.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jgraphx.spec ++++++ --- /var/tmp/diff_new_pack.ODrkDX/_old 2017-09-20 17:10:30.755953989 +0200 +++ /var/tmp/diff_new_pack.ODrkDX/_new 2017-09-20 17:10:30.759953427 +0200 @@ -1,7 +1,7 @@ # # spec file for package jgraphx # -# Copyright (c) 2015 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 @@ -31,7 +31,6 @@ BuildRequires: unzip Requires: java Requires: jpackage-utils -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -50,7 +49,7 @@ find -type f -name "*.jar" | xargs -t rm %build -ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 +ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 # Remove copies of source so that we don't confuse # the debuginfo finder @@ -67,7 +66,6 @@ popd %files -%defattr(-,root,root) %doc license.txt %{_javadir}/%{name}.jar %{_javadir}/%{name}-%{version}.jar
