[cscope] Resolves: bz715923 bz715898

Neil Horman nhorman at fedoraproject.org
Fri Jun 24 16:23:25 UTC 2011


commit 9f6b96643c85c85cda143e1240e49ff7eda4c564
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Fri Jun 24 12:22:39 2011 -0400

    Resolves: bz715923 bz715898

 cscope.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/cscope.spec b/cscope.spec
index ff5110a..c312cf2 100644
--- a/cscope.spec
+++ b/cscope.spec
@@ -1,13 +1,14 @@
 Summary: C source code tree search and browse tool 
 Name: cscope
 Version: 15.7a
-Release: 5%{?dist}
+Release: 6%{?dist}
 Source0: http://unc.dl.sourceforge.net/sourceforge/cscope/cscope-15.7a.tar.bz2
 URL: http://cscope.sourceforge.net
-License: BSD 
+License: BSD and GPLv2+
 Group: Development/Tools 
 BuildRoot: %{_tmppath}/%{name}-%{version}
 BuildRequires: pkgconfig ncurses-devel flex bison m4
+Requires: emacs-filesystem xemacs-filesystem
 
 %define cscope_share_path %{_datadir}/cscope
 %define xemacs_lisp_path %{_datadir}/xemacs/site-packages/lisp
@@ -90,6 +91,10 @@ rm -f %{emacs_lisp_path}/xcscope.el
 rm -f %{vim_plugin_path}/cctree.vim
 
 %changelog
+* Fri Jun 24 2011 Neil Horman <nhorman at redhat.com> - 15.7a-6
+- Fixed licensing for xcscope.el (bz 715898)
+- Fixed xemacs pkg. dependency (bz 719523)
+
 * Wed Jun 01 2011 Neil Horman <nhorman at redhat.com> - 15.7a-5
 - Fix scriptles macro expansion (bz 708499)
 


More information about the scm-commits mailing list