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
6 changed files with 76 additions and 10 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

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

View File

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

View File

@@ -16,8 +16,6 @@ description: |-
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: ncurses-devel
BuildRequires: readline-devel

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
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>
@@ -149,4 +195,4 @@ Mon Aug 11 12:40:34 UTC 2014 - ncutler@suse.com
- check license
- take over maintainership
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-ReadLine-Gnu
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,23 @@
%define cpan_name Term-ReadLine-Gnu
Name: perl-Term-ReadLine-Gnu
Version: 1.46
Version: 1.470.0
Release: 0
# 1.47 -> normalize -> 1.470.0
%define cpan_version 1.47
License: Artistic-1.0 OR GPL-1.0-or-later
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}-%{version}.tar.gz
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}
Provides: perl(Term::ReadLine::Gnu::AU)
Provides: perl(Term::ReadLine::Gnu::Var)
Provides: perl(Term::ReadLine::Gnu::XS) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: ncurses-devel
@@ -47,7 +55,9 @@ This package also has the interface with the almost all functions and
variables which are documented in the GNU Readline/History Library Manual.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"