Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sisu for openSUSE:Factory checked in at 2024-06-11 18:27:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sisu (Old) and /work/SRC/openSUSE:Factory/.sisu.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sisu" Tue Jun 11 18:27:33 2024 rev:11 rq:1179731 version:0.9.0.M3 Changes: -------- --- /work/SRC/openSUSE:Factory/sisu/sisu.changes 2024-06-06 12:33:22.930143713 +0200 +++ /work/SRC/openSUSE:Factory/.sisu.new.19518/sisu.changes 2024-06-11 18:28:07.182298837 +0200 @@ -1,0 +2,5 @@ +Mon Jun 10 14:02:10 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Add dependency on jakarta-inject, needed by google-guice 6.0.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sisu.spec ++++++ --- /var/tmp/diff_new_pack.un4Z6b/_old 2024-06-11 18:28:07.902325113 +0200 +++ /var/tmp/diff_new_pack.un4Z6b/_new 2024-06-11 18:28:07.902325113 +0200 @@ -36,6 +36,7 @@ BuildRequires: glassfish-annotation-api BuildRequires: google-guice BuildRequires: guice-servlet +BuildRequires: jakarta-inject BuildRequires: javapackages-local >= 6 BuildRequires: junit BuildRequires: junit5-minimal @@ -89,10 +90,11 @@ %build mkdir -p lib build-jar-repository -s lib \ + atinject \ + cdi-api \ glassfish-annotation-api \ google-guice-no_aop \ - javax.enterprise.inject/cdi-api \ - javax.inject/atinject \ + jakarta-inject \ junit \ junit5 \ osgi-core/osgi.core \