Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-plugin-tools for
openSUSE:Factory checked in at 2024-04-03 17:19:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-plugin-tools (Old)
and /work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-plugin-tools"
Wed Apr 3 17:19:52 2024 rev:12 rq:1164210 version:3.9.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-plugin-tools/maven-plugin-plugin-bootstrap.changes
2024-02-20 21:16:11.322029133 +0100
+++
/work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1905/maven-plugin-plugin-bootstrap.changes
2024-04-03 17:21:12.627254196 +0200
@@ -1,0 +2,6 @@
+Tue Apr 2 17:29:22 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Add dependency on plexus-xml where relevant
+ * this will be needed for smooth upgrade to plexus-utils 4.0.0
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/maven-plugin-tools/maven-plugin-plugin.changes
2024-02-20 21:16:11.386031454 +0100
+++
/work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1905/maven-plugin-plugin.changes
2024-04-03 17:21:12.695256705 +0200
@@ -1,0 +2,6 @@
+Tue Apr 2 17:29:28 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Add dependency on plexus-xml where relevant
+ * this will be needed for smooth upgrade to plexus-utils 4.0.0
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/maven-plugin-tools/maven-plugin-tools.changes
2024-02-20 21:16:11.414032469 +0100
+++
/work/SRC/openSUSE:Factory/.maven-plugin-tools.new.1905/maven-plugin-tools.changes
2024-04-03 17:21:12.751258770 +0200
@@ -1,0 +2,6 @@
+Tue Apr 2 17:29:34 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Add dependency on plexus-xml where relevant
+ * this will be needed for smooth upgrade to plexus-utils 4.0.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-plugin-plugin-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.QHrHFb/_old 2024-04-03 17:21:13.767296240 +0200
+++ /var/tmp/diff_new_pack.QHrHFb/_new 2024-04-03 17:21:13.767296240 +0200
@@ -42,6 +42,7 @@
BuildRequires: plexus-build-api
BuildRequires: plexus-utils
BuildRequires: plexus-velocity
+BuildRequires: plexus-xml
BuildRequires: sisu-inject
BuildRequires: sisu-plexus
BuildRequires: unzip
@@ -72,6 +73,10 @@
# Remove test dependencies because tests are skipped anyways.
%pom_xpath_remove "pom:dependency[pom:scope='test']"
+for i in maven-plugin-report-plugin maven-plugin-tools-annotations
maven-plugin-tools-api maven-plugin-tools-generators maven-script; do
+ %pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0 ${i}
+done
+
%pom_remove_dep org.junit:junit-bom
%pom_remove_dep :maven-plugin-tools-ant maven-plugin-plugin
%pom_remove_dep :maven-plugin-tools-beanshell maven-plugin-plugin
@@ -95,6 +100,7 @@
org.eclipse.sisu.plexus \
plexus/plexus-build-api \
plexus/utils \
+ plexus/xml \
plexus-velocity/plexus-velocity
%{mvn_file} :%{artifactId} %{base_name}/%{artifactId}
++++++ maven-plugin-plugin.spec ++++++
--- /var/tmp/diff_new_pack.QHrHFb/_old 2024-04-03 17:21:13.795297273 +0200
+++ /var/tmp/diff_new_pack.QHrHFb/_new 2024-04-03 17:21:13.795297273 +0200
@@ -45,6 +45,7 @@
BuildRequires: mvn(org.apache.maven:maven-repository-metadata)
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
BuildRequires: mvn(org.codehaus.plexus:plexus-velocity)
+BuildRequires: mvn(org.codehaus.plexus:plexus-xml)
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
Obsoletes: %{name}-bootstrap
@@ -81,6 +82,10 @@
# Remove test dependencies because tests are skipped anyways.
%pom_xpath_remove "pom:dependency[pom:scope='test']"
+for i in maven-plugin-report-plugin maven-plugin-tools-annotations
maven-plugin-tools-api maven-plugin-tools-generators maven-script; do
+ %pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0 ${i}
+done
+
%pom_remove_dep org.junit:junit-bom
%pom_remove_dep :maven-plugin-tools-ant maven-plugin-plugin
%pom_remove_dep :maven-plugin-tools-beanshell maven-plugin-plugin
++++++ maven-plugin-tools.spec ++++++
--- /var/tmp/diff_new_pack.QHrHFb/_old 2024-04-03 17:21:13.823298306 +0200
+++ /var/tmp/diff_new_pack.QHrHFb/_new 2024-04-03 17:21:13.823298306 +0200
@@ -49,6 +49,7 @@
BuildRequires: plexus-languages
BuildRequires: plexus-utils
BuildRequires: plexus-velocity
+BuildRequires: plexus-xml
BuildRequires: qdox
BuildRequires: sisu-inject
BuildRequires: sisu-plexus
@@ -160,6 +161,10 @@
%pom_remove_dep net.sf.jtidy:jtidy maven-plugin-tools-generators
+for i in maven-plugin-report-plugin maven-plugin-tools-annotations
maven-plugin-tools-api maven-plugin-tools-generators maven-script; do
+ %pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0 ${i}
+done
+
%build
mkdir -p lib
build-jar-repository -s lib \
@@ -189,6 +194,7 @@
plexus-containers/plexus-component-annotations \
plexus-languages/plexus-java \
plexus/utils \
+ plexus/xml \
plexus-velocity/plexus-velocity \
qdox \
slf4j/api \