Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
3d91651114 | |||
66a7b792f4 | |||
5108e484b4 | |||
233f8ce8ff | |||
f6e612f812 | |||
349dd3c0c3 | |||
d213f3dc80 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b13832132e50366c34feac12ce82837c0a9db34ca530ae5d27db97cf9c964c7b
|
||||
size 204896
|
3
Term-ReadLine-Gnu-1.47.tar.gz
Normal file
3
Term-ReadLine-Gnu-1.47.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b07ac8a9b494c50aa87a40dccab3f879b92eb9527ac0f2ded5d4743d166b649
|
||||
size 217825
|
@@ -16,8 +16,6 @@ description: |-
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
preamble: |-
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: readline-devel
|
||||
|
@@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user