Hello community, here is the log from the commit of package apache-commons-io for openSUSE:Factory checked in at 2017-09-14 21:19:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old) and /work/SRC/openSUSE:Factory/.apache-commons-io.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-io" Thu Sep 14 21:19:04 2017 rev:10 rq:526059 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes 2017-05-22 10:49:11.810424706 +0200 +++ /work/SRC/openSUSE:Factory/.apache-commons-io.new/apache-commons-io.changes 2017-09-14 21:19:12.776818660 +0200 @@ -1,0 +2,5 @@ +Thu Sep 14 11:39:40 UTC 2017 - [email protected] + +- Fix build with jdk9 by specifying source and target level 1.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-io.spec ++++++ --- /var/tmp/diff_new_pack.vcoyPQ/_old 2017-09-14 21:19:13.772678499 +0200 +++ /var/tmp/diff_new_pack.vcoyPQ/_new 2017-09-14 21:19:13.776677936 +0200 @@ -59,7 +59,9 @@ export OPT_JAR_LIST="junit" export CLASSPATH= CLASSPATH=target/classes:target/test-classes:$CLASSPATH -ant -Dbuild.sysclasspath=only dist +ant -Dcompile.source=1.6 -Dcompile.target=1.6 \ + -Dbuild.sysclasspath=only \ + dist %install # jars
