Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
newt
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Added
newt.changes
@@ -0,0 +1,257 @@ +------------------------------------------------------------------- +Mon Dec 17 18:33:12 CET 2007 - lrupp@suse.de + +- split libnewt0_52 to follow the shared library packaging policy +- build on older distributions +- build parallel + +------------------------------------------------------------------- +Thu Oct 11 16:55:38 CEST 2007 - lrupp@suse.de + +- split python module to -python subpackage +- add back support for list of Entries in EntryWindow prompts in + snack (RH#248878) (newt-0.52.7-snack.patch) +- fix segfault in whiptail when no entry is selected in radiolist + (newt-0.52.7-whiptail.patch) +- fix handling of UTF-8 characters (#289291) + (newt-0.52.7-utf8.patch) + +------------------------------------------------------------------- +Tue Sep 11 15:11:13 CEST 2007 - cthiel@suse.de + +- removed bogus Provides: snack (to avoid name clash with package snack) + +------------------------------------------------------------------- +Tue Jun 26 14:16:28 CEST 2007 - lrupp@suse.de + +- update to 0.52.7: + + add support to snack for multiple selection and border in listbox + and cursorAtEnd in entry (patch by Shawn Starr) + + fix scrollbar positioning in listbox + + cope with backward system time jumps (RH#240691) + + free helplines and windows in newtFinished, check for overflow (RH#239992) +- remove included patches +- created doc package for tutorial (N#287087) + +------------------------------------------------------------------- +Wed Jun 13 17:30:43 CEST 2007 - lrupp@suse.de + +- included patches from Miroslav Lichvar: + + fix cursor positioning when setting entry or checkbox flags + (newt-0.52.6-cursor.patch) + + fix counting of items in checkboxtree + (newt-0.52.6-countitems.patch) + + fix some memory leaks + (newt-0.52.6-memleaks.patch) + + fix entry scrolling (RH#234829) and + + fix multibyte character handling in entry + (newt-0.52.6-entry.patch) +- disable gpm-support - seems to smash the stack +- remove libbz2-1 from buildreq +- re-arange buildrequires + +------------------------------------------------------------------- +Tue Jun 5 20:02:15 CEST 2007 - ro@suse.de + +- buildreq: libbz2 -> libbz2-1 + +------------------------------------------------------------------- +Sun Apr 1 15:34:34 CEST 2007 - lrupp@suse.de + +- added distribution specfic parts for build service +- added libbz2 to BuildRequires for suse_version > 1020 + +------------------------------------------------------------------- +Wed Mar 7 13:15:18 CET 2007 - lrupp@suse.de + +- update to 0.52.6: + + add newtSetColor() to allow changing individual colors + + add newtPopWindowNoRefresh() (patch by Forest Bond) +- branched newt-static package containing static library + +------------------------------------------------------------------- +Wed Feb 14 19:34:16 CET 2007 - lrupp@suse.de + +- update to 0.52.5 + + provide option to change text of buttons (rh#126768) + + don't add escape key to hot keys by default (rh#216157) + + fix cursor position in checkboxtree, radio button and checkbox + + don't force monochrome terminals to output colors + + highlight active compact button on monochrome terminals + + update translations from debian +- removed unnecessary ldconfig call in devel package +- removed obsolete newt-0.52.4-if1close.patch + +------------------------------------------------------------------- +Thu Dec 21 14:13:09 CET 2006 - lrupp@suse.de + +- new upstream version 0.52.4: patches included upstream + + fix entry corruption when reading multibyte characters + and double width character handling + + avoid overflow/crash in scale +- makefile, configure and spec cleanup +- package whiptail.1 and locale files + +------------------------------------------------------------------- +Fri Sep 22 13:56:14 CEST 2006 - lrupp@suse.de + +- fix build with python 2.5 (thanks to aj) +- useful fixes from RH bugzilla included: + * #137957 : fix screen corruption + * #81352 : fix help dialog + * #83203 : make textbox with scrollbar focusable + * #86074 : turn off cursor when entry terminated form + * #186053 : better handling of listbox and checkboxtree focus + * #187545 : be more color friendly to 8-color terminals + * #189981 : fix handling windows larger than screen size + * fix checkboxtree positioning + * unfocus when displaying help + * fix double width character handling in checkboxtree and listbox + + +------------------------------------------------------------------- +Tue May 9 07:32:24 CEST 2006 - lrupp@suse.de + +- add "Provides: snack" to specfile +- do not build whiptcl to avoid dependency on tcl (RH #177346) + (whiptcl is currently not used by anything) +- Apply patch by Bill Nottingham (thanks) to improve scrollbar appearance + (RH #174771) +- Fix a crash in checkboxtree.c (RH #165347) +- draw correct dialog sizes on the screen (see RH #185950) - applying + patch from Tomas Mraz (thanks) + +------------------------------------------------------------------- +Wed Jan 25 21:38:41 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Mon Dec 12 13:54:46 CET 2005 - lrupp@suse.de + +- new version 0.52.2 +- include whiptcl.so + +------------------------------------------------------------------- +Thu Nov 10 16:12:21 CET 2005 - lrupp@suse.de + +- only do gpmclose if gpmopen succeeed + (see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=118530) +- include example files (peanuts.py, popcorn.py) in devel package +- use "-fPIC -Wall -fno-strict-aliasing" in CFLAGS + +------------------------------------------------------------------- +Mon Sep 26 23:20:44 CEST 2005 - mls@suse.de + +- make devel package require base package + +------------------------------------------------------------------- +Mon Jul 25 12:40:44 CEST 2005 - lrupp@suse.de 0.51.6 + +- use of %run_ldconfig + +------------------------------------------------------------------- +Fri Jun 17 15:07:42 CEST 2005 - lrupp@suse.de 0.51.6 + +- use more macros: fix build on 64bit + +------------------------------------------------------------------- +Fri Jun 17 13:21:24 CEST 2005 - lrupp@suse.de 0.51.6 + +- use $RPM_OPT_FLAGS +- delete /usr/lib/phyton in build to avoid errors from abuild +=> we've a symlink to /usr/lib/python2.4 + +------------------------------------------------------------------- +Thu Jun 16 14:13:06 CEST 2005 - ro@suse.de + +- fix files pagaged twice (real path and over symlink) + +------------------------------------------------------------------- +Tue Feb 15 21:03:05 CET 2005 - ro@suse.de + +- added python deps + +------------------------------------------------------------------- +Mon Jan 24 01:43:15 CET 2005 - ro@suse.de + +- fix lib64 build + +------------------------------------------------------------------- +Tue Nov 30 17:30:44 CET 2004 - cwh@suse.de + +- updated to 0.51.6 + +------------------------------------------------------------------- +Wed Jun 2 02:03:54 CEST 2004 - ro@suse.de + +- get rid of some compiler warnings + +------------------------------------------------------------------- +Thu Feb 26 11:27:51 CET 2004 - hmacht@suse.de + +- building as non-root + +------------------------------------------------------------------- +Tue Feb 24 18:34:40 CET 2004 - cwh@suse.de + +- added soname link to package +