Hello community,
here is the log from the commit of package texlive-filesystem for
openSUSE:Factory checked in at 2012-09-19 11:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-filesystem (Old)
and /work/SRC/openSUSE:Factory/.texlive-filesystem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-filesystem", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes
2012-09-13 07:07:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.texlive-filesystem.new/texlive-filesystem.changes
2012-09-19 11:57:38.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 19 09:51:43 UTC 2012 - [email protected]
+
+- If update script falis on some points like fmtutils then do not
+ remove the execution tag file to handle this later
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ update.texlive ++++++
--- /var/tmp/diff_new_pack.5yrqFP/_old 2012-09-19 11:57:42.000000000 +0200
+++ /var/tmp/diff_new_pack.5yrqFP/_new 2012-09-19 11:57:42.000000000 +0200
@@ -207,15 +207,16 @@
fmtutil-sys --byhyphen ${cnf_ldef} < /dev/null 1>&4 2>&4
let rc+=$?
test $VERBOSE = true && echo
+ ((rc != 0)) || rm -f /var/run/texlive/run-fmtutil.language
;;
*)
test $VERBOSE = true && echo -en "\r[ ]Updating TeX formats."
fmtutil-sys --missing < /dev/null 1>&4 2>&4
let rc+=$?
test $VERBOSE = true && echo
+ ((rc != 0)) || rm -f /var/run/texlive/run-fmtutil
;;
esac
- rm -f /var/run/texlive/run-fmtutil*
done
for run in /var/run/texlive/run-updmap* ; do
@@ -236,6 +237,7 @@
let rc+=$?
fi
# test $VERBOSE = true && echo
+ ((rc == 0)) || continue
rm -f /var/run/texlive/run-updmap*
rm -f /var/run/texlive/sync-updmap*
rm -f /var/run/texlive/run-mktexlsr*
@@ -260,6 +262,7 @@
let rc+=$?
fi
# test $VERBOSE = true && echo
+ ((rc == 0)) || continue
rm -f /var/run/texlive/sync-updmap*
rm -f /var/run/texlive/run-mktexlsr*
done
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]