From a0b06dac5a4710a6f5f87f02bdd859337e2046dd Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Fri, 5 May 2006 18:25:46 +0000 Subject: [PATCH] updaing spec for bz190580 --- cscope-15.5-ocs-sysdir.patch | 11 +++++++++++ cscope.spec | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 cscope-15.5-ocs-sysdir.patch diff --git a/cscope-15.5-ocs-sysdir.patch b/cscope-15.5-ocs-sysdir.patch new file mode 100644 index 0000000..57d7f10 --- /dev/null +++ b/cscope-15.5-ocs-sysdir.patch @@ -0,0 +1,11 @@ +--- cscope-15.5/contrib/ocs.old 2006-05-04 10:52:02.000000000 -0400 ++++ cscope-15.5/contrib/ocs 2006-05-04 11:18:31.000000000 -0400 +@@ -75,7 +75,7 @@ + + #set the default value for SYSDIR + if [ -z "${SYSDIR}" ]; then +- SYSDIR=/var/lib/cs ++ SYSDIR=/var/run/cs + echo setting default sysdir + fi + diff --git a/cscope.spec b/cscope.spec index bfeaea3..0147dfe 100644 --- a/cscope.spec +++ b/cscope.spec @@ -1,7 +1,7 @@ Summary: C source code tree search and browse tool Name: cscope Version: 15.5 -Release: 13.4 +Release: 13.5 Source0: http://unc.dl.sourceforge.net/sourceforge/cscope/cscope-15.5.tar.gz URL: http://cscope.sourceforge.net License: BSD @@ -21,6 +21,7 @@ Patch4:cscope-15.5-inverted.patch Patch5:cscope-15.5-resize.patch Patch6:cscope-15.5-tempsec.patch Patch7:cscope-15.5-inv-overflow.patch +Patch8:cscope-15.5-ocs-sysdir.patch %description cscope is a mature, ncurses based, C source code tree browsing tool. It @@ -39,6 +40,7 @@ matches for use in file editing. %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build %configure @@ -87,6 +89,9 @@ rm -f %{xemacs_lisp_path}/xcscope.el rm -f %{emacs_lisp_path}/xcscope.el %changelog +* Fri May 5 2006 Neil Horman +- Adding fix to put SYSDIR in right location (bz190580) + * Fri Apr 21 2006 Neil Horman - 15.5-13.4 - adding inverted index overflow patch