From bda9ba0645ecc5560e930010978034714e46e82a7ff1d2b7e27ea9f825f20802 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Aug 2020 16:26:08 +0000 Subject: [PATCH] - update to 563: * Update Unicode tables. * Treat Hangul Jamo medial vowels and final consonants as zero width. * Display error message immediately when -o is toggled and input is not a pipe. * Fix regression: make screen repaint when "squished" and a no-movement command is given. * Fix erroneous EOF calculation when F command is interrupted. * Make WIN32C version include this fix from 551: Don't count lines in initial screen if using -X with -F. * Fix display bug in WIN32C version. * Fix memory corruption when built with libtermcap. * Support libtinfow. OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=75 --- less-562.sig | Bin 72 -> 0 bytes less-562.tar.gz | 3 --- less-563.sig | Bin 0 -> 72 bytes less-563.tar.gz | 3 +++ less.changes | 25 +++++++++++++++++++++++++ less.spec | 2 +- 6 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 less-562.sig delete mode 100644 less-562.tar.gz create mode 100644 less-563.sig create mode 100644 less-563.tar.gz diff --git a/less-562.sig b/less-562.sig deleted file mode 100644 index 6a63b8cb119332bfc5efd7147407d025a3c5b67f16a8050fdea8917152da9f11..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$#*c$N&ln5b;x|$TK5SS#Adappg8LMpzthR@qq?!{hX9{!H|Q0t-y7cpbRdcj=l{V@J53gO_#5c} diff --git a/less-562.tar.gz b/less-562.tar.gz deleted file mode 100644 index d6483ba..0000000 --- a/less-562.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eab470c7c928132441541aa49b1352c0fc699c30f762dfaeb3bf88e6f0fd701b -size 335444 diff --git a/less-563.sig b/less-563.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..75661dad7338314530adebfa2ef6f453eb609addeee7b9f716336237d5e9c86c GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$$~s;{XZ?5b;x|$TK5SSvq+DoC#EbE4KtDGJA=TQES?N e`a>jM3jm*aIOAkNkH3*fNTq(;6FbcGV*(;fcp5 + +- update to 563: + * Update Unicode tables. + + * Treat Hangul Jamo medial vowels and final consonants as zero width. + + * Display error message immediately when -o is toggled and + input is not a pipe. + + * Fix regression: make screen repaint when "squished" and + a no-movement command is given. + + * Fix erroneous EOF calculation when F command is interrupted. + + * Make WIN32C version include this fix from 551: + Don't count lines in initial screen if using -X with -F. + + * Fix display bug in WIN32C version. + + * Fix memory corruption when built with libtermcap. + + * Support libtinfow. + ------------------------------------------------------------------- Wed May 20 20:30:12 UTC 2020 - Andreas Stieger diff --git a/less.spec b/less.spec index cf7dc27..ef0125d 100644 --- a/less.spec +++ b/less.spec @@ -17,7 +17,7 @@ Name: less -Version: 562 +Version: 563 Release: 0 Summary: Text File Browser and Pager Similar to more License: GPL-3.0-or-later OR BSD-2-Clause