From 5a9f4c5ba76d4b57da7d658e1903f2ad262a8b13 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 30 Sep 2014 11:03:51 -0400 Subject: [PATCH] Resolves: bz 961709 --- cscope.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cscope.spec b/cscope.spec index aa5878b..0e93170 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: 10%{?dist} +Release: 11%{?dist} Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2 URL: http://cscope.sourceforge.net License: BSD and GPLv2+ @@ -71,7 +71,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 @@ -81,7 +81,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 @@ -90,6 +90,9 @@ rm -f %{emacs_lisp_path}/xcscope.el rm -f %{vim_plugin_path}/cctree.vim %changelog +* Tue Sep 30 2014 Neil Horman - 15.8-11 +- Added triggerin support for emacs-nox (bz 961709) + * Sat Aug 16 2014 Fedora Release Engineering - 15.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild