[cscope/f19] Resolves: bz 961709

Neil Horman nhorman at fedoraproject.org
Tue Sep 30 15:22:45 UTC 2014


commit 9a7d4d5345b52d07e1049e5221905da08d42c11a
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Tue Sep 30 11:21:46 2014 -0400

    Resolves: bz 961709

 cscope.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/cscope.spec b/cscope.spec
index 0e87a89..1ffeab3 100644
--- a/cscope.spec
+++ b/cscope.spec
@@ -1,7 +1,7 @@
 Summary: C source code tree search and browse tool 
 Name: cscope
 Version: 15.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
 URL: http://cscope.sourceforge.net
 License: BSD and GPLv2+
@@ -64,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 %triggerin -- xemacs
 ln -sf %{cscope_share_path}/xcscope.el %{xemacs_lisp_path}/xcscope.el
 
-%triggerin -- emacs
+%triggerin -- emacs, emacs-nox
 ln -sf %{cscope_share_path}/xcscope.el %{emacs_lisp_path}/xcscope.el
 
 %triggerin -- vim-filesystem
@@ -74,7 +74,7 @@ ln -sf %{cscope_share_path}/cctree.vim %{vim_plugin_path}/cctree.vim
 [ $2 -gt 0 ] && exit 0
 rm -f %{xemacs_lisp_path}/xcscope.el
 
-%triggerun -- emacs
+%triggerun -- emacs, emacs-nox
 [ $2 -gt 0 ] && exit 0
 rm -f %{emacs_lisp_path}/xcscope.el
 
@@ -83,6 +83,9 @@ rm -f %{emacs_lisp_path}/xcscope.el
 rm -f %{vim_plugin_path}/cctree.vim
 
 %changelog
+* Tue Sep 30 2014 Neil Horman <nhorman at redhat.com> -15.8-5
+- Fixed emacs-nox integration (bz 961709)
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 15.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list