126 Commits

Author SHA256 Message Date
0736ddf804 Accepting request 602384 from home:kstreitova:branches:Base:System
- update to version 530 [bsc#1091308]
  * Don't output terminal init sequence if using -F and file fits
    on one screen.
  * When using -S, mark truncated lines with a special character.
    The character can be changed or disabled via the new --rscroll
    option.
  * New command M marks the last line displayed on the screen.
  * New command ESC-m removes a line mark.
  * Status column (enabled via -J) now shows mark letters.
  * Status column shows search matches even if highlighting is
    disabled via -G.
  * A second ESC-u command will clear search match markers in the
    status column.
  * Do same ANSI escape code filtering for tag matching that we do
    for searching, to help when viewing syntax-highlighted code.
  * Catch SIGTERM and clean up before exiting.
  * Fix bug initializing default charset on Windows.
  * Handle keypad ENTER key correctly if it sends something other
    than newline.
  * Fix buffering bug when using stdin with a LESSOPEN pipe.
  * Update Unicode tables to 2017-03-08.
  * Pass-thru Unicode formating chars (Cf type) instead of treating
    them as binary chars. But treat them as binary if -U is set.
  * Fix erroneous binary file warning when UTF-8 file contains ANSI
    SGR sequences.
  * Fix bugs when using LESSOPEN and switching between stdin and
    other files.
  * Fix some bugs handling filenames containing shell metacharacters
  * Fix some memory leaks.
  * Allow some debugging environment variables to be set in lesskey

OBS-URL: https://build.opensuse.org/request/show/602384
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=64
2018-04-29 11:37:53 +00:00
5056f4f737 Accepting request 593210 from Base:System
OBS-URL: https://build.opensuse.org/request/show/593210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=53
2018-04-06 15:41:17 +00:00
b184e5827a Accepting request 593205 from home:kukuk:branches:Base:System
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/593205
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=62
2018-04-03 12:30:25 +00:00
453a1e5832 Accepting request 538587 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/538587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=52
2017-11-10 13:36:28 +00:00
Dr. Werner Fink
f5ab44011b Let lessopen.sh and groff therein know about UTF-8
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=60
2017-10-27 07:03:54 +00:00
0993ae2e84 Accepting request 491822 from Base:System
- Extend lesskey with mappings for 8-bit controls key escape sequences

OBS-URL: https://build.opensuse.org/request/show/491822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=51
2017-05-09 15:58:17 +00:00
Dr. Werner Fink
dc13b0f6bd .
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=58
2017-04-28 11:46:20 +00:00
e17c9a3d21 Accepting request 486149 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/486149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=50
2017-04-11 10:42:20 +00:00
94451234f2 Accepting request 486147 from home:kstreitova:branches:Base:System
- update to version 487
  * New commands ESC-{ and ESC-} to shift to start/end of displayed
    lines.
  * Make search highlights work correctly when changing caselessness
     with -i.
  * New option -Da in Windows version to enable SGR mode.
  * Fix "nothing to search" error when top or bottom line on screen
    is empty.
  * Fix bug when terminal has no "cm" termcap entry.
  * Fix incorrect display when entering double-width chars in search
    string.
  * Fix bug in Unicode handling that missed some double width
    characters.
  * Update Unicode database to 9.0.0. 
- remove less-429-widechars.patch that is no longer needed
  (fixed upstream)
- refresh less-429-shell.patch
- get rid of %{name} macro from the patch names

OBS-URL: https://build.opensuse.org/request/show/486147
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=56
2017-04-06 13:26:16 +00:00
f327c4a1c0 Accepting request 342088 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/342088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=49
2015-11-05 23:10:33 +00:00
1e9cc3cf45 Accepting request 341939 from home:AndreasStieger:branches:Base:System
less 481

OBS-URL: https://build.opensuse.org/request/show/341939
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=54
2015-11-02 13:04:26 +00:00
Stephan Kulow
673aa38067 Accepting request 313676 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/313676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=48
2015-07-14 15:19:59 +00:00
1c9bacddcb Accepting request 313669 from home:vitezslav_cizek:branches:Base:System
- fix a crash in hilite_line (boo#915387)
  * added less-fix_crash_in_hilite_line.patch

OBS-URL: https://build.opensuse.org/request/show/313669
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=52
2015-06-25 12:26:20 +00:00
b059aa5626 Accepting request 291312 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/291312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=47
2015-03-23 11:14:04 +00:00
57b47b362a Accepting request 290992 from home:kstreitova:branches:Base:System
- add less-458-out_of_bounds_read.patch to fix an "out of bounds
  read access in the UTF-8" vulnerability (bnc#921719),
  (CVE-2014-9488)

OBS-URL: https://build.opensuse.org/request/show/290992
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=50
2015-03-18 16:40:41 +00:00
Stephan Kulow
1478ad028d Accepting request 265949 from Base:System
- build with PIE

OBS-URL: https://build.opensuse.org/request/show/265949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=46
2014-12-21 11:02:15 +00:00
bb27d56340 - build with PIE
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=48
2014-12-19 14:58:57 +00:00
fef114d621 Accepting request 263651 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/263651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=45
2014-12-03 21:53:29 +00:00
Tomáš Chvátal
be02d5505a - Spec-cleaner
- Remove jless less-normal provides/obsoletes they are from 2000

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=46
2014-11-24 16:45:54 +00:00
Stephan Kulow
8637541771 Accepting request 242874 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/242874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=43
2014-07-31 05:41:25 +00:00
Tomáš Chvátal
ffb542b753 Accepting request 242873 from home:pgajdos
- SuSE -> SUSE [bnc#889031] (internal)

OBS-URL: https://build.opensuse.org/request/show/242873
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=44
2014-07-29 14:23:56 +00:00
Tomáš Chvátal
faabb1dce8 Accepting request 242869 from home:pgajdos
- SuSE -> SUSE

OBS-URL: https://build.opensuse.org/request/show/242869
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=43
2014-07-29 14:19:56 +00:00
Stephan Kulow
d5cb355961 Accepting request 206864 from Base:System
- Fix lesspipe.sh for removing properly the leftover tmp files
  when viewing patch files without colordiff (bnc#850225) (forwarded request 206730 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/206864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=42
2013-11-15 12:24:20 +00:00
Dr. Werner Fink
ccef4ea691 Accepting request 206730 from home:tiwai:branches:Base:System
- Fix lesspipe.sh for removing properly the leftover tmp files
  when viewing patch files without colordiff (bnc#850225)

OBS-URL: https://build.opensuse.org/request/show/206730
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=41
2013-11-14 10:42:48 +00:00
Stephan Kulow
33cf329594 Accepting request 185069 from Base:System
- Update to version 458
  * Fix Win32 attribute display bug.
  * Fix display bug when using up/down arrow on the command line. (forwarded request 184965 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/185069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=40
2013-07-31 16:31:25 +00:00
987ed0dcb5 Accepting request 184965 from home:rudi_m:branches:Base:System
- Update to version 458
  * Fix Win32 attribute display bug.
  * Fix display bug when using up/down arrow on the command line.

OBS-URL: https://build.opensuse.org/request/show/184965
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=39
2013-07-31 09:41:40 +00:00
Stephan Kulow
61e72385b0 Accepting request 174959 from Base:System
- make sure that -R or --RAW-CONTROL-CHARS is set in LESS
  environment variable

- add support for colordiff in lessopen.sh (forwarded request 174863 from sleep_walker)

OBS-URL: https://build.opensuse.org/request/show/174959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=39
2013-05-13 13:07:19 +00:00
Wojtek Dziewięcki
e9691c8cc1 Accepting request 174863 from home:sleep_walker:branches:Base:System
- make sure that -R or --RAW-CONTROL-CHARS is set in LESS
  environment variable

- add support for colordiff in lessopen.sh

OBS-URL: https://build.opensuse.org/request/show/174863
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=37
2013-05-10 11:28:30 +00:00
Stephan Kulow
81845af4e3 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
2013-03-25 19:31:48 +00:00
6ba9c51c50 Accepting request 160301 from home:namtrac:bugfix
- 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]

OBS-URL: https://build.opensuse.org/request/show/160301
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=35
2013-03-25 11:56:16 +00:00
Stephan Kulow
f7d57b36ab Accepting request 141020 from Base:System
- Update to version 456 
  * Yet another bugfix in option string parser

OBS-URL: https://build.opensuse.org/request/show/141020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=36
2012-11-13 10:35:13 +00:00
Petr Uzel
5baa19dbec - Update to version 456
* Yet another bugfix in option string parser

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=33
2012-11-12 20:50:32 +00:00
Stephan Kulow
3acab237fa Accepting request 140323 from Base:System
- Update to version 455 
  * Bugfixes in buildsystem and option parser

- 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".

- Update to version 451
    * Add ESC-F command to keep reading data until a pattern is
    * found.
    * Use exit code of LESSOPEN script if LESSOPEN starts with
    * "||".
    * When up/down arrow is used on the command line immediately
    * after typing text, the next command starting with that text is
      found.
    * Add support for GNU regex.
    * Add configure option --with-regex=none and fix compile
    * errors when compiling with no regex library.
    * Fix possible crashes caused by malformed LESSOPEN or 
      LESSCLOSE variables.
    * Fix bug highlighting text which is discontiguous in the
    * file due to backspace processing.
    * Fix bug in displaying status column when scrolling
    * backwards with -J and -S in effect.
- Remove speed patch.
- Remove less-429-lessecho-man.patch

OBS-URL: https://build.opensuse.org/request/show/140323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=35
2012-11-10 15:54:31 +00:00
Petr Uzel
bd36c150f1 - Update to version 455
* Bugfixes in buildsystem and option parser

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=31
2012-11-06 11:29:09 +00:00
Petr Uzel
75e94ce163 - 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
2012-11-04 21:07:58 +00:00
Wojtek Dziewięcki
0c0c1fffc9 rm patch prom spec
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=29
2012-09-25 08:56:22 +00:00
Wojtek Dziewięcki
9c1838f6d9 - Remove speed patch.
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=28
2012-09-25 08:55:49 +00:00
Wojtek Dziewięcki
3c57e29f9c - Remove less-429-lessecho-man.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=27
2012-09-25 07:53:00 +00:00
Wojtek Dziewięcki
ea4300636f - Update to version 451
* Add ESC-F command to keep reading data until a pattern is
    * found.
    * Use exit code of LESSOPEN script if LESSOPEN starts with
    * "||".
    * When up/down arrow is used on the command line immediately
    * after typing text, the next command starting with that text is
      found.
    * Add support for GNU regex.
    * Add configure option --with-regex=none and fix compile
    * errors when compiling with no regex library.
    * Fix possible crashes caused by malformed LESSOPEN or 
      LESSCLOSE variables.
    * Fix bug highlighting text which is discontiguous in the
    * file due to backspace processing.
    * Fix bug in displaying status column when scrolling
    * backwards with -J and -S in effect.
- Comment out speed patch.

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=26
2012-09-25 07:52:19 +00:00
Stephan Kulow
c325b8268a Accepting request 95494 from Base:System
license update: GPL-3.0+ or BSD-2-Clause
The less license is a choice of either GPL-3.0+ or BSD-2-Clause (less license). Use SPDX format (forwarded request 95473 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/95494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=32
2011-12-06 12:52:17 +00:00
Cristian Rodríguez
cd84cca139 Accepting request 95473 from home:babelworx:ldig:branches:Base:System
license update: GPL-3.0+ or BSD-2-Clause
The less license is a choice of either GPL-3.0+ or BSD-2-Clause (less license). Use SPDX format

OBS-URL: https://build.opensuse.org/request/show/95473
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=24
2011-12-05 19:44:37 +00:00
Stephan Kulow
29646e02b7 Accepting request 94521 from Base:System
add automake to buildrequires (forwarded request 94457 from coolo)

OBS-URL: https://build.opensuse.org/request/show/94521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=31
2011-12-05 19:33:22 +00:00
a374bdba1d Accepting request 94457 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94457
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=22
2011-11-30 13:12:14 +00:00
Stephan Kulow
cbc3ea9d85 Accepting request 90095 from Base:System
Not critical, but simple and visible - if possible, please take into 12.1. Thx.

- correctly recognize xz compressed data (bnc#728033)

OBS-URL: https://build.opensuse.org/request/show/90095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=30
2011-11-05 10:19:20 +00:00
Petr Uzel
efa80a8687 - correctly recognize xz compressed data (bnc#728033)
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=19
2011-11-04 09:57:10 +00:00
Sascha Peilicke
eda5fd602b Autobuild autoformatter for 73835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=28
2011-06-17 08:26:34 +00:00
Sascha Peilicke
8b0fdd9d73 Accepting request 73835 from Base:System
- Update to version 444
  * Fix bug in unget handling that can cause strange effects on the command line.
  * Remove vestiges of obsolete -l option that can cause a crash. (forwarded request 73808 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/73835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=27
2011-06-17 08:26:24 +00:00
Petr Uzel
2d167513d4 Accepting request 73808 from home:namtrac:branches:Base:System
- Update to version 444
  * Fix bug in unget handling that can cause strange effects on the command line.
  * Remove vestiges of obsolete -l option that can cause a crash.

OBS-URL: https://build.opensuse.org/request/show/73808
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=17
2011-06-16 11:17:41 +00:00
Sascha Peilicke
e07fb80014 Accepting request 71853 from Base:System
- bump version 443
  * Change search behavior such that when a search is given an explicit pattern,
    the entire displayed screen is included in the search and not just the
    portion after the target line.
  * Add -A option to change search behavior to the old way: only the portion of
    the screen after the target line is searched.
  * Add %F formatting to prompt strings, replaced by the last component of the
    input file.
  * Control-G while editing a command exits the command.
  * Less now exits with status 2 if control-C is pressed and -K is in effect.
  * Fix "ungetc overflow" when passing long commands via the -p option.
  * Fix bug in using line filtering via the & command in combination with -i and
    -I.
  * Fix bug in handling negative arguments to the -j option.
  * Fix bug in handling %t in prompt strings.
  * Improve handling of long option names.
  * Improve percentage calculation for very large files.
- remove mouse patch because
  * conflicting short opt -A since version 443, see changes above
  * was working for xterm only so probably nobody is using it (forwarded request 71702 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/71853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=26
2011-05-31 12:44:44 +00:00
Cristian Rodríguez
3c8b3c7057 Accepting request 71702 from home:rudi_m:branches:Base:System
- bump version 443
  * Change search behavior such that when a search is given an explicit pattern,
    the entire displayed screen is included in the search and not just the
    portion after the target line.
  * Add -A option to change search behavior to the old way: only the portion of
    the screen after the target line is searched.
  * Add %F formatting to prompt strings, replaced by the last component of the
    input file.
  * Control-G while editing a command exits the command.
  * Less now exits with status 2 if control-C is pressed and -K is in effect.
  * Fix "ungetc overflow" when passing long commands via the -p option.
  * Fix bug in using line filtering via the & command in combination with -i and
    -I.
  * Fix bug in handling negative arguments to the -j option.
  * Fix bug in handling %t in prompt strings.
  * Improve handling of long option names.
  * Improve percentage calculation for very large files.
- remove mouse patch because
  * conflicting short opt -A since version 443, see changes above
  * was working for xterm only so probably nobody is using it

OBS-URL: https://build.opensuse.org/request/show/71702
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=15
2011-05-28 21:12:21 +00:00