Hello community,

here is the log from the commit of package servletapi5 for openSUSE:Factory 
checked in at 2017-10-06 10:54:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/servletapi5 (Old)
 and      /work/SRC/openSUSE:Factory/.servletapi5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "servletapi5"

Fri Oct  6 10:54:49 2017 rev:20 rq:530810 version:5.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/servletapi5/servletapi5.changes  2014-08-01 
19:26:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.servletapi5.new/servletapi5.changes     
2017-10-06 10:54:51.767244265 +0200
@@ -1,0 +2,11 @@
+Tue Oct  3 10:43:13 UTC 2017 - [email protected]
+
+- Removed patch:
+  * java150_build.patch
+    - Don't hardcode the source and target levels, specify them on
+      command line instead
+- Don't build with java-1_5_0-gcj-compat, since it is bound to go
+- Specify source and target level 1.6 in order to allow building
+  with jdk9
+
+-------------------------------------------------------------------

Old:
----
  java150_build.patch

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

Other differences:
------------------
++++++ servletapi5.spec ++++++
--- /var/tmp/diff_new_pack.Z8pC4e/_old  2017-10-06 10:54:53.379000657 +0200
+++ /var/tmp/diff_new_pack.Z8pC4e/_new  2017-10-06 10:54:53.383000052 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package servletapi5
 #
-# Copyright (c) 2014 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
@@ -26,11 +26,10 @@
 Group:          Development/Libraries/Java
 Url:            http://jakarta.apache.org/tomcat/
 Source:         %{full_name}-5-src.tar.gz
-Patch150:       java150_build.patch
 #!BuildIgnore:  xml-commons xml-commons-resolver xerces-j2 xml-commons-apis
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis
 BuildRequires:  ant
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel
 BuildRequires:  xml-commons-apis-bootstrap
 Requires(post): update-alternatives
 Provides:       servlet = %{version}
@@ -45,7 +44,6 @@
 
 %prep
 %setup -q -c -T -a 0 -n %{full_name}-5-src
-%patch150
 
 %build
 # Fix us a license file first
@@ -54,11 +52,11 @@
 find . -type f -name "*.jar" -exec rm -f {} \;
 pushd .
 cd jsr154
-ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist
+ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist 
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 popd
 pushd .
 cd jsr152
-ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist
+ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist 
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 popd
 
 %install


Reply via email to