diff --git a/TermReadKey-2.32.tar.gz b/TermReadKey-2.32.tar.gz deleted file mode 100644 index 7da8131..0000000 --- a/TermReadKey-2.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58b90e8908e686d03a161590c1dd870e8a1b005715ca8e6d5080a32459e1e9f8 -size 81547 diff --git a/TermReadKey-2.37.tar.gz b/TermReadKey-2.37.tar.gz new file mode 100644 index 0000000..2d056d7 --- /dev/null +++ b/TermReadKey-2.37.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9383cf2e0e0194668fe2bd546e894ffad41d556b41d2f2f577c8db682db241 +size 85082 diff --git a/perl-Term-ReadKey.changes b/perl-Term-ReadKey.changes index 8678aa7..df0c39d 100644 --- a/perl-Term-ReadKey.changes +++ b/perl-Term-ReadKey.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Sep 24 06:47:38 UTC 2017 - coolo@suse.com + +- update to 2.37 + * Better support parallel builds by making 'dynamic' a dependency of the ReadKey.pm + * Add a package declaration to the ReadKey_pm.PL to aid indexing + * Use FULLPERLRUNINST to run the ReadKey_pm.PL to get the 'blib' + * Fix GetTerminalSize() argument handling + * Fix miniperl build on Win32 + * Remove unused Cwd + * Fix TAP output + * Fix warnings in XS file + * Don't attempt some tests if STDIN is not a terminal + * Generate ReadKey.pm from ReadKey_pm.PL to expand blockoptions + * demand-load Carp, + * remove unneeded AutoLoader, + * Improve genchars.pl, support make -s silence. + * Improve Makefile.PL add SIGN, fix pure_site_install, support dual-life, fix realclean + + ------------------------------------------------------------------- Thu May 29 16:47:00 UTC 2014 - stephan.barth@suse.com diff --git a/perl-Term-ReadKey.spec b/perl-Term-ReadKey.spec index ebde64c..6316b9b 100644 --- a/perl-Term-ReadKey.spec +++ b/perl-Term-ReadKey.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Term-ReadKey # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,7 +17,7 @@ Name: perl-Term-ReadKey -Version: 2.32 +Version: 2.37 Release: 0 Summary: Module for Simple Terminal Control License: GPL-1.0+ or Artistic-1.0 @@ -58,9 +58,6 @@ make %{?_smp_flags} make test %endif -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc README