Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cbi-plugins for openSUSE:Factory 
checked in at 2024-05-16 17:16:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cbi-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.cbi-plugins.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cbi-plugins"

Thu May 16 17:16:10 2024 rev:5 rq:1174393 version:1.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/cbi-plugins/cbi-plugins.changes  2022-01-14 
23:14:39.870686865 +0100
+++ /work/SRC/openSUSE:Factory/.cbi-plugins.new.1880/cbi-plugins.changes        
2024-05-16 17:18:25.650994544 +0200
@@ -1,0 +2,5 @@
+Thu May 16 08:06:57 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Fix build with maven-plugin-plugin >= 3.11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cbi-plugins.spec ++++++
--- /var/tmp/diff_new_pack.w9YcoN/_old  2024-05-16 17:18:26.155012811 +0200
+++ /var/tmp/diff_new_pack.w9YcoN/_new  2024-05-16 17:18:26.155012811 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cbi-plugins
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -82,6 +82,21 @@
 sed -i -e 's/1\.0\.5-SNAPSHOT/1.0.4/' pom.xml
 sed -i -e 's/1\.2\.3-SNAPSHOT/1.2.2/' common/pom.xml
 
+for i in eclipse-winsigner eclipse-jarsigner eclipse-macsigner eclipse-cbi;
+do
+  %pom_add_plugin org.apache.maven.plugins:maven-plugin-plugin 
maven-plugins/${i}-plugin "
+    <configuration>
+      <goalPrefix>${i}</goalPrefix>
+    </configuration>"
+done
+for i in eclipse-dmg-packager eclipse-flatpak-packager;
+do
+  %pom_add_plugin org.apache.maven.plugins:maven-plugin-plugin 
maven-plugins/${i} "
+    <configuration>
+      <goalPrefix>${i}</goalPrefix>
+    </configuration>"
+done
+
 %build
 # Tests require jimfs which we don't have
 %{mvn_build} -f -- -f maven-plugins/pom.xml 
-Dproject.build.sourceEncoding=UTF-8 -Dsource=1.8

Reply via email to