Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-plugin-testing for
openSUSE:Factory checked in at 2024-04-03 17:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-plugin-testing (Old)
and /work/SRC/openSUSE:Factory/.maven-plugin-testing.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-plugin-testing"
Wed Apr 3 17:19:53 2024 rev:7 rq:1164211 version:3.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-plugin-testing/maven-plugin-testing.changes
2024-02-22 20:58:56.068081569 +0100
+++
/work/SRC/openSUSE:Factory/.maven-plugin-testing.new.1905/maven-plugin-testing.changes
2024-04-03 17:21:15.375355544 +0200
@@ -1,0 +2,6 @@
+Tue Apr 2 17:27:41 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-testing.spec ++++++
--- /var/tmp/diff_new_pack.PUmatQ/_old 2024-04-03 17:21:17.419430927 +0200
+++ /var/tmp/diff_new_pack.PUmatQ/_new 2024-04-03 17:21:17.435431517 +0200
@@ -50,6 +50,7 @@
BuildRequires: plexus-containers-component-annotations
BuildRequires: plexus-metadata-generator
BuildRequires: plexus-utils
+BuildRequires: plexus-xml
BuildRequires: qdox
BuildRequires: sisu-inject
BuildRequires: sisu-plexus
@@ -102,6 +103,10 @@
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-site-plugin
+for i in maven-plugin-testing-harness maven-plugin-testing-tools; do
+ %pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0 ${i}
+done
+
sed -i -e "s/MockControl/IMocksControl/g"
maven-test-tools/src/main/java/org/apache/maven/shared/tools/easymock/MockManager.java
# needs network for some reason
@@ -143,6 +148,7 @@
plexus-containers/plexus-component-annotations \
plexus-metadata-generator \
plexus/utils \
+ plexus/xml \
qdox \
xbean/xbean-reflect
%{ant} \