8
0

16 Commits

Author SHA256 Message Date
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
f6e612f812 Accepting request 1281141 from home:pgajdos
- added patches
  9c89044bca
  + perl-Term-ReadLine-Gnu-gcc15.patch

OBS-URL: https://build.opensuse.org/request/show/1281141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=27
2025-05-29 12:29:22 +00:00
349dd3c0c3 add changes entry for changes file fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=26
2025-05-29 11:56:39 +00:00
d213f3dc80 remove last line of changes file that source_validator suddenly doesn't like
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=25
2025-05-29 11:54:40 +00:00
2342b281f0 Accepting request 1097589 from devel:languages:perl:autoupdate
- updated to 1.46
   see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes
  1.46  2023-07-01
  	- Reproduce Term::ReadLine::Stub’s 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

OBS-URL: https://build.opensuse.org/request/show/1097589
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=22
2023-07-11 13:15:04 +00:00
Stephan Kulow
bdaddcdcd9 Accepting request 1041123 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1041123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=20
2022-12-14 08:57:44 +00:00
0cd9059a7d Accepting request 1034260 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1034260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=18
2022-11-08 12:55:41 +00:00
58445a6a3f Accepting request 1007863 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1007863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=16
2022-10-04 18:47:33 +00:00
69b9b73119 Accepting request 892034 from devel:languages:perl:autoupdate
- updated to 1.42
   see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes

OBS-URL: https://build.opensuse.org/request/show/892034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=14
2021-05-11 11:51:51 +00:00
7a31dcb5c1 Accepting request 890279 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/890279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=12
2021-05-04 14:39:06 +00:00
1ae6d46741 Accepting request 874814 from devel:languages:perl:autoupdate
- updated to 1.40
   see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes

OBS-URL: https://build.opensuse.org/request/show/874814
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=10
2021-02-25 12:20:29 +00:00
004aada2ae Accepting request 859017 from devel:languages:perl:autoupdate
- updated to 1.37
   see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes

OBS-URL: https://build.opensuse.org/request/show/859017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=8
2021-01-04 14:23:21 +00:00
Stephan Kulow
63cb4478a6 - add cpanspec.yml for autoupdates
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=6
2019-01-27 10:58:44 +00:00
Stephan Kulow
419451c53e Accepting request 668636 from home:smithfarm:branches:devel:languages:perl
- spec: obsolete "perl-TermReadLine-Gnu" (wrongly-named package in
  Factory/Leap/SLE) (boo#966042)

OBS-URL: https://build.opensuse.org/request/show/668636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=3
2019-01-27 10:52:41 +00:00
Stephan Kulow
9c19f51820 Accepting request 668117 from home:SShyukriev:branches:devel:languages:perl
remove Obsoletes

OBS-URL: https://build.opensuse.org/request/show/668117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=2
2019-01-24 17:19:35 +00:00
8033fe2c6e Accepting request 244219 from home:smithfarm:branches:devel:languages:perl:CPAN-T
- initial submission of upstream version 1.24 to devel:languages:perl
- check license
- take over maintainership

OBS-URL: https://build.opensuse.org/request/show/244219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=1
2014-08-11 13:04:10 +00:00