Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2021-08-02 12:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice"

Mon Aug  2 12:04:14 2021 rev:234 rq:909248 version:7.1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2021-07-28 
19:19:41.723662647 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new.1899/libreoffice.changes        
2021-08-02 12:04:16.589666159 +0200
@@ -1,0 +2,6 @@
+Thu Jul 29 13:27:48 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Source profile.d/alljava.sh from either /etc (if found) or
+  /usr/etc).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.eKVCGT/_old  2021-08-02 12:04:19.421665556 +0200
+++ /var/tmp/diff_new_pack.eKVCGT/_new  2021-08-02 12:04:19.425665555 +0200
@@ -1026,7 +1026,11 @@
 %define _lto_cflags %{nil}
 # do not eat all memory
 # make sure that JAVA_HOME is set correctly
-source %{_sysconfdir}/profile.d/alljava.sh
+if [ -f %{_sysconfdir}/profile.d/alljava.sh ]; then
+  . %{_sysconfdir}/profile.d/alljava.sh
+elif [ -f %{_distconfdir}/profile.d/alljava.sh ]; then
+  . %{_distconfdir}/profile.d/alljava.sh
+fi
 # use RPM_OPT_FLAGS, ...
 # remove big debugsymbols as we simply consume too much space
 %if %{with lto}

Reply via email to