- updated to 1.43
see /usr/share/doc/packages/perl-Curses/ChangeLog
New in 1.43 (Released December 08, 2022)
Fix missing file introduced in 1.42 that prevents all builds from working.
New in 1.42 (Released December 07, 2022)
Add missing return type declarations so it works with modern C compilers.
Fix build failure with newer compilers: test compiles to find Curses library
capabilities fail because necessary header files are not included because
C_PANELFUNCTION etc are not defined because the test compiles do not include
CursesFun.h, which they can't because the test compiles are part of creating
CursesFun.h. Solution: put C_PANELFUNCTION, etc in new config.h.
Rename test.syms program to testsyms, because it is a more conventional
name format.
OBS-URL: https://build.opensuse.org/request/show/1042284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Curses?expand=0&rev=31
- updated to 1.36 (Released August 14, 2016)
Fix the GNU Hurd thing from 1.35 by including the hints file in the
manifest.
New in 1.35 (Released July 11, 2016)
Added hints file for GNU Hurd ($OSNAME == 'gnu'). From Pino Toscano.
New in 1.34 (Released April 2, 2016)
Several bugs fixed in demo programs (which also function as the
documentation) for forms and menus and comments added explaining need to
keep Perl variables around to avoid invalid memory references.
New in 1.33 (Released October 3, 2015)
Package contains META files.
- Cleaned with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/635336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Curses?expand=0&rev=20
Makefile.PL: if /usr/include/ncurses/ncurses.h exists, use Ncurses regardless
of what the $guess_cfg table says for the OS at hand. This fixes the former
hybrid approach which didn't work for a Solaris 11 system that has both
Ncurses and BSD curses.
Typographical error in documentation fixed.
New in 1.31 (Released April 26, 2014)
Fix compile failure with some Curses libraries, introduced in
1.29 - undefined KEY_CODE_YES.
Fix documentation: wide character functions exist back to Perl 5.6,
not 5.16.
New in 1.30 (Released April 19, 2014)
Fix build failure: Use older substitutes if Perl is too old to have
the 'utf8_to_uvchr_buf' function they use; don't include the wide character
functions if Perl is even too old to have the substitutes. Broken in 1.29.
Fix "constant not provided by your vendor" message when you refer to a
function that does not exist in the Curses module.
Minor fixes to documentation of new wide character functions.
Fix warning about extra argument to c_setmevent .
Fix documentation for "not defined in your Curses library" errors.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Curses?expand=0&rev=18