Hello community, here is the log from the commit of package perl-Curses for openSUSE:Factory checked in at 2015-02-10 20:21:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Curses (Old) and /work/SRC/openSUSE:Factory/.perl-Curses.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Curses" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Curses/perl-Curses.changes 2011-11-21 12:38:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Curses.new/perl-Curses.changes 2015-02-10 20:21:35.000000000 +0100 @@ -1,0 +2,49 @@ +Fri Feb 6 13:13:01 UTC 2015 - [email protected] + +- updated to 1.32 + 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. + (broken in 1.28). + + Fix demo programs' recognition of "not defined in your Curses library" + errors (broken in 1.28). + + New in 1.29 (Released April 6, 2014) + + Add an alternate set of functions (getchar, ungetchar, getstring, + instring, addstring, insstring) providing a more Perl-like interface, + converting from and to Perl strings (instead of passing data to the C + library verbatim) and using wide character functions if available in the + underlying curses library. + + Written by Edgar Fu201337, Mathematisches Institut der Uni Bonn, + <[email protected]> + +------------------------------------------------------------------- Old: ---- Curses-1.28.tgz New: ---- Curses-1.32.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Curses.spec ++++++ --- /var/tmp/diff_new_pack.Md7gsy/_old 2015-02-10 20:21:36.000000000 +0100 +++ /var/tmp/diff_new_pack.Md7gsy/_new 2015-02-10 20:21:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Curses # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,21 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Curses -BuildRequires: ncurses-devel perl +BuildRequires: ncurses-devel +BuildRequires: perl BuildRequires: perl-macros -Version: 1.28 -Release: 7 -Provides: perl_cur Curses +Version: 1.32 +Release: 0 +Provides: Curses +Provides: perl_cur Obsoletes: perl_cur -AutoReqProv: on -Group: Development/Libraries/Perl -License: Artistic-1.0 Url: http://cpan.org/modules/by-module/Curses/ Summary: Terminal screen handling and optimization +License: Artistic-1.0 +Group: Development/Libraries/Perl Source: Curses-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} ++++++ Curses-1.28.tgz -> Curses-1.32.tgz ++++++ ++++ 8514 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
