rpms/emacs/devel default.el,1.7,1.8 emacs.spec,1.122,1.123

Daniel Novotny dnovotny at fedoraproject.org
Fri Apr 10 11:37:52 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/emacs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23647

Modified Files:
	default.el emacs.spec 
Log Message:

fix bz#443549



Index: default.el
===================================================================
RCS file: /cvs/extras/rpms/emacs/devel/default.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- default.el	23 Jan 2007 21:40:31 -0000	1.7
+++ default.el	10 Apr 2009 11:37:19 -0000	1.8
@@ -3,3 +3,6 @@
 ;;; Setting `inhibit-default-init' non-nil in "~/.emacs"
 ;;; prevents loading of this file.  Also the "-q" option to emacs
 ;;; prevents both "~/.emacs" and this file from being loaded at startup.
+
+; bz#443549
+(setq ispell-program-name "hunspell")


Index: emacs.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs/devel/emacs.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- emacs.spec	27 Mar 2009 14:21:00 -0000	1.122
+++ emacs.spec	10 Apr 2009 11:37:19 -0000	1.123
@@ -4,7 +4,7 @@
 Name: emacs
 Epoch: 1
 Version: 22.3
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -40,6 +40,7 @@
 Requires: xorg-x11-fonts-ISO8859-1-100dpi
 Requires: emacs-common = %{epoch}:%{version}-%{release}
 Requires: hicolor-icon-theme
+Requires: hunspell
 # Desktop integration
 BuildRequires: desktop-file-utils
 Requires:      desktop-file-utils
@@ -363,6 +364,9 @@
 %dir %{_datadir}/emacs/%{version}
 
 %changelog
+* Fri Apr 10 2009 Daniel Novotny <dnovotny at redhat.com> 1:22.3-11
+- fix bz#443549 -  spell-buffer, flyspell-mode do not work
+
 * Fri Mar 27 2009 Daniel Novotny <dnovotny at redhat.com> 1:22.3-10
 - fix segfaults when emacsclient connects to a tcp emacs server (#489066)
 




More information about the fedora-extras-commits mailing list