Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package glassfish-servlet-api for
openSUSE:Factory checked in at 2023-09-22 21:47:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-servlet-api (Old)
and /work/SRC/openSUSE:Factory/.glassfish-servlet-api.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-servlet-api"
Fri Sep 22 21:47:22 2023 rev:3 rq:1112749 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/glassfish-servlet-api/glassfish-servlet-api.changes
2019-04-14 12:20:29.607622321 +0200
+++
/work/SRC/openSUSE:Factory/.glassfish-servlet-api.new.1770/glassfish-servlet-api.changes
2023-09-22 21:48:33.803363665 +0200
@@ -1,0 +2,5 @@
+Thu Sep 21 05:43:44 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Build with java source/target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glassfish-servlet-api.spec ++++++
--- /var/tmp/diff_new_pack.OVl8CU/_old 2023-09-22 21:48:35.011407520 +0200
+++ /var/tmp/diff_new_pack.OVl8CU/_new 2023-09-22 21:48:35.015407666 +0200
@@ -1,7 +1,7 @@
#
# spec file for package glassfish-servlet-api
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
Version: 3.1.0
Release: 0
Summary: Java Servlet API
-License: (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0) AND
Apache-2.0
+License: Apache-2.0 AND (CDDL-1.0 OR GPL-2.0-only WITH
Classpath-exception-2.0)
Group: Development/Libraries/Java
URL: http://servlet-spec.java.net
Source0:
https://github.com/javaee/servlet-spec/archive/%{version}.tar.gz
++++++ glassfish-servlet-api-build.xml ++++++
--- /var/tmp/diff_new_pack.OVl8CU/_old 2023-09-22 21:48:35.075409844 +0200
+++ /var/tmp/diff_new_pack.OVl8CU/_new 2023-09-22 21:48:35.079409990 +0200
@@ -49,10 +49,10 @@
optimize="false"
deprecation="true"
encoding="${project.build.sourceEncoding}"
- target="1.7"
+ target="1.8"
verbose="false"
fork="false"
- source="1.7">
+ source="1.8">
<src>
<pathelement location="${build.srcDir.0}"/>
</src>
@@ -83,7 +83,7 @@
version="true"
use="true"
encoding="${project.build.sourceEncoding}"
- source="1.7"
+ source="1.8"
author="true"
splitindex="false"
windowtitle="Java Servlet 3.1"