From 75e94ce1631bb7600b79414379857f9601603c6a2a7728f14c40fd353b4c917a Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Sun, 4 Nov 2012 21:07:58 +0000 Subject: [PATCH] - Update to version 453 * Allow backslash escaping of metacharacters in LESS environment variable. * Don't quit if syntax errors are found in command line options. * Increase sizes of some internal buffers. * Fix configure bug with --with-regex=none. * Fix crash with "stty rows 0". OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=30 --- less-451.tar.gz | 3 --- less-453.tar.gz | 3 +++ less.changes | 11 +++++++++++ less.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 less-451.tar.gz create mode 100644 less-453.tar.gz diff --git a/less-451.tar.gz b/less-451.tar.gz deleted file mode 100644 index 3bc6c5f..0000000 --- a/less-451.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fe8287c647afeafb4149c5dedaeacfd20971ed7c26c7553794bb750536b5f57 -size 310144 diff --git a/less-453.tar.gz b/less-453.tar.gz new file mode 100644 index 0000000..f07f2b4 --- /dev/null +++ b/less-453.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca04503d8266f006482aea93c1506cb9b7f06ac15640c5e78c71df5dc59bd0d8 +size 310790 diff --git a/less.changes b/less.changes index 8810eb5..0bee2e9 100644 --- a/less.changes +++ b/less.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 4 21:06:26 UTC 2012 - puzel@suse.com + +- Update to version 453 + * Allow backslash escaping of metacharacters in LESS environment + variable. + * Don't quit if syntax errors are found in command line options. + * Increase sizes of some internal buffers. + * Fix configure bug with --with-regex=none. + * Fix crash with "stty rows 0". + ------------------------------------------------------------------- Tue Sep 25 07:48:44 UTC 2012 - vdziewiecki@suse.com diff --git a/less.spec b/less.spec index 56974c3..f0a8b91 100644 --- a/less.spec +++ b/less.spec @@ -23,7 +23,7 @@ Obsoletes: jless Provides: jless Provides: normal-less Requires: file -Version: 451 +Version: 453 Release: 0 Summary: Text File Browser and Pager Similar to more License: GPL-3.0+ or BSD-2-Clause