SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libnewt0_52-0.52.14-3.1.x86_64.rpm :
Wed Feb 1 13:00:00 2012 larsAATTlinux-schulserver.de
- update to 0.52.14:
+ fix returning strings in whiptail and whiptcl (rh#752818)
+ fix configure to work with multiple python versions (rh#737998)
- removed newt-0.52.13-python_version.patch : fixed upstream
- compile with fPIC - fixes problems with _snackmodule.so
thanks to Joerg Steffens (bnc#734171)
- newt-doc recommends the main package as the examples need it
- added newt-0.52.14-incorrect-fsf-address.patch

Sun Jan 29 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections per specfile guideline suggestions

Mon Aug 8 14:00:00 2011 larsAATTlinux-schulserver.de
- update to 0.52.13:
+ add support for changing colors in individual labels, scrollbars, entries,
textboxes and scales, add custom colorsets
+ add support for NEWT_COLORS and NEWT_COLORS_FILE variables (rh#689903)
+ allow resizing of form
+ fix errors found by coverity
+ fix va_list usage (Gwenole Beauchesne)
+ fix building and installing on Mac OS X (rh#652479)
+ check for slang.h header, support DESTDIR variable, add --without-python
option (Otavio Salvador)
+ add Persian, Low German translations
- added newt-0.52.13-python_version.patch to fix detection of
python version in configure script

Thu Mar 17 13:00:00 2011 chrisAATTcomputersalat.de
- add comment to keep static lib

Tue Mar 8 13:00:00 2011 chrisAATTcomputersalat.de
- fix baselibs.conf
o newt > libnewt0_52
- fix naming
o define libname libnewt
o define libsoname {libname}0_52
- fix deps
o add pkg-config
o move {py_requires} to subpkg python-newt
- remove Author from description

Fri Feb 4 13:00:00 2011 larsAATTlinux-schulserver.de
- update to 0.52.12:
+ fix whiptail --gauge and its description in man page (#620083)
+ remove space after \
in whiptail texts (#620083)
+ remove NLS code from snack (#599608)
+ expose more keys to python as shortcuts in dialogs (Jakob Kemi)
+ release python global-thread-lock during dialog displays (Jakob Kemi)
+ fix warnings in whiptcl.c and include Tcl_PkgProvide() call (Mikhail T.)
+ don\'t NULL deref when an invalid array is specified in checkboxtree
(Arnaldo Carvalho de Melo)
- build on older distributions by owning locale/as

Mon Feb 1 13:00:00 2010 jengelhAATTmedozas.de
- package baselibs.conf

Sat Jan 9 13:00:00 2010 chrisAATTcomputersalat.de
- update to 0.52.11

* fix buffer overflow in textbox when reflowing (#523955, CVE-2009-2905)

* use full textbox width when reflowing and allow minimal width 1

* fix writing lines longer than width in textbox

* don\'t use va_list in newtvwindow more than once (#523696)

* bind \\E[Z to back-tab in built-in keymap (#468046)

* terminate string after reading file in whiptail

* add newtRadioSetCurrent function (Thomas Jarosch)

* add pkgconfig support (Thomas Jarosch)

* add Malay, Malayalam, Assamese, Gujarati, Bengali India, Kannada, Telugu
translations

* include tutorial in txt format

* include debian patches
- fix crash in textbox SetText when topLines != 0
- don\'t link modules with libraries already linked with libnewt
- add Asturian and Marathi translations
- cleanup spec

* sorted TAGS

* macros __make, __install, ...
name -> {name}
version -> {version}
buildroot -> {buildroot}
_defaultdocdir -> {_defaultdocdir}
....
- removed obsolete newt-CVE-2009-2905.patch

Wed Sep 23 14:00:00 2009 lruppAATTsuse.de
- fix heap-based buffer overflow in function doReflow in textbox.c
(fix bnc#540930 and CVE-2009-2905 : newt-CVE-2009-2905.patch)

Mon Sep 1 14:00:00 2008 lruppAATTsuse.de
- update to 0.52.10:
+ added support for help
+ added cusor on/off stuff
- rename newt-python to python-newt to follow the naming policy

Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support

Mon Apr 7 14:00:00 2008 lruppAATTsuse.de
- update to 0.52.9:
+ handle component destruction (patch by Richard W.M. Jones)
+ fix newtWinEntry definition
+ don\'t use uninitialized values in newtWinMenu
+ remove workarounds for old bug in SLsmg_write_nstring
+ improve SIGWINCH handling in form
+ don\'t abort from whiptail gauge on SIGWINCH
+ redisplay also last line
+ update Polish translation
+ enable slang utf8 mode (rh#425992)
+ support --disable-nls option (patch by Natanael Copa)
+ redraw screen when using entry in euc encodings
- removed upstreamed patches
- devel package should require poptd-, python- and slang-devel and
recommend the main package (not really needed)
- updated rpmlintrc

Mon Dec 17 13:00:00 2007 lruppAATTsuse.de
- split libnewt0_52 to follow the shared library packaging policy
- build on older distributions
- build parallel

Thu Oct 11 14:00:00 2007 lruppAATTsuse.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 14:00:00 2007 cthielAATTsuse.de
- removed bogus Provides: snack (to avoid name clash with package snack)

Tue Jun 26 14:00:00 2007 lruppAATTsuse.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 14:00:00 2007 lruppAATTsuse.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 14:00:00 2007 roAATTsuse.de
- buildreq: libbz2 -> libbz2-1

Sun Apr 1 14:00:00 2007 lruppAATTsuse.de
- added distribution specfic parts for build service
- added libbz2 to BuildRequires for suse_version > 1020

Wed Mar 7 13:00:00 2007 lruppAATTsuse.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 13:00:00 2007 lruppAATTsuse.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 13:00:00 2006 lruppAATTsuse.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 14:00:00 2006 lruppAATTsuse.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 14:00:00 2006 lruppAATTsuse.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 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires

Mon Dec 12 13:00:00 2005 lruppAATTsuse.de
- new version 0.52.2
- include whiptcl.so

Thu Nov 10 13:00:00 2005 lruppAATTsuse.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 14:00:00 2005 mlsAATTsuse.de
- make devel package require base package

Mon Jul 25 14:00:00 2005 lruppAATTsuse.de 0.51.6
- use of %run_ldconfig

Fri Jun 17 14:00:00 2005 lruppAATTsuse.de 0.51.6
- use more macros: fix build on 64bit

Fri Jun 17 14:00:00 2005 lruppAATTsuse.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:00:00 2005 roAATTsuse.de
- fix files pagaged twice (real path and over symlink)

Tue Feb 15 13:00:00 2005 roAATTsuse.de
- added python deps

Mon Jan 24 13:00:00 2005 roAATTsuse.de
- fix lib64 build

Tue Nov 30 13:00:00 2004 cwhAATTsuse.de
- updated to 0.51.6

Wed Jun 2 14:00:00 2004 roAATTsuse.de
- get rid of some compiler warnings

Thu Feb 26 13:00:00 2004 hmachtAATTsuse.de
- building as non-root

Tue Feb 24 13:00:00 2004 cwhAATTsuse.de
- added soname link to package

Mon Sep 15 14:00:00 2003 cwhAATTsuse.de
- removed wrong \"Provides: snack\" from spec-file

Wed Aug 20 14:00:00 2003 roAATTsuse.de
- expand filelist
- fix lib64 issues

Wed Aug 20 14:00:00 2003 cwhAATTsuse.de
- fixed to compile with tcl8.4

Tue Jan 16 13:00:00 2001 schwabAATTsuse.de
- Fix missing -fPIC in Makefile.
- Fix use of varargs.

Wed Nov 29 13:00:00 2000 roAATTsuse.de
- changed neededforbuild to

Wed Nov 29 13:00:00 2000 smidAATTsuse.cz
- subpackage renamed: newtd => newt-devel

Fri Nov 24 13:00:00 2000 roAATTsuse.de
- fixes for 2.0-python

Sun Oct 29 13:00:00 2000 kukukAATTsuse.de
- Add python-devel to need for build

Mon May 22 14:00:00 2000 smidAATTsuse.cz
- fixed to compile with tcl8.3

Wed May 10 14:00:00 2000 nadvornikAATTsuse.cz
- update to 0.50.8
- added BuildRoot

Mon Jan 17 13:00:00 2000 nashifAATTsuse.de
- Initial Release ( Version 0.50)


 
ICM