Hello community,
here is the log from the commit of package apache-portlet-1_0-api for
openSUSE:Factory checked in at 2017-09-15 22:31:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-portlet-1_0-api (Old)
and /work/SRC/openSUSE:Factory/.apache-portlet-1_0-api.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-portlet-1_0-api"
Fri Sep 15 22:31:34 2017 rev:20 rq:526279 version:1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-portlet-1_0-api/apache-portlet-1_0-api.changes
2017-06-01 16:30:01.326070783 +0200
+++
/work/SRC/openSUSE:Factory/.apache-portlet-1_0-api.new/apache-portlet-1_0-api.changes
2017-09-15 22:31:35.165143249 +0200
@@ -1,0 +2,5 @@
+Fri Sep 15 07:33:39 UTC 2017 - [email protected]
+
+- Fix build with jdk9: specify java source and target level 1.6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-portlet-1_0-api.spec ++++++
--- /var/tmp/diff_new_pack.Zpahfo/_old 2017-09-15 22:31:36.049018743 +0200
+++ /var/tmp/diff_new_pack.Zpahfo/_new 2017-09-15 22:31:36.053018180 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-portlet-1_0-api
#
-# Copyright (c) 2017 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
++++++ apache-portlet-1.0-api-build.xml ++++++
--- /var/tmp/diff_new_pack.Zpahfo/_old 2017-09-15 22:31:36.113009729 +0200
+++ /var/tmp/diff_new_pack.Zpahfo/_new 2017-09-15 22:31:36.117009166 +0200
@@ -39,7 +39,7 @@
<target name="compile" description="o Compile the code" depends="get-deps">
<mkdir dir="${classesdir}">
</mkdir>
- <javac source="1.5" target="1.5" destdir="${classesdir}"
deprecation="true" debug="true" optimize="false" excludes="**/package.html">
+ <javac source="1.6" target="1.6" destdir="${classesdir}"
deprecation="true" debug="true" optimize="false" excludes="**/package.html">
<src>
<pathelement location="src/java">
</pathelement>
@@ -98,7 +98,7 @@
</property>
<property name="title" value="Java Portlet API 1.0 API">
</property>
- <javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="src/java" packagenames="javax.portlet.*">
+ <javadoc use="true" private="true" destdir="${javadocdir}" source="1.6"
author="true" version="true" sourcepath="src/java"
packagenames="javax.portlet.*">
<classpath>
<path refid="build.classpath">
</path>