Script 'mail_helper' called by obssrc
Hello community,

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

Package is "plexus-bsh-factory"

Thu May 16 17:15:45 2024 rev:4 rq:1174340 version:1.0~a7

Changes:
--------
--- /work/SRC/openSUSE:Factory/plexus-bsh-factory/plexus-bsh-factory.changes    
2024-02-20 21:16:12.218061635 +0100
+++ 
/work/SRC/openSUSE:Factory/.plexus-bsh-factory.new.1880/plexus-bsh-factory.changes
  2024-05-16 17:17:57.113960257 +0200
@@ -1,0 +2,9 @@
+Thu May 16 04:58:40 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Use sisu-plexus instead of plexus-containers-container-default
+- Modified patch:
+  * 0001-Migrate-to-plexus-containers-container-default.patch
+    + fix to work with both plexus-containers-container-default
+      and sisu-plexus
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plexus-bsh-factory.spec ++++++
--- /var/tmp/diff_new_pack.pZluJw/_old  2024-05-16 17:17:58.326004186 +0200
+++ /var/tmp/diff_new_pack.pZluJw/_new  2024-05-16 17:17:58.326004186 +0200
@@ -40,8 +40,8 @@
 BuildRequires:  fdupes
 BuildRequires:  javapackages-local >= 6
 BuildRequires:  plexus-classworlds >= 2
-BuildRequires:  plexus-containers-container-default
 BuildRequires:  plexus-utils
+BuildRequires:  sisu-plexus
 BuildArch:      noarch
 
 %description
@@ -66,7 +66,7 @@
 %build
 mkdir -p lib
 
-build-jar-repository -s lib plexus/classworlds plexus/utils 
plexus-containers/plexus-container-default bsh2/bsh
+build-jar-repository -s lib plexus/classworlds plexus/utils 
org.eclipse.sisu.plexus bsh2/bsh
 %{ant} \
   jar javadoc
 

++++++ 0001-Migrate-to-plexus-containers-container-default.patch ++++++
--- /var/tmp/diff_new_pack.pZluJw/_old  2024-05-16 17:17:58.346004911 +0200
+++ /var/tmp/diff_new_pack.pZluJw/_new  2024-05-16 17:17:58.350005056 +0200
@@ -34,7 +34,7 @@
 +            }
 +            catch ( ComponentLookupException e )
 +            {
-+                throw new ComponentInstantiationException( e );
++                throw new ComponentInstantiationException( "", e );
 +            }
 +
              throw new ComponentInstantiationException( "Cannot build 
component for: " +

Reply via email to