Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tomcat10 for openSUSE:Factory checked in at 2024-02-18 20:24:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tomcat10 (Old) and /work/SRC/openSUSE:Factory/.tomcat10.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomcat10" Sun Feb 18 20:24:47 2024 rev:7 rq:1147339 version:10.1.18 Changes: -------- --- /work/SRC/openSUSE:Factory/tomcat10/tomcat10.changes 2024-02-15 21:02:22.360152155 +0100 +++ /work/SRC/openSUSE:Factory/.tomcat10.new.1815/tomcat10.changes 2024-02-18 20:25:21.498748785 +0100 @@ -1,0 +2,5 @@ +Sat Feb 17 14:55:36 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Link ecj.jar into the install instead of copying it + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomcat10.spec ++++++ --- /var/tmp/diff_new_pack.WeiZdc/_old 2024-02-18 20:25:22.250775868 +0100 +++ /var/tmp/diff_new_pack.WeiZdc/_new 2024-02-18 20:25:22.254776012 +0100 @@ -438,7 +438,7 @@ popd pushd output/build - %{_bindir}/build-jar-repository lib commons-collections \ + %{_bindir}/build-jar-repository -s lib commons-collections \ commons-dbcp2 commons-pool2 ecj/ecj 2>&1 # need to use -p here with b-j-r otherwise the examples webapp fails to # load with a java.io.IOException @@ -455,6 +455,8 @@ rm -f commons-dbcp.jar ln -s $(build-classpath commons-dbcp2) commons-dbcp2.jar ln -s $(build-classpath commons-pool2) commons-pool2.jar + rm ecj.jar + ln -s $(build-classpath ecj/ecj) ecj.jar ln -s $(build-classpath ecj/ecj) jasper-jdt.jar # Temporary copy the juli jar here from %%{_datadir}/java/tomcat (for maven depmap)