diff --git a/cscope.changes b/cscope.changes index 0ff57fa..61f670c 100644 --- a/cscope.changes +++ b/cscope.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 30 02:30:07 CEST 2007 - ro@suse.de + +- added ncurses-devel to buildreq + ------------------------------------------------------------------- Fri Nov 10 12:22:47 CET 2006 - ro@suse.de diff --git a/cscope.spec b/cscope.spec index a5a9efe..11512c2 100644 --- a/cscope.spec +++ b/cscope.spec @@ -1,7 +1,7 @@ # # spec file for package cscope (Version 15.6) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,11 +11,12 @@ # norootforbuild Name: cscope +BuildRequires: ncurses-devel License: BSD License and BSD-like Group: Development/Tools/Navigators Autoreqprov: on Version: 15.6 -Release: 8 +Release: 23 Summary: Interactive Tool for Browsing C Source Code Source: cscope-%{version}.tar.bz2 Patch1: cscope-null.patch @@ -69,7 +70,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/cscope.1.gz %{_prefix}/bin/cscope -%changelog -n cscope +%changelog +* Fri Mar 30 2007 - ro@suse.de +- added ncurses-devel to buildreq * Fri Nov 10 2006 - ro@suse.de - fix manpage permissions * Wed Oct 18 2006 - anosek@suse.cz