Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package glassfish-jsp-api for
openSUSE:Factory checked in at 2022-06-15 00:33:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-jsp-api (Old)
and /work/SRC/openSUSE:Factory/.glassfish-jsp-api.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-jsp-api"
Wed Jun 15 00:33:04 2022 rev:4 rq:982583 version:2.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/glassfish-jsp-api/glassfish-jsp-api.changes
2019-11-04 17:15:12.344825163 +0100
+++
/work/SRC/openSUSE:Factory/.glassfish-jsp-api.new.1548/glassfish-jsp-api.changes
2022-06-15 00:33:56.718671610 +0200
@@ -1,0 +2,5 @@
+Tue Jun 14 09:37:49 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Add alias to javax.servlet.jsp:jsp-api
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glassfish-jsp-api.spec ++++++
--- /var/tmp/diff_new_pack.zEXdM0/_old 2022-06-15 00:33:57.714673074 +0200
+++ /var/tmp/diff_new_pack.zEXdM0/_new 2022-06-15 00:33:57.718673079 +0200
@@ -1,7 +1,7 @@
#
# spec file for package glassfish-jsp-api
#
-# Copyright (c) 2019 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
@@ -21,7 +21,7 @@
Version: 2.3.3
Release: 0
Summary: Glassfish J2EE JSP API specification
-License: (CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0) AND
Apache-2.0
+License: Apache-2.0 AND (CDDL-1.1 OR GPL-2.0-only WITH
Classpath-exception-2.0)
Group: Development/Libraries/Java
URL: http://java.net/jira/browse/JSP
Source0: %{artifactId}-%{version}.tar.xz
@@ -82,7 +82,7 @@
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{artifactId}.pom
-%add_maven_depmap %{name}/%{artifactId}.pom %{name}/%{artifactId}.jar -a
javax.servlet:jsp-api
+%add_maven_depmap %{name}/%{artifactId}.pom %{name}/%{artifactId}.jar -a
javax.servlet:jsp-api,javax.servlet.jsp:jsp-api
# javadoc
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/