Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package servletapi5 for openSUSE:Factory checked in at 2022-03-28 16:59:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/servletapi5 (Old) and /work/SRC/openSUSE:Factory/.servletapi5.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "servletapi5" Mon Mar 28 16:59:14 2022 rev:22 rq:963027 version:5.0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/servletapi5/servletapi5.changes 2021-10-20 20:23:23.297344889 +0200 +++ /work/SRC/openSUSE:Factory/.servletapi5.new.1900/servletapi5.changes 2022-03-28 16:59:51.240911733 +0200 @@ -1,0 +2,5 @@ +Sat Mar 19 10:31:58 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source/target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ servletapi5.spec ++++++ --- /var/tmp/diff_new_pack.dLAQBU/_old 2022-03-28 16:59:51.640912277 +0200 +++ /var/tmp/diff_new_pack.dLAQBU/_new 2022-03-28 16:59:51.644912282 +0200 @@ -1,7 +1,7 @@ # # spec file for package servletapi5 # -# 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-2.0 Group: Development/Libraries/Java -Url: http://jakarta.apache.org/tomcat/ +URL: http://jakarta.apache.org/tomcat/ Source: %{full_name}-5-src.tar.gz #!BuildIgnore: xml-commons xml-commons-resolver xerces-j2 xml-commons-apis #!BuildIgnore: xml-commons-jaxp-1.3-apis BuildRequires: ant -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 %if !0%{?rhel} Requires(post): update-alternatives %endif @@ -53,11 +53,11 @@ find . -type f -name "*.jar" -exec rm -f {} \; pushd . cd jsr154 -ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 +ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 popd pushd . cd jsr152 -ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 +ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 popd %install