[cscope] Resolves: bz 708499

Neil Horman nhorman at fedoraproject.org
Wed Jun 1 13:21:59 UTC 2011


commit 1a367bf55ffef368f0269ef90fba8290cb81a82a
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Wed Jun 1 09:20:53 2011 -0400

    Resolves: bz 708499

 cscope.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cscope.spec b/cscope.spec
index e7653b5..ff5110a 100644
--- a/cscope.spec
+++ b/cscope.spec
@@ -1,7 +1,7 @@
 Summary: C source code tree search and browse tool 
 Name: cscope
 Version: 15.7a
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source0: http://unc.dl.sourceforge.net/sourceforge/cscope/cscope-15.7a.tar.bz2
 URL: http://cscope.sourceforge.net
 License: BSD 
@@ -12,7 +12,7 @@ BuildRequires: pkgconfig ncurses-devel flex bison m4
 %define cscope_share_path %{_datadir}/cscope
 %define xemacs_lisp_path %{_datadir}/xemacs/site-packages/lisp
 %define emacs_lisp_path %{_datadir}/emacs/site-lisp
-%define vim_plugin_path %{datadir}/vim/vimfiles/plugin
+%define vim_plugin_path %{_datadir}/vim/vimfiles/plugin
 
 Patch0:cscope-15.6-findassign.patch
 Patch1:cscope-15.6-ocs.patch
@@ -90,6 +90,9 @@ rm -f %{emacs_lisp_path}/xcscope.el
 rm -f %{vim_plugin_path}/cctree.vim
 
 %changelog
+* Wed Jun 01 2011 Neil Horman <nhorman at redhat.com> - 15.7a-5
+- Fix scriptles macro expansion (bz 708499)
+
 * Thu May 26 2011 Neil Horman <nhorman at redhat.com> - 15.7a-4
 - Added cctree.vim vi plugin
 


More information about the scm-commits mailing list