136 Commits

Author SHA256 Message Date
d040d3e2ab Accepting request 1332396 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1332396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=82
2026-02-12 16:25:00 +00:00
42f9616a08 Accepting request 1331916 from home:avindra:branches:Base:System
- update to 692:
  * Revert HOME key to scroll to beginning of file and END key to
    scroll to end of file (#658)
  * Configure tty to leave CR and NL unmodified (#703)
  * Add commands to lesskey parser (forw-bell-hilite, goto-pos and osc8-jump)
  * Add key sequences to lesskey parser (\kE, \kF, \kH, \kI, \kM, and \kS)
  * Fix bug using negative value with -z option (#709)
  * Fix bug handling empty terminfo capabilties (#710)
  * Fix memory leak in setupterm (#707)
  * Make lesstest ignore system locale (nl_langinfo) (#708)
- includes 691:
  * Add --autosave option (#678)
  * Add ESC-f command (#680)
  * Add column number to long prompt and = message.
  * Add prompt prototype sequences %C, %W, %Q and ?Q (#685)
  * Map keypad keys, and use terminfo rather than termcap since
    keypad definitions don't exist in termcap (#650)
  * Change HOME key to scroll fully left and END key to scroll
    fully right. Add shift-HOME and ctrl-HOME to scroll left and
    jump to top, and add shift-END and ctrl-END to scroll right
    and jump to end (#658)
  * Add LESSNOCONFIG environment variable.
  * Add --without-termlib to configure (#701)
  * When setting line number colors (-DN), don't force bold
    attribute. To set bold, you must append "d" or "*" to the
    color string (#684)
  * While waiting for file data, only ^C or ^X will interrupt,
    not any command. This reverts to behavior that existed before
    less-670 (#700)
  * When --save-marks is not used, retain any marks saved in the
    history file (#662)
  * Defer sending the terminal init string until the first char
    is read from the input file (#682)
  * Make SIGHUP do an orderly exit like SIGTERM.
  * Implement modeline handling in Windows build.
  * Fix bugs and improve behavior of screen resize on Windows.
  * Fix bug when entering search modifier key at start of non-
    empty search string (#668)
  * Fix bug repainting screen with --form-feed (#672)
  * Fix bugs passing invalid negative values to some
    command line options (#675)
  * Fix incorrect display of Lit indicator (#670)
  * Fix incorrect display when returning to a mark after resizeing window (#681)
  * Fix bug using --pattern with --incsearch (#696)
  * Disallow mouse click to open OSC8 link in SECURE mode (#676)
  * Add SECURE_COMPILE environment variable for Windows builds.
  * Update Unicode tables.
- don't autoreconf again
- explicitly list files
- remove chmod hack
- remove funcs.h rebuild

OBS-URL: https://build.opensuse.org/request/show/1331916
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=121
2026-02-11 07:14:50 +00:00
ab5828aab8 Accepting request 1319277 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1319277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=81
2025-11-25 14:49:00 +00:00
b88ef91a2d Accepting request 1319268 from home:dirkmueller:Factory
- update to 685:
  * Add LESS_TERMCAP_SUSPEND and LESS_TERMCAP_RESUME (github
    #654).
  * Change --incsearch so that after typing each character of the
    pattern, the search begins at the position where the search
    command was invoked, not the current position (github #640).
  * Allow mixing of option arguments and filename arguments on
    the command line unless POSIXLY_CORRECT is set (github #653).
  * Don't output U+00AD and U+200D, and fix some bugs handling
    emoji modifier characters (github #637).
  * Fix hang if a search using ^S modifier matches empty string
  * Fix bug using -g and -J (github #636).
  * Fix bug when pasting a search pattern while --incsearch is
    active (github #635).
  * Fix bug in Windows build when autorepeating a search pattern
  * Fix lesskey bug using #stop directive.
  * Fix lesskey bug using "invalid" action (github #643).
  * Fix bug causing file to appear to end prematurely if an input
    command was received during a file read (github #649).
  * Fix performance issue in & filtering (github #638).
  * Fix some problems reported by valgrind (github #659, github
    #660, github #661).
  * Fix bad parsing of lesskey file an env var is a prefix of
    another env var (github #626).
  * Fix unexpected exit using -K if a key press is received while
    reading the input file (github #628).

OBS-URL: https://build.opensuse.org/request/show/1319268
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=119
2025-11-22 20:34:41 +00:00
dd779a9404 Accepting request 1281715 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1281715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=80
2025-06-03 15:50:07 +00:00
1a661b460f Accepting request 1279891 from home:munix9:branches:Base:System
- Extend detection and preview for "Java archive data" (eg. .jar),
  "Android package" (eg. .apk) and "ASCII cpio archive"
  (eg. .obscpio) in lessopen.sh
- Fix rpm preprocessing: Remove escaped quotes from $TMPF_pre in
  lessopen.sh

OBS-URL: https://build.opensuse.org/request/show/1279891
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=117
2025-06-02 00:16:37 +00:00
e99ae753ee Accepting request 1276665 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1276665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=79
2025-05-13 18:11:52 +00:00
2b9120e4e0 Accepting request 1275368 from home:mcepl
- Update to 676
  * Treat -r in LESS environment variable as -R.
  * Add ESC-j and ESC-k commands (github #560).
  * Add --no-paste option (github #523).
  * Add --no-edit-warn option (github #513).
  * Add --form-feed option (github #496).
  * Add ESC-b command (github #615).
  * Make TAB complete option name in -- command (github #531).
  * Update the file size on an attempt to go past end of file.
  * Make -R able to pass through any OSC escape sequences, not
    just OSC 8 (github #504).
  * Setting LESS_IS_MORE=0 now disables "more" compatibility even
    if invoked via a file link named "more" (github #500).
  * Pass through escape sequences in prompts even if -R is not
    set.
  * Add LESS_SHELL_LINES to support shell prompts which use more
    than one line (github #514).
  * Add LESSANSIOSCALLOW to define OSC types which may be passed
    through.
  * Add LESSANSIOSCCHARS to define non-standard OSC intro chars.
  * Add LESS_SIGUSR1 to define user signal handler (github #582).
  * Add mouse and mouse6 commands to lesskey (github #569).
  * Improve behavior of ^O^N and ^O^P commands.
  * Fix unexpected behavior when entering a partial command
    followed by a valid command (github #543).
  * Fix bug when coloring prompt string with SGR sequences
    (github #516).
  * Fix bug when searching for text near an invalid UTF-8
    sequence (github #542).
  * Fix display bug when file contains ESC followed by NUL
    (github #550).
  * Fix bug when using +:n +:p +:x or +:d on the command line
    (github #552).
  * Fix bug with --no-number-headers when header is not at start
    of file (github #566).
  * Fix bug where lesstest fails if window is resized (github
    #570).
  * Fix bug using "configure --with-secure=no" (github #584).
  * Fix bug using multibyte command chars (github #595).
  * Fix auto_wrap setting on Windows (github #497).
  * Fix two bugs using ^S search modifier (github #605).
  * Fix bug searching for UTF-8 strings with the PCRE2 library
    (github #610).
  * Fix bug highlighting OSC 8 links when opening a new file.
- Remove upstreamed reproducible.patch

OBS-URL: https://build.opensuse.org/request/show/1275368
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=115
2025-05-11 21:46:46 +00:00
6b8222ee18 Accepting request 1251057 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1251057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=78
2025-03-07 15:38:45 +00:00
6394c05410 Accepting request 1249348 from home:sbrabec:less-trim
- Trim trailing spaces.
- Add CVE reference.

OBS-URL: https://build.opensuse.org/request/show/1249348
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=113
2025-03-06 22:44:01 +00:00
4ed5ad5bf2 Accepting request 1232652 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1232652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=77
2024-12-20 14:24:27 +00:00
7ef2cb86bb Accepting request 1231194 from home:bmwiedemann:branches:Base:System
Update to 668
  * Fix crash when using --header on command line 
  * Fix possible crash when scrolling left/right or toggling -S 
  * Fix bug when using #stop in a lesskey file 
  * Fix bug when using --shift or --match-shift on command line with a parameter starting with '.' 
  * Fix bug in R command when file size changes 
  * Fix bug using --header when file does not fill screen 
  * Fix ^X bug when output is not a terminal 
  * Fix bug where ^Z is not handled immediately 
  * Fix bug where first byte from a LESSOPEN filter is deleted if it is greater than 0x7F 
  * Fix uninitialized variable in edit_ifile 
  * Fix incorrect handling of UTF-8 chars in prompts
- Add reproducible.patch to override build date (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/1231194
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=111
2024-12-19 17:44:35 +00:00
ce0dab6507 Accepting request 1218137 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1218137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=76
2024-10-25 17:19:07 +00:00
f5e7b72eff Accepting request 1216762 from home:afeijoo:branches:openSUSE:Factory
- Change preprocessor dependencies from Requires to Recommends. It's disabled by
  default and they are not necessary for less.

OBS-URL: https://build.opensuse.org/request/show/1216762
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=109
2024-10-24 21:27:31 +00:00
5db106b890 Accepting request 1188350 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1188350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=75
2024-07-19 13:25:39 +00:00
441bd655af Accepting request 1187235 from home:AndreasStieger:branches:Base:System
less 661

OBS-URL: https://build.opensuse.org/request/show/1187235
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=107
2024-07-18 08:42:00 +00:00
5dfd56a852 Accepting request 1177861 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1177861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=74
2024-06-04 10:50:40 +00:00
Danilo Spinella
570f1d6c04 Accepting request 1177161 from home:dspinella:branches:Base:System
- Update to 656:
  * Add ^O^N, ^O^P, ^O^L and ^O^O commands and mouse clicks (with --mouse) to find and open OSC8 hyperlinks (github #251).
  * Add --match-shift option.
  * Add --lesskey-content option (github #447).
  * Add LESSKEY_CONTENT environment variable (github #447).
  * Add --no-search-header-lines and --no-search-header-columns options (github #397).
  * Add ctrl-L search modifier (github #367).
  * A ctrl-P at the start of a shell command suppresses the "done" message (github #462).
  * Add attribute characters ('*', '~', '_', '&') to --color parameter (github #471).
  * Allow expansion of environment variables in lesskey files.
  * Add LESSSECURE_ALLOW environment variable (github #449).
  * Add LESS_UNSUPPORT environment variable.
  * Add line number parameter to --header option (github #436).
  * Mouse right-click jumps to position marked by left-click (github #390).
  * Ensure that the target line is not obscured by a header line set by --header (github #444).
  * Change default character set to "utf-8", except remains "dos" on MS-DOS.
  * Add message when search with ^W wraps (github #459).
  * UCRT builds on Windows 10 and later now support Unicode file names (github #438).
  * Improve behavior of interrupt while reading non-terminated pipe (github #414).
  * Improve parsing of -j, -x and -# options (github #393).
  * Support files larger than 4GB on Windows (github #417).
  * Support entry of Unicode chars larger than U+FFFF on Windows (github #391).
  * Improve colors of bold, underline and standout text on Windows.
  * Allow --rscroll to accept non-ASCII characters (github #483).
  * Allow the parameter to certain options to be terminated with a space (--color, --quotes, --rscroll, --search-options and --intr) (github #495).
  * Fix bug where # substitution failed after viewing help (github #420).
  * Fix crash if files are deleted while less is viewing them (github #404).
  * Workaround unreliable ReadConsoleInputW behavior on Windows with non-ASCII input.
  * Fix -J display when searching for non-ASCII characters (github #422).
  * Don't filter header lines via the & command (github #423).

OBS-URL: https://build.opensuse.org/request/show/1177161
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=105
2024-05-31 08:18:27 +00:00
3a149abcd0 Accepting request 1124451 from Base:System
- add zstd support to lessopen

  * Fix buffer overflow when invoking lessecho with more than 63 -m/-n
  * Fix termlib detection when compiler doesn't accept
  * Fix bug using multibyte UTF-8 char in search string
  * If XDG_CONFIG_HOME is set, find lesskey source file
  * If XDG_DATA_HOME is set, find and store history file
  * If XDG_CONFIG_HOME is set, find lesskey source file
  * If XDG_DATA_HOME is set, find and store history file
  * Fix bug which could leave terminal in mouse-reporting mode
    mouse-reporting mode after exiting less.
  * Display error message immediately when -o is toggled and
  * Fix regression: make screen repaint when "squished" and
  * Display error message immediately when -o is toggled and
- Extend lesskey with mappings for 8-bit controls key escape sequences
  * Update Unicode database to 9.0.0.
  * Automate construction of Unicode tables from Unicode database.
  * added less-fix_crash_in_hilite_line.patch
  * Fix display bug when using up/down arrow on the command line.
- Update to version 456
- Update to version 455
    * Fix possible crashes caused by malformed LESSOPEN or
  * Fix bug in unget handling that can cause strange effects
- fix build
- updated to version 418
  * Update GPL to version 3.
- add head of changelog to rpm listing
- make expand_linebuf() faster [#39724]
    * system-wide lesskey file now defaults to sysless in etc directory
- improved detection for input conding from keyboard, proper input

OBS-URL: https://build.opensuse.org/request/show/1124451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=73
2023-11-10 11:29:01 +00:00
11d781e43c - add zstd support to lessopen
* Fix buffer overflow when invoking lessecho with more than 63 -m/-n
  * Fix termlib detection when compiler doesn't accept
  * Fix bug using multibyte UTF-8 char in search string
  * If XDG_CONFIG_HOME is set, find lesskey source file
  * If XDG_DATA_HOME is set, find and store history file
  * If XDG_CONFIG_HOME is set, find lesskey source file
  * If XDG_DATA_HOME is set, find and store history file
  * Fix bug which could leave terminal in mouse-reporting mode
    mouse-reporting mode after exiting less.
  * Display error message immediately when -o is toggled and
  * Fix regression: make screen repaint when "squished" and
  * Display error message immediately when -o is toggled and
- Extend lesskey with mappings for 8-bit controls key escape sequences
  * Update Unicode database to 9.0.0.
  * Automate construction of Unicode tables from Unicode database.
  * added less-fix_crash_in_hilite_line.patch
  * Fix display bug when using up/down arrow on the command line.
- Update to version 456
- Update to version 455
    * Fix possible crashes caused by malformed LESSOPEN or
  * Fix bug in unget handling that can cause strange effects
- fix build
- updated to version 418
  * Update GPL to version 3.
- add head of changelog to rpm listing
- make expand_linebuf() faster [#39724]
    * system-wide lesskey file now defaults to sysless in etc directory
- improved detection for input conding from keyboard, proper input
- error messages in lessopen.sh must be redirected to the standard

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=103
2023-11-09 13:44:23 +00:00
ece5c56f72 Accepting request 1104175 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1104175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=72
2023-08-17 17:42:43 +00:00
04aada1806 Accepting request 1103798 from home:polslinux:branches:Base:System
- Update to 643:
  * Fix problem when a program piping into less reads from the tty,
    like sudo asking for password (github #368).
  * Fix search modifier ^E after ^W.
  * Fix bug using negated (^N) search (github #374).
  * Fix bug setting colors with -D on Windows build (github #386).
  * Fix reading special chars like PageDown on Windows (github #378).
  * Fix mouse wheel scrolling on Windows (github #379).
  * Fix erroneous EOF when terminal window size changes (github #372).
  * Fix compile error with some definitions of ECHONL (github #395).
  * Fix crash on Windows when writing logfile (github #405).
  * Fix regression in exit code when stdin is /dev/null and
    output is a file (github #373).
  * Add lesstest test suite to production release (github #344).
  * Change lesstest output to conform with
    automake Simple Test Format (github #399).

OBS-URL: https://build.opensuse.org/request/show/1103798
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=101
2023-08-16 13:01:21 +00:00
a373e195eb Accepting request 1086727 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1086727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=71
2023-05-12 18:33:37 +00:00
7d04f9cec9 Accepting request 1086712 from home:fcrozat:branches:Base:System
- Drop patch cve-2022-46663.patch (merged).

OBS-URL: https://build.opensuse.org/request/show/1086712
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=99
2023-05-12 10:33:22 +00:00
062e51ca9c Accepting request 1084574 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1084574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=70
2023-05-05 13:56:52 +00:00
Danilo Spinella
3e3e6f9f1c 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
2023-05-04 09:15:54 +00:00
e42620a29b Accepting request 1084014 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1084014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=69
2023-05-03 10:56:26 +00:00
Danilo Spinella
76f335e38f Accepting request 1083974 from home:kstreitova:branches:Base:System
- Update to 632
  * 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).
  * Add LESS_DATA_DELAY environment variable (github #337).
  * 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).
  * Fix input of Windows dead keys (github #352).

OBS-URL: https://build.opensuse.org/request/show/1083974
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=95
2023-05-02 11:22:25 +00:00
20124bedbe Accepting request 1063861 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1063861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=68
2023-02-09 15:21:57 +00:00
Danilo Spinella
53218b9d7d Accepting request 1063860 from home:dspinella:branches:Base:System
Fix patch

OBS-URL: https://build.opensuse.org/request/show/1063860
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=93
2023-02-08 15:18:18 +00:00
Danilo Spinella
9262f562a3 Accepting request 1063645 from home:psimons:branches:Base:System
Fix CVE-2022-46663.

OBS-URL: https://build.opensuse.org/request/show/1063645
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=92
2023-02-08 13:53:32 +00:00
058809ba85 Accepting request 1004672 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1004672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=67
2022-09-20 17:23:14 +00:00
Danilo Spinella
f7c414e9ca Accepting request 1003485 from home:dspinella:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/1003485
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=90
2022-09-19 10:50:50 +00:00
fcccb74cd4 Accepting request 997496 from Base:System
OBS-URL: https://build.opensuse.org/request/show/997496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=66
2022-08-18 14:48:45 +00:00
d209dd3cbe Accepting request 997488 from home:kukuk:container
- Which need one /usr/bin/which, not the package which

OBS-URL: https://build.opensuse.org/request/show/997488
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=88
2022-08-17 08:23:59 +00:00
145a4251d1 Accepting request 919490 from Base:System
OBS-URL: https://build.opensuse.org/request/show/919490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=65
2021-09-20 21:32:17 +00:00
Danilo Spinella
6b8b69a190 Accepting request 919489 from home:dspinella:branches:Base:System
- Add missing runtime dependency on which, which it is used by lessopen.sh.
  Fix bsc#1190552.

OBS-URL: https://build.opensuse.org/request/show/919489
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=87
2021-09-16 10:03:56 +00:00
2eb01f8af1 Accepting request 905248 from Base:System
- Fix build on Leap:
    Account for distinction in confdir after UsrMerge. (forwarded request 904391 from predivan)

OBS-URL: https://build.opensuse.org/request/show/905248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=64
2021-07-17 21:36:20 +00:00
2035575bef Accepting request 904391 from home:predivan:updates
- Fix build on Leap:
    Account for distinction in confdir after UsrMerge.

OBS-URL: https://build.opensuse.org/request/show/904391
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=86
2021-07-09 11:40:41 +00:00
819102cae8 Accepting request 900723 from Base:System
OBS-URL: https://build.opensuse.org/request/show/900723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=63
2021-06-24 16:22:01 +00:00
9058cbec3a Accepting request 900653 from home:dirkmueller:Factory
- update to 590:
  * Make less able to read lesskey source files (deprecating lesskey).
  * If XDG_CONFIG_HOME is set, find lesskey source file 
    in $XDG_CONFIG_HOME/lesskey rather than $HOME/.lesskey.
  * If XDG_DATA_HOME is set, find and store history file 
    in $XDG_DATA_HOME/lesshst rather than $HOME/.lesshst.
  * Add the --lesskey-src option.
  * Add the --file-size option.
  * With -F, if screen is resized to make file fit on one screen, don't exit.

OBS-URL: https://build.opensuse.org/request/show/900653
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=84
2021-06-18 08:12:34 +00:00
0277145b05 Accepting request 899945 from home:jengelh:pic
- Remove --with-pic (no static libs are ever produced).

OBS-URL: https://build.opensuse.org/request/show/899945
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=83
2021-06-18 07:57:40 +00:00
f150ff6ad7 Accepting request 894143 from Base:System
OBS-URL: https://build.opensuse.org/request/show/894143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=62
2021-05-20 17:23:21 +00:00
9ee6a0b51c Accepting request 893509 from home:dirkmueller:Factory
- update to 586:
  * Make less able to read lesskey source files (deprecating lesskey).
  * If XDG_CONFIG_HOME is set, find lesskey source file 
    in $XDG_CONFIG_HOME/lesskey rather than $HOME/.lesskey.
  * If XDG_DATA_HOME is set, find and store history file 
    in $XDG_DATA_HOME/lesshst rather than $HOME/.lesshst.
  * Add the --lesskey-src option.
  * Add the --file-size option.
  * Fix bug which could leave terminal in mouse-reporting mode 
    after exiting less.
  * Fix bug which caused failure to respond to window resize.
  * Fix backslash bug searching in tag file.

OBS-URL: https://build.opensuse.org/request/show/893509
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=81
2021-05-18 19:53:54 +00:00
c58430ec7e Accepting request 889202 from Base:System
OBS-URL: https://build.opensuse.org/request/show/889202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=61
2021-04-30 22:46:10 +00:00
84d2add14b Accepting request 889198 from home:dirkmueller:Factory
- update to 581.2:
  * This fixes a bug found in less-581 where the terminal was sometimes left in
    mouse-reporting mode after exiting less.

OBS-URL: https://build.opensuse.org/request/show/889198
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=79
2021-04-29 07:40:43 +00:00
e7bd3cad4d Accepting request 888431 from Base:System
OBS-URL: https://build.opensuse.org/request/show/888431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=60
2021-04-27 19:34:13 +00:00
b85ffb0f3f Accepting request 887989 from home:AndreasStieger:branches:Base:System
less 581

OBS-URL: https://build.opensuse.org/request/show/887989
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=77
2021-04-26 09:46:23 +00:00
32b4ffee67 Accepting request 826860 from Base:System
- update to 563:
  * Update Unicode tables.
  * Treat Hangul Jamo medial vowels and final consonants as zero width.
  * Display error message immediately when -o is toggled and 
    input is not a pipe.
  * Fix regression: make screen repaint when "squished" and 
    a no-movement command is given.
  * Fix erroneous EOF calculation when F command is interrupted.
  * Make WIN32C version include this fix from 551:
    Don't count lines in initial screen if using -X with -F.
  * Fix display bug in WIN32C version.
  * Fix memory corruption when built with libtermcap.
  * Support libtinfow.

OBS-URL: https://build.opensuse.org/request/show/826860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=59
2020-08-19 16:43:57 +00:00
74dafd8300 - update to 563:
* Update Unicode tables.
  * Treat Hangul Jamo medial vowels and final consonants as zero width.
  * Display error message immediately when -o is toggled and 
    input is not a pipe.
  * Fix regression: make screen repaint when "squished" and 
    a no-movement command is given.
  * Fix erroneous EOF calculation when F command is interrupted.
  * Make WIN32C version include this fix from 551:
    Don't count lines in initial screen if using -X with -F.
  * Fix display bug in WIN32C version.
  * Fix memory corruption when built with libtermcap.
  * Support libtinfow.

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=75
2020-08-15 16:26:08 +00:00