8
0
Files
perl-Term-ReadLine-Gnu/perl-Term-ReadLine-Gnu.changes
Oliver Kurz 5108e484b4 Accepting request 1292095 from devel:languages:perl:autoupdate
- Remove perl-Term-ReadLine-Gnu-gcc15.patch, fixed upstream:
  https://github.com/hirooih/perl-trg/pull/32
- updated to 1.470.0 (1.47)
   see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
  1.47  2025-07-06
  	- readline-8.3 support
  	    new functions
  		rl_reparse_colors
  		rl_print_keybinding
  	    new variables
  		rl_full_quoting_desired
  		rl_macro_display_hook
  		rl_completion_rewrite_hook
  	    new state values for rl_readline_state
  		RL_STATE_READSTR
  	- sample code updates
  	    - import almost all examples from the GNU Readline Library
  	    - use "/usr/bin/env" for sh-bang
  	    - add eg/README.md
  	- the check for being in emacs to be more like bash (#28)
  	- add a wrap function on every function which has Keymap as an argument
  	- add some constant functions
  	    - add macro functions for rl_readline_state
  		- RL_SETSTATE(), RL_UNSETSTATE(), RL_ISSTATE()
  	    - export READERR
  	- Fix for compilation in C23 mode (#32)
  	- POD updates
  	    - fix description of add_defun() in BUGS section (#23)
  	    - fix formatting
  	- GitHub actions: update os and perl-version matrix

OBS-URL: https://build.opensuse.org/request/show/1292095
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=29
2025-07-14 11:51:37 +00:00

199 lines
7.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Fri Jul 11 14:07:09 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Remove perl-Term-ReadLine-Gnu-gcc15.patch, fixed upstream:
https://github.com/hirooih/perl-trg/pull/32
-------------------------------------------------------------------
Sun Jul 6 05:35:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.470.0 (1.47)
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
1.47 2025-07-06
- readline-8.3 support
new functions
rl_reparse_colors
rl_print_keybinding
new variables
rl_full_quoting_desired
rl_macro_display_hook
rl_completion_rewrite_hook
new state values for rl_readline_state
RL_STATE_READSTR
- sample code updates
- import almost all examples from the GNU Readline Library
- use "/usr/bin/env" for sh-bang
- add eg/README.md
- the check for being in emacs to be more like bash (#28)
- add a wrap function on every function which has Keymap as an argument
- add some constant functions
- add macro functions for rl_readline_state
- RL_SETSTATE(), RL_UNSETSTATE(), RL_ISSTATE()
- export READERR
- Fix for compilation in C23 mode (#32)
- POD updates
- fix description of add_defun() in BUGS section (#23)
- fix formatting
- GitHub actions: update os and perl-version matrix
-------------------------------------------------------------------
Wed Apr 16 11:14:16 UTC 2025 - pgajdos@suse.com
- added patches
https://github.com/hirooih/perl-trg/commit/9c89044bca3437a4f5520357cee1d5971db9877b
+ perl-Term-ReadLine-Gnu-gcc15.patch
-------------------------------------------------------------------
Sun Jul 2 03:08:09 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.46
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
1.46 2023-07-01
- Reproduce Term::ReadLine::Stubs behavior for ornaments (#17)
- The Perl debugger uses these control sequences for online help
- fetch the control sequences for outputting bold text as the
current Term::ReadLine does
- let new() fail on multiple instantiation (#16)
- suppress warning errors on clang
- add prototype on every function declaration
- use ANSI-C style port definition even for XS code
- make clean removes `*.dSYM` for macOS
- INSTALL.md: update content
- add install procedure using packages
- update and remove old descriptions
-------------------------------------------------------------------
Mon Nov 28 03:08:36 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.45
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
1.45 2022-11-27
- add support MSWin32
- require the GNU Readline Library 8.1 or later
- use xfree in the GNU Readline Library
- INSTALL.md: add section "MSWin32 (Strawberry Perl)"
- Makefile.PL
- On macOS Big Sur or later 'perl Makefile.PL' does not warn any
more without using ExtUtils::MakeMaker 7.58 or later.
- ppport.h: update from version 3.62 to version 3.68.
- suppress warning messages, Wcompound-token-split-by-macro,
generated by clang 12 or later
- https://github.com/Perl/perl5/issues/18780
- expand tabs, trim trailing white-spaces
-------------------------------------------------------------------
Mon Nov 7 03:08:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.44
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
1.44 2022-11-06
- change the TERM check as bash does (#11)
- Use `Term::ReadLine::Stub` if the environment variable `TERM` is
set to `"emacs"` or the environment variable `INSIDE_EMACS` or
`EMACS` is defined.
-------------------------------------------------------------------
Sun Oct 2 03:07:18 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.43
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
1.43 2022-09-27
- readline-8.2 support
new functions
rl_trim_arg_from_keyseq
rl_set_timeout
rl_clear_timeout
rl_timeout_remaining
new variables
rl_eof_found
rl_timeout_event_hook
new state values for rl_readline_state
RL_STATE_TIMEOUT
RL_STATE_EOF
- t/00checkver.t: check if $TERM is set properly [#11]
- Makefile.PL
- warn if $TERM is not set properly [#11]
- fix for MSYS2: take care of `\r\n` in the output of rlmalloc
- guess_malloc_names(): simplify the control structure
- INSTALL: add a section for "MSYS2"
- Gnu.xs: no more non-ANSI C compiler support (remove PARAM macros)
- Gnu.pm, Gnu.xs, Gnu/XS.pm: expand tabs
- README.md, INSTALL.md: changed to Markdown
-------------------------------------------------------------------
Mon May 10 03:07:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.42
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
-------------------------------------------------------------------
Sun May 2 03:08:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.41
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
1.41 2021-05-01
- Makefile.PL
- Search a terminal library only when it necessary. [#6]
- whole refactoring
-------------------------------------------------------------------
Wed Feb 24 03:09:55 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.40
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
-------------------------------------------------------------------
Mon Dec 28 03:08:44 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.37
see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
-------------------------------------------------------------------
Sun Jan 27 10:58:30 UTC 2019 - Stephan Kulow <coolo@suse.com>
- add cpanspec.yml for autoupdates
-------------------------------------------------------------------
Fri Jan 25 12:26:46 UTC 2019 - ncutler@suse.com
- spec: obsolete "perl-TermReadLine-Gnu" (wrongly-named package in
Factory/Leap/SLE) (boo#966042)
-------------------------------------------------------------------
Mon Jan 14 19:13:50 UTC 2019 - Shyukri Shyukriev <shshyukriev@suse.com>
- Update to 1.36 (trying to fix bnc#966042)
- readline-8.0 support
new function
rl_empty_keymap
rl_set_keymap_name
rl_check_signals
new variable
history_quoting_state
rl_function_of_keyseq uses rl_function_of_keyseq_len to
support an arbitrary key sequence that may include NULs.
- new() checks the number of arguments.
- make 'use Term::ReadLine::Gnu' fail if $TERM is not set or
on a dumb terminal. 'use Term::ReadLine' uses
Term::ReadLine::Stub instead. [rt.cpan.org #123398]
- Makefile.PL: checks the tinfo library for Debian.
- add t/01test_use.t and t/02test_use.t.
- comment out a hack for the CPAN Test on OpenBSD added on
TRG 1.22.
- t/utf8_binary.t, t/utf8_text.t: skipped on Perl 5.8.
-------------------------------------------------------------------
Mon Aug 11 12:40:34 UTC 2014 - ncutler@suse.com
- initial submission of upstream version 1.24 to devel:languages:perl
- check license
- take over maintainership