From 035cfa801838527c4dc39565e9c37ddbf76a07a012f11f1daea8000148fa4a8d Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Thu, 4 May 2023 09:15:54 +0000 Subject: [PATCH] Accepting request 1084565 from home:kstreitova:branches:Base:System - Update to 633 * This release fixes a build problem found in less-632 on systems which have termcap.h in a subdirectory (ncurses/termcap.h or ncursesw/termcap.h). There is no functional difference between less-632 and less-633 - Update to 632 (differences between 608 and 632) OBS-URL: https://build.opensuse.org/request/show/1084565 OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=97 --- less-632.sig | Bin 71 -> 0 bytes less-632.tar.gz | 3 --- less-633.sig | Bin 0 -> 72 bytes less-633.tar.gz | 3 +++ less.changes | 45 ++++++++++----------------------------------- less.spec | 2 +- 6 files changed, 14 insertions(+), 39 deletions(-) delete mode 100644 less-632.sig delete mode 100644 less-632.tar.gz create mode 100644 less-633.sig create mode 100644 less-633.tar.gz diff --git a/less-632.sig b/less-632.sig deleted file mode 100644 index e8d7229a6c24c5158e62905824c7de2f5d63a49646068f60cad8fbe29c9e3e38..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71 zcmV-N0J#5%MFap50ssaD0%R`$(*Ozy5b;x|$TK5SStm^Zpp1kZNkZ*pcz4@dUWIRT d({1xQZUC6N;JbV%Gs`3)DXBi9$l^z2!Q3HX8;Jk_ diff --git a/less-632.tar.gz b/less-632.tar.gz deleted file mode 100644 index 5e788b3..0000000 --- a/less-632.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f71b2a9178ddad8a238259032f3c9d21929846ce453af2a77fc906ccc31d4d9 -size 375440 diff --git a/less-633.sig b/less-633.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..cae5c99f8d1a95a27d93c99771852f3c3b6644d5a1c2b76815a393caf405d981 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0%TIFHUJ6<5b;x|$TK5SS?{O-pGzbw1nSo#77LKnPAci) e`;k*ZGXS8io)#XmGX@9@ZIR9<>QkUO3%{T?l^MhU literal 0 HcmV?d00001 diff --git a/less-633.tar.gz b/less-633.tar.gz new file mode 100644 index 0000000..ef46f41 --- /dev/null +++ b/less-633.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f201d64b828b88af36dfe6cfdba3e0819ece2e446ebe6224813209aaefed04f +size 375733 diff --git a/less.changes b/less.changes index 36ea31d..f6c5a5a 100644 --- a/less.changes +++ b/less.changes @@ -1,7 +1,16 @@ +------------------------------------------------------------------- +Thu May 4 08:12:21 UTC 2023 - Kristyna Streitova + +- Update to 633 + * This release fixes a build problem found in less-632 on systems + which have termcap.h in a subdirectory (ncurses/termcap.h or + ncursesw/termcap.h). There is no functional difference between + less-632 and less-633 + ------------------------------------------------------------------- Tue May 2 08:25:11 UTC 2023 - Kristyna Streitova -- Update to 632 +- Update to 632 (differences between 608 and 632) * Add LESSUTFCHARDEF environment variable (github #275). * Add # command (github #330). * Add ^S search modifier (github #196). @@ -35,40 +44,6 @@ Tue May 2 08:25:11 UTC 2023 - Kristyna Streitova * Don't call realpath on fake filenames like "-" (github #289). * Implement lesstest test suite. * Convert function parameter definitions from K&R to C89 (github #316). -- Version 629 news - * Add LESSUTFCHARDEF environment variable (github #275). - * Add # command (github #330). - * Add ^S search modifier (github #196). - * Add --wordwrap option (github #113). - * Add --no-vbell option (github #304). - * Add --no-search-headers option (github #44). - * Add --modelines option (github #89). - * Add --intr option (github #224). - * Add --proc-backspace, --proc-tab and --proc-return options (github #335). - * Add --show-preproc-errors option (github #258). - * Add LESS_LINES and LESS_COLUMNS environment variables (github #84). - * Allow empty "lines" field in --header option. - * Update Unicode tables. - * Improve ability of ^X to interrupt F command (github #49). - * Status column (-J) shows off-screen matches. - * Parenthesized sub-patterns in searches are colored with unique colors, if supported by the regular expression library (github #196). - * Don't allow opening a tty as file input unless -f is set (github #309). - * Don't require newline input after +&... option (github #339). - * Fix incorrect handling of some Private Use Unicode characters. - * Fix ANSI color bug when overstriking with colored chars (github #276). - * Fix compiler const warning (github #279). - * Fix signal race in iread (github #280). - * Fix reading procfs files on Linux (github #282). - * Fix --ignore-case with ctrl-R (no regex) search (github #300). - * Fix bug doing repeat search after setting & filter (github #299). - * Fix bug doing repeat search before non-repeat search. - * Fix crash with -R and certain line lengths (github #338). - * Don't retain search options from a cancelled search (github #302). - * Don't call realpath on fake filenames like "-" (github #289). - * Implement lesstest test suite. - * Convert function parameter definitions from K&R to C89 (github #316). -- Remove cve-2022-46663.patch that was applied upstream -- Refresh less-429-more.patch and less-429-shell.patch ------------------------------------------------------------------- Tue Feb 7 15:02:12 UTC 2023 - Peter Simons diff --git a/less.spec b/less.spec index f73454a..a1473a8 100644 --- a/less.spec +++ b/less.spec @@ -22,7 +22,7 @@ %define use_usretc 1 %endif Name: less -Version: 632 +Version: 633 Release: 0 Summary: Text File Browser and Pager Similar to more License: BSD-2-Clause OR GPL-3.0-or-later