11
0

7 Commits

Author SHA256 Message Date
3d91651114 Add Gitea build results 2025-08-12 18:17:34 +02:00
66a7b792f4 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
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
233f8ce8ff 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
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
2 changed files with 13 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Term-ReadLine-Gnu/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Term-ReadLine-Gnu)

View File

@@ -27,6 +27,7 @@ Summary: Perl extension for the GNU Readline/History Library
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Term::ReadLine::Gnu) = %{version}