diff --git a/TermReadKey-2.37.tar.gz b/TermReadKey-2.37.tar.gz deleted file mode 100644 index 2d056d7..0000000 --- a/TermReadKey-2.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a9383cf2e0e0194668fe2bd546e894ffad41d556b41d2f2f577c8db682db241 -size 85082 diff --git a/TermReadKey-2.38.tar.gz b/TermReadKey-2.38.tar.gz new file mode 100644 index 0000000..31beb24 --- /dev/null +++ b/TermReadKey-2.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290 +size 85164 diff --git a/perl-Term-ReadKey.changes b/perl-Term-ReadKey.changes index df0c39d..1b1e458 100644 --- a/perl-Term-ReadKey.changes +++ b/perl-Term-ReadKey.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 17 16:01:00 UTC 2019 - Pedro Monreal Gonzalez + +- update to 2.38 + * Bundle up various changes including: + * Indexing improvements + * Makefile improvements for some make utils + * Various code cleanups and modernizations +- Updated URL to MetaCPAN +- Updated spec file with spec-cleaner + ------------------------------------------------------------------- Sun Sep 24 06:47:38 UTC 2017 - coolo@suse.com diff --git a/perl-Term-ReadKey.spec b/perl-Term-ReadKey.spec index 6316b9b..78afade 100644 --- a/perl-Term-ReadKey.spec +++ b/perl-Term-ReadKey.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Term-ReadKey # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Term-ReadKey -Version: 2.37 +Version: 2.38 Release: 0 Summary: Module for Simple Terminal Control -License: GPL-1.0+ or Artistic-1.0 +License: GPL-1.0-or-later OR Artistic-1.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Term-ReadKey -Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz +URL: https://metacpan.org/pod/Term::ReadKey +Source0: https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz BuildRequires: make BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.58 Requires: /bin/stty Provides: perl-TermReadKey = %{version} Obsoletes: perl-TermReadKey <= 2.30 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %description @@ -46,7 +45,7 @@ sed -i '/^auto_install/d' Makefile.PL %build perl Makefile.PL PREFIX="%{_prefix}" -make %{?_smp_flags} +make %{?_smp_mflags} %install %perl_make_install @@ -55,11 +54,10 @@ make %{?_smp_flags} %check # s390/s390x don't have /dev/tty %ifnarch s390 s390x -make test +make %{?_smp_mflags} test %endif %files -%defattr(-,root,root) %doc README %dir %{perl_vendorarch}/Term %{perl_vendorarch}/Term/ReadKey.pm