diff --git a/less-590.sig b/less-590.sig deleted file mode 100644 index 0db43dd..0000000 Binary files a/less-590.sig and /dev/null differ diff --git a/less-590.tar.gz b/less-590.tar.gz deleted file mode 100644 index b45ed7b..0000000 --- a/less-590.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aadf54be8bf57d0e2999a3c5d67b1de63808bb90deb8f77b028eafae3a08e10 -size 352574 diff --git a/less-608.sig b/less-608.sig new file mode 100644 index 0000000..6e70f50 Binary files /dev/null and b/less-608.sig differ diff --git a/less-608.tar.gz b/less-608.tar.gz new file mode 100644 index 0000000..19dde8f --- /dev/null +++ b/less-608.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69abe2e0a126777e021d3b73aa3222e1b261f10e64624d41ec079685a6ac209 +size 362346 diff --git a/less.changes b/less.changes index 590d2e7..bb6957f 100644 --- a/less.changes +++ b/less.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Sep 14 09:05:33 UTC 2022 - Danilo Spinella + +- Update to 608: + * Add the --header option (github #43). + * Add the --no-number-headers option (github #178). + * Add the --status-line option. + * Add the --redraw-on-quit option (github #36). + * Add the --search-options option (github #213). + * Add the --exit-follow-on-close option (github #244). + * Add 'H' color type to set color of header lines. + * Add #version conditional to lesskey. + * Add += syntax to variable section in lesskey files. + * Allow option name in -- command to end with '=' in addition to '\n'. + * Add $HOME/.config to possible locations of lesskey file (github #153). + * Add $XDG_STATE_HOME and $HOME/.local/state to possible locations + of history file (github #223). + * Don't read or write history file in secure mode (github #201). + * Fix display of multibyte and double-width chars in prompt. + * Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08 + (github #188). + * Add more \k codes to lesskey format. + * Fix bug when empty file is modified while viewing it. + * Fix bug when parsing a malformed lesskey file (githb #234). + * Fix bug scrolling history when --incsearch is set (github #214). + * Fix buffer overflow when invoking lessecho with more than 63 -m/-n + options (github #198). + * Fix buffer overflow in bin_file (github #271). + * Fix bug restoring color at end of highlighted text. + * Fix bug in parsing lesskey file. + * Defer moving cursor to lower left in some more cases. + * Suppress TAB filename expansion in some cases where it doesn't make sense. + * Fix termlib detection when compiler doesn't accept + calls to undeclared functions. + * Escape filenames when invoking LESSCLOSE. + * Fix bug using multibyte UTF-8 char in search string + with --incsearch (github #273). + ------------------------------------------------------------------- Tue Aug 16 15:01:20 UTC 2022 - Thorsten Kukuk diff --git a/less.spec b/less.spec index 00df8c3..8cce1b2 100644 --- a/less.spec +++ b/less.spec @@ -22,7 +22,7 @@ %define use_usretc 1 %endif Name: less -Version: 590 +Version: 608 Release: 0 Summary: Text File Browser and Pager Similar to more License: BSD-2-Clause OR GPL-3.0-or-later