forked from pool/perl-Term-ReadKey
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadKey?expand=0&rev=12
This commit is contained in:
parent
485104da2f
commit
7959835614
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58b90e8908e686d03a161590c1dd870e8a1b005715ca8e6d5080a32459e1e9f8
|
|
||||||
size 81547
|
|
3
TermReadKey-2.37.tar.gz
Normal file
3
TermReadKey-2.37.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a9383cf2e0e0194668fe2bd546e894ffad41d556b41d2f2f577c8db682db241
|
||||||
|
size 85082
|
@ -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
|
Thu May 29 16:47:00 UTC 2014 - stephan.barth@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Term-ReadKey
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Term-ReadKey
|
Name: perl-Term-ReadKey
|
||||||
Version: 2.32
|
Version: 2.37
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module for Simple Terminal Control
|
Summary: Module for Simple Terminal Control
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
@ -58,9 +58,6 @@ make %{?_smp_flags}
|
|||||||
make test
|
make test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
|
Loading…
Reference in New Issue
Block a user