Hello community, here is the log from the commit of package less for openSUSE:Factory checked in at 2013-11-15 13:24:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/less (Old) and /work/SRC/openSUSE:Factory/.less.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "less" Changes: -------- --- /work/SRC/openSUSE:Factory/less/less.changes 2013-07-31 18:31:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.less.new/less.changes 2013-11-15 13:24:22.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 13 11:23:59 CET 2013 - ti...@suse.de + +- Fix lesspipe.sh for removing properly the leftover tmp files + when viewing patch files without colordiff (bnc#850225) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lessopen.sh ++++++ --- /var/tmp/diff_new_pack.bk0Quj/_old 2013-11-15 13:24:24.000000000 +0100 +++ /var/tmp/diff_new_pack.bk0Quj/_new 2013-11-15 13:24:24.000000000 +0100 @@ -132,7 +132,7 @@ if [ $R_NOT_SET = false ] && \ [ -x "`which colordiff 2>/dev/null`" ]; then colordiff < "$TMPF_pre" | cat > "$TMPF" 2>/dev/null - else TMPF="$TMPF_pre"; fi + else rm -f "$TMPF"; TMPF="$TMPF_pre"; fi ;; *) if [ "$LESS_ADVANCED_PREPROCESSOR" = "yes" ]; then -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org