diff --git a/gpm.changes b/gpm.changes
index a6b34ae..d39f4d6 100644
--- a/gpm.changes
+++ b/gpm.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Mar 22 16:37:52 CET 2007 - rguenther@suse.de
+
+- add ncurses-devel BuildRequires
+
 -------------------------------------------------------------------
 Tue Feb 27 16:18:07 CET 2007 - prusnak@suse.cz
 
diff --git a/gpm.spec b/gpm.spec
index 7b3ccbf..078f9dd 100644
--- a/gpm.spec
+++ b/gpm.spec
@@ -11,6 +11,7 @@
 # norootforbuild
 
 Name:           gpm
+BuildRequires:  ncurses-devel
 URL:            http://linux.schottelius.org/gpm/
 License:        GNU General Public License (GPL)
 Group:          System/Console
@@ -18,7 +19,7 @@ Provides:       select
 PreReq:         /bin/sed %insserv_prereq %fillup_prereq
 Autoreqprov:    on
 Version:        1.20.1
-Release:        348
+Release:        350
 Summary:        Console Mouse Support
 Source0:        http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
 Source1:        rcgpm
@@ -164,6 +165,8 @@ rm -rf $RPM_BUILD_ROOT
 /var/adm/fillup-templates/*
 
 %changelog
+* Thu Mar 22 2007 - rguenther@suse.de
+- add ncurses-devel BuildRequires
 * Tue Feb 27 2007 - prusnak@suse.cz
 - verbosity.patch [#247230]
   * removed -V option from documentation (not supported anymore)