Hello community,

here is the log from the commit of package servletapi4 for openSUSE:Factory 
checked in at 2017-09-13 22:22:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/servletapi4 (Old)
 and      /work/SRC/openSUSE:Factory/.servletapi4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "servletapi4"

Wed Sep 13 22:22:25 2017 rev:19 rq:522887 version:4.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/servletapi4/servletapi4.changes  2015-10-14 
16:41:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.servletapi4.new/servletapi4.changes     
2017-09-13 22:22:28.038066524 +0200
@@ -1,0 +2,11 @@
+Sun Sep 10 13:00:57 UTC 2017 - [email protected]
+
+- Removed patch:
+  * java150_build.patch
+- Added patch:
+  * java160_build.patch
+    + Specify java source and target level 1.6 in order to allow
+      building with jdk9
+    + Disable doclint, since errors of javadoc in jdk9 are fatal
+
+-------------------------------------------------------------------

Old:
----
  java150_build.patch

New:
----
  java160_build.patch

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

Other differences:
------------------
++++++ servletapi4.spec ++++++
--- /var/tmp/diff_new_pack.YXmeFP/_old  2017-09-13 22:22:28.813957293 +0200
+++ /var/tmp/diff_new_pack.YXmeFP/_new  2017-09-13 22:22:28.817956729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package servletapi4
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -26,7 +26,7 @@
 Group:          Development/Libraries/Java
 Url:            http://jakarta.apache.org/tomcat/
 Source:         %{full_name}-4-src.tar.gz
-Patch150:       java150_build.patch
+Patch160:       java160_build.patch
 BuildRequires:  ant
 BuildRequires:  ant >= 1.2
 BuildRequires:  java-devel >= 1.7.0
@@ -56,7 +56,7 @@
 
 %prep
 %setup -q -n %{full_name}-4-src
-%patch150 -p1
+%patch160 -p1
 
 %build
 ant dist -Dservletapi.build=build -Dservletapi.dist=dist

++++++ java150_build.patch -> java160_build.patch ++++++
--- /work/SRC/openSUSE:Factory/servletapi4/java150_build.patch  2011-09-23 
12:46:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.servletapi4.new/java160_build.patch     
2017-09-13 22:22:27.490143661 +0200
@@ -6,7 +6,7 @@
  
      <!-- Java classes -->
      <javac srcdir="src/share" destdir="${servletapi.build}/classes"
-+      source="1.4" target="1.4"
++      source="1.6" target="1.6"
             debug="${compile.debug}" deprecation="${compile.deprecation}"
          optimize="${compile.optimize}"/>
  
@@ -14,7 +14,7 @@
    <target name="javadoc" depends="prepare">
  
      <javadoc packagenames="javax.servlet.*"
-+      source="1.4"
++      source="1.6" additionalparam="-Xdoclint:none"
               sourcepath="${basedir}/src/share"
               destdir="${servletapi.build}/docs/api"
               use="true"


Reply via email to