Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scala-maven-plugin for 
openSUSE:Factory checked in at 2022-03-11 21:41:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scala-maven-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.scala-maven-plugin.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scala-maven-plugin"

Fri Mar 11 21:41:21 2022 rev:2 rq:961014 version:3.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/scala-maven-plugin/scala-maven-plugin.changes    
2020-02-27 14:40:18.174399314 +0100
+++ 
/work/SRC/openSUSE:Factory/.scala-maven-plugin.new.25692/scala-maven-plugin.changes
 2022-03-11 21:41:35.978085959 +0100
@@ -1,0 +2,7 @@
+Fri Mar 11 07:12:03 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * new-reporting-api.patch
+    + fix building with the new maven-reporting-api
+
+-------------------------------------------------------------------

New:
----
  new-reporting-api.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scala-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.wWcgio/_old  2022-03-11 21:41:36.438086312 +0100
+++ /var/tmp/diff_new_pack.wWcgio/_new  2022-03-11 21:41:36.446086318 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scala-maven-plugin
 #
-# Copyright (c) 2020 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
@@ -24,6 +24,7 @@
 URL:            https://github.com/davidB/%{name}
 Source0:        https://github.com/davidB/%{name}/archive/%{version}.tar.gz
 Patch0:         scala-maven-plugin-3.4.6-bootcp.patch
+Patch1:         new-reporting-api.patch
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mvn(com.typesafe.zinc:zinc)
@@ -61,6 +62,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %pom_remove_plugin :nexus-staging-maven-plugin
 %pom_remove_plugin :maven-javadoc-plugin

++++++ new-reporting-api.patch ++++++
--- scala-maven-plugin-3.4.6/src/main/java/scala_maven/ScalaDocMojo.java        
2019-01-21 20:53:39.000000000 +0100
+++ scala-maven-plugin-3.4.6/src/main/java/scala_maven/ScalaDocMojo.java        
2022-03-10 21:09:58.493045010 +0100
@@ -326,7 +326,13 @@
         return jcmd;
     }
 
-    @Override
+       public void generate(
+                       final org.apache.maven.doxia.sink.Sink sink,
+                       final Locale locale) throws MavenReportException {
+               generate( (Sink) sink, locale);
+       }
+
+
     public void generate(Sink sink, Locale locale) throws MavenReportException 
{
         try {
             if (!canGenerateReport()) {

Reply via email to