From 8221a4d23e48c1b730ebd07582128a90dfbf2fd7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:40:34 +0100 Subject: [PATCH] update to 2.38 [release 2.38-1mamba;Mon Jan 10 2022] --- README.md | 6 ++---- perl-Term-ReadKey.spec | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 05bb2d2..a17f81e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # perl-Term-ReadKey -Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for -non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. -One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good -likelyhood of it working. +Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. +One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working. diff --git a/perl-Term-ReadKey.spec b/perl-Term-ReadKey.spec index 9974f07..a8a3ee4 100644 --- a/perl-Term-ReadKey.spec +++ b/perl-Term-ReadKey.spec @@ -1,28 +1,26 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Term-ReadKey -Version: 2.30.02 -Release: 2mamba +Version: 2.38 +Release: 1mamba Summary: Term::ReadKey - A perl module for simple terminal control Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/S/ST/STSI/TermReadKey-%{version}.tar.gz +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz License: Artistic, GPL -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: libperl +BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver %description -Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for -non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. -One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good -likelyhood of it working. +Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. +One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working. %prep %setup -q -n TermReadKey-%{version} @@ -52,6 +50,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Jan 10 2022 Silvan Calarco 2.38-1mamba +- update to 2.38 + * Wed Nov 09 2016 Silvan Calarco 2.30.02-2mamba - rebuilt with perl 5.24