rpms/cscope/FC-5 cscope-15.5-ocs-sysdir.patch, NONE, 1.1 cscope.spec, 1.24, 1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 5 19:28:35 UTC 2006


Author: nhorman

Update of /cvs/dist/rpms/cscope/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv2653

Modified Files:
	cscope.spec 
Added Files:
	cscope-15.5-ocs-sysdir.patch 
Log Message:
updating for bz 190580

cscope-15.5-ocs-sysdir.patch:
 ocs |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE cscope-15.5-ocs-sysdir.patch ---
--- 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
 


Index: cscope.spec
===================================================================
RCS file: /cvs/dist/rpms/cscope/FC-5/cscope.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- cscope.spec	21 Apr 2006 15:16:53 -0000	1.24
+++ cscope.spec	5 May 2006 19:28:32 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: C source code tree search and browse tool 
 Name: cscope
 Version: 15.5
-Release: 13.3 
+Release: 13.4 
 Source0: http://unc.dl.sourceforge.net/sourceforge/cscope/cscope-15.5.tar.gz 
 URL: http://cscope.sourceforge.net
 License: BSD 
@@ -21,6 +21,7 @@
 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 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 %configure
@@ -87,6 +89,9 @@
 rm -f %{emacs_lisp_path}/xcscope.el
 
 %changelog
+* Fri May 5  2006 Neil Horman <nhorman at redhat.com>
+- Checking in sysdir change for bz 190580
+
 * Fri Apr 21 2006 Neil Horman <nhorman at redhat.com> - 15.5-13.3
 - Added inverted overflow fix
 




More information about the fedora-cvs-commits mailing list