Accepting request 160924 from Base:System

- Update to version 457
  * Allow backslash escaping of metacharacters in LESS environment
    variable if the --use-backslash option is set.
  * 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".

  isupper, many thanks to Björn Jacke for hint and patch [#29827] (forwarded request 160301 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/160924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=38
This commit is contained in:
Stephan Kulow 2013-03-25 19:31:48 +00:00 committed by Git OBS Bridge
commit 81845af4e3
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa3ec8a2b790ea369cb1994571e909c3bb39426f375ab5803233b961ff004677
size 310727

3
less-457.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63c9c421df5c64439babc3aa44861512c298af394c932672b3e5aeb53580eed8
size 311207

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 20 16:31:12 UTC 2013 - idonmez@suse.com
- Update to version 457
* Allow backslash escaping of metacharacters in LESS environment
variable if the --use-backslash option is set.
* 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".
-------------------------------------------------------------------
Mon Nov 12 20:48:29 UTC 2012 - puzel@suse.com
@ -358,7 +369,7 @@ Tue Feb 24 11:47:38 CET 2004 - pmladek@suse.cz
- updated to version 382:
* removed some old copyrighted code
- fixed to work with Turkish locales, problems with functions like
isupper, many thanks to Björn Jacke for hint and patch [#29827]
isupper, many thanks to Björn Jacke for hint and patch [#29827]
- added some missing braces in opttbl.c to mouse.patch and iso254.patch
- fixed code violating strict aliasing rules
- used norootforbuild

View File

@ -1,7 +1,7 @@
#
# spec file for package less
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,13 +23,13 @@ Obsoletes: jless
Provides: jless
Provides: normal-less
Requires: file
Version: 456
Version: 457
Release: 0
Summary: Text File Browser and Pager Similar to more
License: GPL-3.0+ or BSD-2-Clause
Group: Productivity/Text/Utilities
Url: http://www.greenwoodsoftware.com/less/
Source: %{name}-%{version}.tar.gz
Source: http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
Source1: README.SuSE
Source2: lessopen.sh
Source3: lessclose.sh