Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-bundle-plugin for
openSUSE:Factory checked in at 2024-10-16 23:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-bundle-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-bundle-plugin.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-bundle-plugin"
Wed Oct 16 23:46:55 2024 rev:4 rq:1208218 version:5.1.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-bundle-plugin/maven-bundle-plugin.changes
2024-09-24 17:32:56.612243491 +0200
+++
/work/SRC/openSUSE:Factory/.maven-bundle-plugin.new.19354/maven-bundle-plugin.changes
2024-10-16 23:48:18.216863017 +0200
@@ -1,0 +2,8 @@
+Thu Oct 3 10:26:07 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Build against maven-doxia >= 2.0.0
+- Modified patch:
+ * new-reporting-api.patch
+ + adapt to the maven-doxia 2.0.0 APIs
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-bundle-plugin.spec ++++++
--- /var/tmp/diff_new_pack.wRhv1D/_old 2024-10-16 23:48:20.380953271 +0200
+++ /var/tmp/diff_new_pack.wRhv1D/_new 2024-10-16 23:48:20.380953271 +0200
@@ -32,7 +32,7 @@
BuildRequires: mvn(org.apache.felix:felix-parent:pom:)
BuildRequires: mvn(org.apache.felix:org.apache.felix.bundlerepository)
BuildRequires: mvn(org.apache.felix:org.apache.felix.utils)
-BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
+BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api) >= 2.0.0
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
++++++ new-reporting-api.patch ++++++
--- /var/tmp/diff_new_pack.wRhv1D/_old 2024-10-16 23:48:20.432955439 +0200
+++ /var/tmp/diff_new_pack.wRhv1D/_new 2024-10-16 23:48:20.436955606 +0200
@@ -1,16 +1,12 @@
----
maven-bundle-plugin-5.1.1/src/main/java/org/apache/felix/bundleplugin/baseline/BaselineReport.java
2020-07-09 18:44:18.000000000 +0200
-+++
maven-bundle-plugin-5.1.1/src/main/java/org/apache/felix/bundleplugin/baseline/BaselineReport.java
2022-03-11 07:46:59.951664164 +0100
-@@ -324,6 +324,12 @@
+---
maven-bundle-plugin-5.1.9/src/main/java/org/apache/felix/bundleplugin/baseline/BaselineReport.java
2024-09-30 22:01:52.149300507 +0200
++++
maven-bundle-plugin-5.1.9/src/main/java/org/apache/felix/bundleplugin/baseline/BaselineReport.java
2024-09-30 22:03:05.556458439 +0200
+@@ -324,7 +324,7 @@
return !skip && outputDirectory != null;
}
+- public void generate( @SuppressWarnings( "deprecation" )
org.codehaus.doxia.sink.Sink sink, Locale locale )
+ public void generate( org.apache.maven.doxia.sink.Sink sink, Locale
locale )
-+ throws MavenReportException
-+ {
-+ generate( (org.codehaus.doxia.sink.Sink) sink, locale );
-+ }
-+
- public void generate( @SuppressWarnings( "deprecation" )
org.codehaus.doxia.sink.Sink sink, Locale locale )
throws MavenReportException
{
+ final Context ctx = new Context();