11
0

28 Commits

Author SHA256 Message Date
143d1d9ef6 Accepting request 1293123 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1293123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=11
2025-07-15 14:43:57 +00:00
a9a3837e54 Accepting request 1281142 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1281142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=10
2025-05-30 12:37:54 +00:00
3091fb102f - added patches
9c89044bca
  + perl-Term-ReadLine-Gnu-gcc15.patch

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
1694c74042 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
1e373aeb39 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
923997c4ce Accepting request 1098164 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1098164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=9
2023-07-12 15:26:59 +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
36b50fce69 Accepting request 1042835 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1042835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=8
2022-12-14 13:11:11 +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
5233048c48 Accepting request 1034533 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1034533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=7
2022-11-09 11:57:11 +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
ed718be624 Accepting request 1007974 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1007974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=6
2022-10-06 05:41:31 +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
6333012798 Accepting request 892229 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/892229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=5
2021-05-11 21:04:20 +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
8c8fd799ff Accepting request 890407 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/890407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=4
2021-05-04 20:01:23 +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
19fdb6840b Accepting request 875106 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/875106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=3
2021-02-26 20:59:21 +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
e7c0bb134f Accepting request 860223 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/860223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=2
2021-01-04 18:10:07 +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
bb122f63b3 Accepting request 668903 from devel:languages:perl
replacing the misspelled perl-TermReadline-Gnu

OBS-URL: https://build.opensuse.org/request/show/668903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadLine-Gnu?expand=0&rev=1
2019-02-01 10:43:48 +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
921b8cf056 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=5 2019-01-27 10:58:23 +00:00
Stephan Kulow
a97d10a8a4 add cpanspec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=4
2019-01-27 10:55:38 +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
2 changed files with 0 additions and 31 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b13832132e50366c34feac12ce82837c0a9db34ca530ae5d27db97cf9c964c7b
size 204896

View File

@@ -1,28 +0,0 @@
diff --git a/Gnu.xs b/Gnu.xs
index 557fb7a..9c70295 100644
--- a/Gnu.xs
+++ b/Gnu.xs
@@ -613,7 +613,7 @@ enum { STARTUP_HOOK, EVENT_HOOK, GETC_FN, REDISPLAY_FN,
SIG_EVT, INP_AVL, FN_STAT, TIMEOUT_EVENT,
};
-typedef int XFunction ();
+typedef int XFunction (void);
static struct fn_vars {
XFunction **rlfuncp; /* GNU Readline Library variable */
XFunction *defaultfn; /* default function */
@@ -622,7 +622,12 @@ static struct fn_vars {
} fn_tbl[] = {
{ &rl_startup_hook, NULL, startup_hook_wrapper, NULL }, /* 0 */
{ &rl_event_hook, NULL, event_hook_wrapper, NULL }, /* 1 */
- { &rl_getc_function, rl_getc, getc_function_wrapper, NULL }, /* 2 */
+ {
+ (XFunction **)&rl_getc_function, /* 2 */
+ (XFunction *)rl_getc,
+ (XFunction *)getc_function_wrapper,
+ NULL
+ },
{
(XFunction **)&rl_redisplay_function, /* 3 */
(XFunction *)rl_redisplay,