Commit Graph

16 Commits

Author SHA256 Message Date
b253f7ba5f Accepting request 1035205 from home:danidoni:branches:Base:System
- Update to 0.46.1
  * Bug fix
  - When compiled with readline-8.2, correctly handle echo'ed user input when accepting a line (see #168)
  - This will disable bracketed-paste when compiled with readline-8.1 or earlier.

OBS-URL: https://build.opensuse.org/request/show/1035205
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=27
2022-11-14 09:05:11 +00:00
7c728fdcce Accepting request 1030346 from home:danidoni:branches:Base:System
- Update to 0.46
  * Bug fixes:
  - rlwrapfilter.py would not find collections.Callable with newer (>= 3.10) python
  - rlwrapfilter.py would choke on rlwrap version strings (like 0.45.2) that cannot be converted by float()
  - rlwrap could segfault or garble prompts containing a carriage return
  - configure.ac would complain about obsolete macros with newest autoconf
  - Bind TAB to self-insert if no completions are specified on the rlwrap command line

OBS-URL: https://build.opensuse.org/request/show/1030346
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=25
2022-10-24 14:29:33 +00:00
3b5037b168 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=24
2021-07-09 12:35:01 +00:00
ee1b0d8d55 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=23
2021-07-09 12:13:50 +00:00
b1949f3271 Accepting request 905097 from home:danidoni:branches:Base:System
- Update to 0.45.2:
  * Bug fixes:
  - rlwrap enables bracketed-paste when instructed to do so by .inputrc, but would then never disable it at exit.
  - rlwrap -z (i.e. rlwrap when using a filter) would still open /tmp/rlwrap.debug after forking the filter command, preventing other users from running it afterwards

OBS-URL: https://build.opensuse.org/request/show/905097
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=22
2021-07-09 11:37:58 +00:00
8fded540a0 - switch to github release urls
- Update to 0.45.1:
  * Bug fixes:
  - rlwrap would always open /tmp/rlwrap.debug after forking child command, preventing other users from running it.
  - Fix args to setitimer() call to prevent EINVAL error on return
  - advise about --always-readline if in direct mode at first user ENTER keystroke
  - check for I_SWROPT even if isastream() is present (compile would fail on Oracle linux)

OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=20
2021-06-14 09:57:09 +00:00
bf4d15b6d5 Accepting request 898005 from home:danidoni:branches:Base:System
- Update to 0.45:
  * New features
    - --only-cook '!<regexp>' enables confident mode where every
      possible prompt that matches a regexp is cooked immediately
      (so that even prompts that get printed while handling a large
      paste are cooked).
    - --no-children (-N) now enables direct mode whenever the client
      switches to the alternate screen. This makes editors and pagers
      usable even when using --always-readline on non-linux systems
    - --always-echo echoes user input even when the client has
      switched off ECHO.
      filter makefilter to easily employ shell commands (like sed,
      or grep) as rlwrap filters
      filters can change (some) bindable and internal readline
      variables with a new RlwrapFilter method tweak_readline_oob()
  * Bug fixes
    - rlwrap now correctly handles bracketed paste
      --ansi-colour-aware (-A) didn't do anything at all. Now it
    - recognises colour codes as well as common control codes like
      window titles.

OBS-URL: https://build.opensuse.org/request/show/898005
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=18
2021-06-14 08:56:22 +00:00
d54632c610 Accepting request 866182 from home:dirkmueller:branches:Base:System
- update to 0.44:
  * rlwrap is now aware of multi-byte characters and correctly handles prompts (or
  things that look like prompts, e.g. progress indicators) that contain them.
  * rlwrap filters can now also filter signals (see RlwrapFilter(3pm)),
  changing them, or providing extra input to the rlwrapped command.
  * Key sequences can now be bound to rlwrap-direct-keypress (using a new
  readline command rlwrap-direct-prefix) (contributed by Yuri d'Elia) 
- drop reproducible.patch (obsolete)

OBS-URL: https://build.opensuse.org/request/show/866182
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=16
2021-01-30 08:18:55 +00:00
64c3d4d45c Accepting request 629969 from home:bmwiedemann:branches:Base:System
Add reproducible.patch to fix indeterminism from a build race (boo#1102408)

OBS-URL: https://build.opensuse.org/request/show/629969
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=14
2018-09-06 14:41:29 +00:00
6613fd7a2c Accepting request 520506 from home:avindra
- Update to version 0.43:
 * New features
   - Filters can now be written in python 
   - Filters can respond to hotkeys (i.e. single keypresses bound to rlwrap-hotkey in .inputrc)
 * Bug fixes
   - rlwrap now always searches terminfo before termcap.
   - playing back a readline macro consisting of more than one line would crash rlwrap.
   - rlwrap --one-shot could accept more than one line when input in quick succession.


Also linted the .spec file

OBS-URL: https://build.opensuse.org/request/show/520506
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=11
2017-09-05 07:16:46 +00:00
Stephan Kulow
d7cb9abf6c Accepting request 281697 from home:sfalken:branches:Base:System
Update to 0.42

OBS-URL: https://build.opensuse.org/request/show/281697
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=9
2015-01-22 08:14:15 +00:00
OBS User autobuild
a2bc658ab5 Accepting request 48508 from Base:System
checked in (request 48508)

OBS-URL: https://build.opensuse.org/request/show/48508
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=8
2010-09-21 10:29:47 +00:00
OBS User autobuild
f7ce37f989 Accepting request 48508 from Base:System
Copy from Base:System/rlwrap based on submit request 48508 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/48508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rlwrap?expand=0&rev=10
2010-09-21 10:29:48 +00:00
OBS User autobuild
caee369df7 Accepting request 37105 from Base:System
Copy from Base:System/rlwrap based on submit request 37105 from user hennevogel

OBS-URL: https://build.opensuse.org/request/show/37105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rlwrap?expand=0&rev=7
2010-04-06 20:51:43 +00:00
OBS User unknown
33ef7b34a8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rlwrap?expand=0&rev=2 2008-01-17 23:44:33 +00:00
OBS User unknown
ec116e9375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rlwrap?expand=0&rev=1 2007-05-22 02:42:53 +00:00