2009-02-23 22:42:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 23 16:22:52 CET 2009 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.27
|
|
|
|
* Extraneous .i and .s files in 1.26 removed. 'make clean' cleans
|
|
|
|
all .i and .s too.
|
|
|
|
* 'gen' directory is replaced by gen.tar file, so CPAN doesn't
|
|
|
|
index the stuff in there. That directory is stuff for developing
|
|
|
|
the Curses package, not stuff for users.
|
|
|
|
* newterm() is available and putwin() and getwin() work in newer
|
|
|
|
Perl (with PerlIO). We now use PerlIO_findFile().
|
|
|
|
|
2008-09-12 16:08:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 10 18:02:10 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.24
|
|
|
|
* Export KEY_RESIZE, KEY_EVENT.
|
|
|
|
* For Netbsd, allow both Netbsd and BSD guesses via CURSES_LIBTYPE,
|
|
|
|
and default to Ncurses.
|
|
|
|
* Add guess capability for Dragonfly.
|
|
|
|
|
2008-03-10 17:33:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 10 15:22:27 CET 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.23
|
|
|
|
* Fix crash of Makefile.PL on Windows.
|
|
|
|
* Don't undefine 'bool' macro in c-darwin hints file.
|
|
|
|
* Fix missing comment delimiter.
|
|
|
|
|
2007-11-19 12:44:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 19 11:37:35 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.19
|
|
|
|
- add -lpanel and -lmenu
|
|
|
|
* Use Ncursesw (Ncurses with wide character functions) instead of
|
|
|
|
Ncurses if available.
|
|
|
|
* Change all sv_isa() to sv_derived_from() so you can use
|
|
|
|
subclasses.
|
|
|
|
* bugfixes, test fixes
|
|
|
|
|
2007-03-29 16:24:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 29 14:13:11 CEST 2007 - rguenther@suse.de
|
|
|
|
|
|
|
|
- add ncurses-devel BuildRequires
|
|
|
|
|
2007-03-10 23:07:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 10 21:58:05 CET 2007 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- link with ncursesw.so to make UTF8 output work
|
|
|
|
|
2007-01-15 23:30:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 14 10:27:44 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.14
|
|
|
|
* Make demo.form work on 64 bit machine.
|
|
|
|
* Add some narration to Makefile.PL to help with diagnosis.
|
|
|
|
* Move undef of 'instr' from individual hint files to Curses.c
|
|
|
|
and add explanation.
|
|
|
|
* Some kind of build fix to get panels, forms, and menu functions
|
|
|
|
to build.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:39:35 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 1 13:24:42 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 1.12
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 10 17:45:12 CET 2004 - adrian@suse.de
|
|
|
|
|
|
|
|
- build as user
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 22 14:25:53 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- require the perl version we build with
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 15 14:09:43 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- adapt to perl-5.8.1
|
|
|
|
- use %perl_process_packlist
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 20 12:39:36 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- remove unpackaged files
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 9 17:16:35 MEST 2002 - mls@suse.de
|
|
|
|
|
|
|
|
- use sv_isa instead of Perl_sv_isa for threaded perl
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
|
|
|
|
|
|
|
|
- remove race in .packlist generation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 3 15:23:14 CEST 2001 - rvasice@suse.cz
|
|
|
|
|
|
|
|
- update to version 1.06
|
|
|
|
- spec file cleanup
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 14 09:00:43 CET 2000 - cihlar@suse.cz
|
|
|
|
|
|
|
|
- clean up spec file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 2 17:47:35 CET 2000 - grimmer@suse.de
|
|
|
|
|
|
|
|
- renamed from perl_cur to perl-Curses
|
|
|
|
- spec file cleanups
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 22 09:37:30 CEST 2000 - cihlar@suse.cz
|
|
|
|
|
|
|
|
- update to version 1.05
|
|
|
|
- added BuildRoot
|
|
|
|
- bzipped sources
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 20 12:18:59 CET 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- use macro for mandir
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 8 17:39:06 CET 1999 - choeger@suse.de
|
|
|
|
|
|
|
|
- first version
|
|
|
|
|