Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-javadoc-plugin for
openSUSE:Factory checked in at 2022-03-11 21:41:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-javadoc-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-javadoc-plugin.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-javadoc-plugin"
Fri Mar 11 21:41:22 2022 rev:7 rq:961020 version:3.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-javadoc-plugin/maven-javadoc-plugin.changes
2021-05-12 19:32:59.170856895 +0200
+++
/work/SRC/openSUSE:Factory/.maven-javadoc-plugin.new.25692/maven-javadoc-plugin.changes
2022-03-11 21:41:38.098087586 +0100
@@ -1,0 +2,14 @@
+Fri Mar 11 07:05:23 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream version 3.3.2
+ * fixing several NPE errors and using new
+ maven-reporting-{api,impl}
+- Removed patches:
+ * 0001-Port-to-current-plexus-utils.patch
+ * reproducible-footer.patch
+ + not needed with the upstream code
+- Modified patch:
+ * maven-javadoc-plugin-bootstrap-resources.patch
+ + regenerate the resources to correspond to the new version
+
+-------------------------------------------------------------------
Old:
----
0001-Port-to-current-plexus-utils.patch
maven-javadoc-plugin-3.1.1-source-release.zip
reproducible-footer.patch
New:
----
maven-javadoc-plugin-3.3.2-source-release.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-javadoc-plugin.spec ++++++
--- /var/tmp/diff_new_pack.7sRVq4/_old 2022-03-11 21:41:38.926088222 +0100
+++ /var/tmp/diff_new_pack.7sRVq4/_new 2022-03-11 21:41:38.934088228 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package maven-javadoc-plugin-bootstrap
+# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -23,7 +23,7 @@
%bcond_with bootstrap
%endif
%global base_name maven-javadoc-plugin
-Version: 3.1.1
+Version: 3.3.2
Release: 0
Summary: Maven plugin for creating javadocs
License: Apache-2.0
@@ -32,12 +32,10 @@
Source0:
https://repo1.maven.org/maven2/org/apache/maven/plugins/%{base_name}/%{version}/%{base_name}-%{version}-source-release.zip
Source1: %{base_name}-build.xml
Patch0: %{base_name}-bootstrap-resources.patch
-Patch1: 0001-Port-to-current-plexus-utils.patch
-# PATCH-FIX-OPENSUSE bmwiedemann --
https://issues.apache.org/jira/browse/MJAVADOC-619
-Patch2: reproducible-footer.patch
BuildRequires: apache-commons-cli
BuildRequires: apache-commons-io
BuildRequires: apache-commons-lang3
+BuildRequires: apache-commons-text
BuildRequires: atinject
BuildRequires: fdupes
BuildRequires: google-guice
@@ -57,7 +55,7 @@
BuildRequires: maven-invoker
BuildRequires: maven-lib
BuildRequires: maven-plugin-annotations
-BuildRequires: maven-reporting-api
+BuildRequires: maven-reporting-api >= 3.1.0
BuildRequires: maven-shared-utils
BuildRequires: maven-wagon-provider-api
BuildRequires: objectweb-asm
@@ -123,9 +121,6 @@
%patch0 -p1
%endif
-%patch1 -p1
-%patch2 -p1
-
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
%pom_remove_dep :::test:
@@ -134,6 +129,7 @@
mkdir -p lib
build-jar-repository -s lib \
apache-commons-lang3 \
+ apache-commons-text \
atinject \
commons-cli \
commons-io \
@@ -181,7 +177,7 @@
xmvn --batch-mode --offline \
-Dmaven.test.skip=true -DmavenVersion=3.5.0 \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -Dmaven.compiler.release=7 \
+ -Dmaven.compiler.release=8 \
%endif
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
%endif
++++++ maven-javadoc-plugin-bootstrap-resources.patch ++++++
++++ 3381 lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/maven-javadoc-plugin/maven-javadoc-plugin-bootstrap-resources.patch
++++ and
/work/SRC/openSUSE:Factory/.maven-javadoc-plugin.new.25692/maven-javadoc-plugin-bootstrap-resources.patch
++++++ maven-javadoc-plugin-build.xml ++++++
--- /var/tmp/diff_new_pack.7sRVq4/_old 2022-03-11 21:41:39.022088295 +0100
+++ /var/tmp/diff_new_pack.7sRVq4/_new 2022-03-11 21:41:39.026088299 +0100
@@ -14,12 +14,12 @@
value="The Apache Maven Javadoc Plugin is a plugin that uses the
javadoc tool for generating javadocs for the specified project."/>
<property name="project.groupId" value="org.apache.maven.plugins"/>
<property name="project.artifactId" value="maven-javadoc-plugin"/>
- <property name="project.version" value="3.1.1"/>
+ <property name="project.version" value="3.3.2"/>
<property name="project.organization.name" value="The Apache Software
Foundation"/>
- <property name="spec.version" value="3.1"/>
+ <property name="spec.version" value="3.3"/>
- <property name="compiler.source" value="1.7"/>
+ <property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName"
value="${project.artifactId}-${project.version}"/>
@@ -83,7 +83,7 @@
</macrodef>
<macrodef name="modello">
<attribute name="file"/>
- <attribute name="version" default="1.1.0"/>
+ <attribute name="version" default="1.1.1"/>
<sequential>
<echo taskname="modello" message="Generating sources for @{file}"/>
<modello-single-mode file="@{file}" version="@{version}" mode="java"/>