Hello community,

here is the log from the commit of package texlive-filesystem for 
openSUSE:Factory checked in at 2019-12-02 11:30:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-filesystem.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-filesystem"

Mon Dec  2 11:30:14 2019 rev:36 rq:750744 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes    
2019-11-18 20:06:46.149702028 +0100
+++ 
/work/SRC/openSUSE:Factory/.texlive-filesystem.new.4691/texlive-filesystem.changes
  2019-12-02 11:33:26.318501887 +0100
@@ -1,0 +2,5 @@
+Mon Nov 18 12:59:58 UTC 2019 - Dr. Werner Fink <[email protected]>
+
+- Make cron script even more failsafe
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive.cron ++++++
--- /var/tmp/diff_new_pack.7Mcp6R/_old  2019-12-02 11:33:29.506500403 +0100
+++ /var/tmp/diff_new_pack.7Mcp6R/_new  2019-12-02 11:33:29.506500403 +0100
@@ -7,6 +7,9 @@
 # Call texhash
 #
 
+type -f -p kpsewhich >& /dev/null || exit 0
+type -f -p mktexlsr  >& /dev/null || exit 0
+type -f -p find      >& /dev/null || exit 0
 test -r /etc/sysconfig/texlive && . /etc/sysconfig/texlive
 
 OLDIFS=$IFS; IFS=':;'


Reply via email to