diff --git a/ncurses.changes b/ncurses.changes
index ee6c385..7d33a57 100644
--- a/ncurses.changes
+++ b/ncurses.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Wed May  7 20:20:54 CEST 2008 - coolo@suse.de
+
+- we need to obsolete ncurses 5.6 too, it's 10.3's version
+
 -------------------------------------------------------------------
 Tue Apr 22 16:57:32 CEST 2008 - werner@suse.de
 
diff --git a/ncurses.spec b/ncurses.spec
index d66c5a0..67a4787 100644
--- a/ncurses.spec
+++ b/ncurses.spec
@@ -20,7 +20,7 @@ License:        X11/MIT
 Group:          System/Base
 AutoReqProv:    on
 Version:        5.6
-Release:        82
+Release:        83
 Summary:        New curses Libraries
 Source0:        ncurses-5.6.tar.bz2
 Url:            http://invisible-island.net/ncurses/ncurses.html
@@ -60,17 +60,23 @@ Authors:
 
 %package -n ncurses-utils
 License:        X11/MIT
-Summary:        New curses Libraries
+Summary:        Tools using the new curses libraries
 Group:          System/Base
 Provides:       ncurses:%{_bindir}/tput
 AutoReqProv:    on
 
 %description -n ncurses-utils
-As soon as a text application needs to directly control its output to
-the screen (if it wants to place the cursor at location (x,y) then
-write text), ncurses is used. The panel and the forms libraries are
-included in this package. These new libraries support color, special
-characters, and panels.
+The ncurses based utilities are as follows:
+
+clear -- emits clear-screen for current terminal
+
+toe   -- table of entries utility
+
+tput  -- shell-script access to terminal capabilities.
+
+tset  -- terminal-initialization utility
+
+reset -- terminal initialization utility
 
 
 
@@ -84,27 +90,23 @@ Authors:
 
 %package -n terminfo-base
 License:        X11/MIT
-Summary:        New curses Libraries
+Summary:        A terminal descriptions database
 Group:          System/Base
 Provides:       ncurses:%{_datadir}/tabset
 AutoReqProv:    on
 
 %description -n terminfo-base
-As soon as a text application needs to directly control its output to
-the screen (if it wants to place the cursor at location (x,y) then
-write text), ncurses is used. The panel and the forms libraries are
-included in this package. These new libraries support color, special
-characters, and panels.
+This is the terminfo basic database, maintained in the ncurses package.
+This database is the official successor to the 4.4BSD termcap file and
+contains information about any known terminal. The ncurses library
+makes use of this database to use terminals correctly.
 
 
 
 Authors:
 --------
-    Zeyd M. Ben-Halim <zmbenhal@netcom.com>
     Eric S. Raymond <esr@thyrsus.com>
     Thomas E. Dickey <dickey@invisible-island.net>
-    Juergen Pfeifer <Juergen.Pfeifer@t-online.de>
-    Pavel Curtis
 
 %package -n libncurses5
 License:        X11/MIT
@@ -112,7 +114,7 @@ Summary:        The New curses Libraries
 Group:          System/Libraries
 Requires:       terminfo-base
 Provides:       ncurses = %{version}
-Obsoletes:      ncurses < %{version}
+Obsoletes:      ncurses <= %{version}
 Recommends:     ncurses-utils = %{version}
 AutoReqProv:    on
 
@@ -494,6 +496,8 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
 %defattr(-,root,root)
 
 %changelog
+* Wed May 07 2008 coolo@suse.de
+- we need to obsolete ncurses 5.6 too, it's 10.3's version
 * Tue Apr 22 2008 werner@suse.de
 - Split ncurses into two separate packages ncurses-utils and
   terminfo-base to get the resolvers happy (bnc#381293)