Commit Graph

20 Commits

Author SHA256 Message Date
Dominique Leuenberger
3e47f0eae7 Accepting request 774144 from Base:System
- Add official patch readline80-002
  When using previous-history to go back beyond the beginning of the history list,
  it's possible to move to an incorrect partial line.
- Add official patch readline80-003
  Reading history entries with timestamps can result in history entries joined
  by linefeeds.
- Add official patch readline80-004
  If writing the history file fails, and renaming the backup history file fails,
  it's possible for readline's history code to return the wrong error to its
  caller.

OBS-URL: https://build.opensuse.org/request/show/774144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/readline?expand=0&rev=7
2020-02-21 15:39:49 +00:00
Dr. Werner Fink
783fe2a80b Add upstream patches
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=19
2020-02-13 11:15:53 +00:00
Yuchen Lin
b9f2cf187b Accepting request 729453 from Base:System
OBS-URL: https://build.opensuse.org/request/show/729453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/readline?expand=0&rev=6
2019-09-20 12:46:05 +00:00
baa6a6e388 Accepting request 728269 from home:lnussel:branches:Base:System
- Avoid pulling in readline-doc into every installation. Instead of
  recommeding it, supplement the documentation pattern.

OBS-URL: https://build.opensuse.org/request/show/728269
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=17
2019-09-09 12:37:14 +00:00
Dominique Leuenberger
a2bdf0d227 Accepting request 723956 from Base:System
- Rework patch readline-7.0-screen.patch again for bug boo#1143055
  * Map all "screen(-xxx)?.yyy(-zzz)?" to "screen" as well as
    map "konsole(-xxx)?" and "gnome(-xxx)?" to "xterm"

- Add official patch readline80-001
  The history file reading code doesn't close the file descriptor open to
  the history file when it encounters a zero-length file.

- Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/723956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/readline?expand=0&rev=5
2019-09-05 10:30:56 +00:00
Dr. Werner Fink
8563237495 Handle TERM="screen(-xxx)?.yyy(-zzz)?" as TERM="screen"
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=15
2019-08-16 10:08:37 +00:00
Dr. Werner Fink
bf37978e17 Add official patch readline80-001
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=14
2019-08-15 13:50:16 +00:00
Dr. Werner Fink
b70d55bc03 Accepting request 720504 from home:marxin:static
Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/720504
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=13
2019-08-12 08:51:09 +00:00
Dominique Leuenberger
e9fe7fc99a Accepting request 664074 from Base:System
- Update to readline-8.0 final

- Update to readline-8.0-rc1 for testing 

- Update to readline-8.0-beta2 for testing
  j. Readline now allows application-defined keymap names; there is a new public
     function, rl_set_keymap_name(), to do that.
  k. The "Insert" keypad key, if available, now puts readline into overwrite
     mode.
    readline-5.2-conf.patch
- Port and modify patches
  * readline-6.2-metamode.patch
  * readline-6.3-input.dif
  * readline-7.0-screen.patch
  * readline-8.0.dif

- Update to readline-8.0-beta for testing
  a. Non-incremental vi-mode search (`N', `n') can search for a shell pattern, as
     Posix specifies (uses fnmatch(3) if available).
  b. There are new `next-screen-line' and `previous-screen-line' bindable
     commands, which move the cursor to the same column in the next, or previous,
     physical line, respectively.
  c. There are default key bindings for control-arrow-key key combinations.
  d. A negative argument (-N) to `quoted-insert' means to insert the next N
     characters using quoted-insert.
  e. New public function: rl_check_signals(), which allows applications to
     respond to signals that readline catches while waiting for input using
     a custom read function.
  f. There is new support for conditionally testing the readline version in an
     inputrc file, with a full set of arithmetic comparison operators available.

OBS-URL: https://build.opensuse.org/request/show/664074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/readline?expand=0&rev=4
2019-01-29 13:37:35 +00:00
Dr. Werner Fink
f8947ebe0e Update to readline-8.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=11
2019-01-09 13:02:42 +00:00
Dominique Leuenberger
b00678362a Accepting request 640076 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/640076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/readline?expand=0&rev=3
2018-10-11 09:36:23 +00:00
Dr. Werner Fink
c0eadebf10 Rework patch readline-7.0-screen.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=9
2018-09-28 12:35:29 +00:00
Dominique Leuenberger
2e12959f0b Accepting request 616516 from Base:System
- Add patch readline-7.0-screen.patch to be able to parse settings
  in inputrc for all screen TERM variables starting with "screen."
  to fix boo#1095661

OBS-URL: https://build.opensuse.org/request/show/616516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/readline?expand=0&rev=2
2018-06-27 08:13:42 +00:00
Dr. Werner Fink
1d83075c5b boo#1095661
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=7
2018-06-13 11:41:42 +00:00
Dominique Leuenberger
76c26b7505 Accepting request 588453 from Base:System
.

OBS-URL: https://build.opensuse.org/request/show/588453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/readline?expand=0&rev=1
2018-03-22 10:52:42 +00:00
Dr. Werner Fink
98a6d54ef9 Accepting request 588349 from home:jengelh:branches:Base:System
- Update descriptions. Replace old $RPM_* vars with macros.

OBS-URL: https://build.opensuse.org/request/show/588349
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=5
2018-03-19 08:31:47 +00:00
Dr. Werner Fink
904a7f1fe0 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=4
2018-03-16 18:21:34 +00:00
Dr. Werner Fink
50a1447ac2 DO NOT FORGET THE UPSTREAM PATCHes
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=3
2018-03-16 18:06:28 +00:00
Dr. Werner Fink
dd7ecc6859 No self provides/obsoletes
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=2
2018-03-16 12:32:50 +00:00
Dr. Werner Fink
f37a9dc085 Switch back to old package name scheme
OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=1
2018-03-16 10:45:52 +00:00