Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2017-11-16 13:59:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Thu Nov 16 13:59:28 2017 rev:41 rq:541877 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2017-11-14 
14:06:08.599863837 +0100
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes     2017-11-16 
13:59:29.596932621 +0100
@@ -1,0 +2,6 @@
+Tue Nov 14 16:41:11 UTC 2017 - [email protected]
+
+- Sometimes user nobody has its own ~/.cache directory therefore
+  split path at colon if found
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ source.dif ++++++
--- /var/tmp/diff_new_pack.lZ0FlM/_old  2017-11-16 13:59:31.848851023 +0100
+++ /var/tmp/diff_new_pack.lZ0FlM/_new  2017-11-16 13:59:31.848851023 +0100
@@ -242,15 +242,24 @@
  case $dirname in
    "") # Do nothing
        ;;
-@@ -141,6 +144,7 @@ old_ls_R_magic='% ls-R -- maintained by
+@@ -141,6 +144,16 @@ old_ls_R_magic='% ls-R -- maintained by
    shift
  }
  
 +cache="`kpsewhich --expand-var='$VARTEXFONTS'`"
++{
++  saveIFS=$IFS
++  IFS=:
++  for c in ${cache}; do
++    test -w "$c" || continue
++    cache=$c
++  done
++  IFS=$saveIFS
++}
  for TEXMFLS_R in "$@"; do
    # Prepend cwd if the directory was relative.
    case "$TEXMFLS_R" in
-@@ -170,12 +174,23 @@ for TEXMFLS_R in "$@"; do
+@@ -170,12 +183,23 @@ for TEXMFLS_R in "$@"; do
    # want to be silent if the directory doesn't exist, since the ls-R
    # path ordinarily contains many nonexistent directories.
    test -d "$db_dir" || continue
@@ -276,7 +285,7 @@
    elif test -s "$db_file" \
         && test "x`sed '1s/
$//;1q' \"$db_file\"`" != "x$ls_R_magic" \
         && test "x`sed '1s/
$//;1q' \"$db_file\"`" != "x$old_ls_R_magic"; then
-@@ -186,8 +201,13 @@ for TEXMFLS_R in "$@"; do
+@@ -186,8 +210,13 @@ for TEXMFLS_R in "$@"; do
    # Skip if we cannot write the file:
    kpseaccess -w "$db_file" || { echo "$progname: $db_file: no write 
permission, skipping..." >&2; continue; }
  
@@ -292,7 +301,7 @@
      || { echo "$progname: $db_dir_tmp: could not create directory, 
skipping..." >&2; continue; }
    db_file_tmp="$db_dir_tmp/lsR$$.tmp"
    rm -f "$db_file_tmp"
-@@ -195,7 +215,9 @@ for TEXMFLS_R in "$@"; do
+@@ -195,7 +224,9 @@ for TEXMFLS_R in "$@"; do
    $verbose && echo "$progname: Updating $db_file... "
    $dry_run && continue
    
@@ -303,7 +312,7 @@
  
    # The main task. We put ./: in the output, so top-level files can be
    # found via ls-R. Probably irrelevant in practice.  The sed command
-@@ -209,15 +231,20 @@ for TEXMFLS_R in "$@"; do
+@@ -209,15 +240,20 @@ for TEXMFLS_R in "$@"; do
    vc_dirs='\.\(bzr\|git\|hg\|svn\)\|_darcs'
    (cd "$TEXMFLS_R" && \ls -LRa 2>/dev/null) \
     | sed -e '/^$/{n;s%^\./%%;s%^%./%;}; /^\.$/d; /^\.\.$/d; /^'$vc_dirs'$/d;' 
\


Reply via email to