Hello community,
here is the log from the commit of package texlive-filesystem for
openSUSE:Factory checked in at 2017-06-08 14:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-filesystem (Old)
and /work/SRC/openSUSE:Factory/.texlive-filesystem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-filesystem"
Thu Jun 8 14:53:37 2017 rev:18 rq:500697 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes
2016-07-26 12:56:07.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.texlive-filesystem.new/texlive-filesystem.changes
2017-06-08 14:53:42.653709816 +0200
@@ -1,0 +2,5 @@
+Fri May 26 14:39:46 UTC 2017 - [email protected]
+
+- Run luatools and luaotfload-tool at update to get the caches up
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ update.texlive ++++++
--- /var/tmp/diff_new_pack.mAlkQR/_old 2017-06-08 14:53:45.925248081 +0200
+++ /var/tmp/diff_new_pack.mAlkQR/_new 2017-06-08 14:53:45.929247516 +0200
@@ -428,6 +428,21 @@
TEXMFCNF=${TEXMFCNFFILE%/*} \
/usr/bin/mtxrun --generate < /dev/null 1>&4 2>&4
let rc+=$?
+ if test -x /usr/bin/luatools ; then
+ TEXMF=${TEXMFDIST} \
+ TEXMFCACHE=${TEXMFVAR} \
+ TEXMFCNF=${TEXMFCNFFILE%/*} \
+ LUAINPUTS="$(kpsewhich --var-value=LUAINPUTS)" \
+ /usr/bin/luatools --generate < /dev/null 1>&4 2>&4
+ let rc+=$?
+ fi
+ if test -x /usr/bin/luaotfload-tool ; then
+ TEXMF=${TEXMFDIST} \
+ TEXMFCACHE=${TEXMFVAR} \
+ TEXMFCNF=${TEXMFCNFFILE%/*} \
+ LUAINPUTS="$(kpsewhich --var-value=LUAINPUTS)" \
+ /usr/bin/luaotfload-tool --update --prefer-texmf --formats=+afm
--log=stdout < /dev/null 1>&4 2>&4
+ fi
test $VERBOSE = true && echo
fi