Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2024-02-18 20:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tomcat (Old)
 and      /work/SRC/openSUSE:Factory/.tomcat.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tomcat"

Sun Feb 18 20:24:46 2024 rev:104 rq:1147338 version:9.0.85

Changes:
--------
--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes    2024-02-15 
21:02:20.996104213 +0100
+++ /work/SRC/openSUSE:Factory/.tomcat.new.1815/tomcat.changes  2024-02-18 
20:25:20.310705999 +0100
@@ -1,0 +2,5 @@
+Sat Feb 17 14:55:06 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Link ecj.jar into the install instead of copying it
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tomcat.spec ++++++
--- /var/tmp/diff_new_pack.iSIeC7/_old  2024-02-18 20:25:21.214738557 +0100
+++ /var/tmp/diff_new_pack.iSIeC7/_new  2024-02-18 20:25:21.214738557 +0100
@@ -409,7 +409,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
@@ -427,6 +427,8 @@
     ln -s $(build-classpath commons-dbcp2) commons-dbcp2.jar
     ln -s $(build-classpath commons-pool2) commons-pool2.jar
     ln -s $(build-classpath ecj/ecj) jasper-jdt.jar
+    rm ecj.jar
+    ln -s $(build-classpath ecj/ecj) ecj.jar
 
     # Temporary copy the juli jar here from %%{_datadir}/java/tomcat (for 
maven depmap)
     cp -a %{buildroot}%{bindir}/tomcat-juli.jar ./

Reply via email to