Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package servletapi4 for openSUSE:Factory 
checked in at 2022-03-28 16:59:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/servletapi4 (Old)
 and      /work/SRC/openSUSE:Factory/.servletapi4.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "servletapi4"

Mon Mar 28 16:59:14 2022 rev:21 rq:963028 version:4.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/servletapi4/servletapi4.changes  2017-09-21 
12:33:03.546345539 +0200
+++ /work/SRC/openSUSE:Factory/.servletapi4.new.1900/servletapi4.changes        
2022-03-28 16:59:51.804912499 +0200
@@ -1,0 +2,7 @@
+Sat Mar 19 10:33:53 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Modified patch:
+  * java160_build.patch
+    + build with source/target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ servletapi4.spec ++++++
--- /var/tmp/diff_new_pack.xVEt2R/_old  2022-03-28 16:59:52.240913091 +0200
+++ /var/tmp/diff_new_pack.xVEt2R/_new  2022-03-28 16:59:52.244913097 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package servletapi4
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,12 +24,12 @@
 Summary:        Java servlet and JSP implementation classes
 License:        Apache-1.1
 Group:          Development/Libraries/Java
-Url:            http://jakarta.apache.org/tomcat/
+URL:            http://jakarta.apache.org/tomcat/
 Source:         %{full_name}-4-src.tar.gz
 Patch160:       java160_build.patch
 BuildRequires:  ant
 BuildRequires:  ant >= 1.2
-BuildRequires:  java-devel >= 1.7.0
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  xml-commons-apis
 Requires(post): %{_sbindir}/update-alternatives

++++++ java160_build.patch ++++++
--- /var/tmp/diff_new_pack.xVEt2R/_old  2022-03-28 16:59:52.276913141 +0200
+++ /var/tmp/diff_new_pack.xVEt2R/_new  2022-03-28 16:59:52.276913141 +0200
@@ -6,7 +6,7 @@
  
      <!-- Java classes -->
      <javac srcdir="src/share" destdir="${servletapi.build}/classes"
-+      source="1.6" target="1.6"
++      source="1.8" target="1.8"
             debug="${compile.debug}" deprecation="${compile.deprecation}"
          optimize="${compile.optimize}"/>
  
@@ -14,7 +14,7 @@
    <target name="javadoc" depends="prepare">
  
      <javadoc packagenames="javax.servlet.*"
-+      source="1.6"
++      source="1.8"
               sourcepath="${basedir}/src/share"
               destdir="${servletapi.build}/docs/api"
               use="true"

Reply via email to