rpms/emacs/F-11 default.el,1.8,1.9 emacs.spec,1.125,1.126

Daniel Novotny dnovotny at fedoraproject.org
Thu Jul 2 11:47:54 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/emacs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13762

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

fix #508033



Index: default.el
===================================================================
RCS file: /cvs/extras/rpms/emacs/F-11/default.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- default.el	10 Apr 2009 11:37:19 -0000	1.8
+++ default.el	2 Jul 2009 11:47:23 -0000	1.9
@@ -4,5 +4,3 @@
 ;;; 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/F-11/emacs.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -r1.125 -r1.126
--- emacs.spec	24 Jun 2009 12:06:11 -0000	1.125
+++ emacs.spec	2 Jul 2009 11:47:23 -0000	1.126
@@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 22.3
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -41,7 +41,7 @@ Requires: xorg-x11-fonts-ISO8859-1-100dp
 Requires: xorg-x11-fonts-ISO8859-1-75dpi
 Requires: emacs-common = %{epoch}:%{version}-%{release}
 Requires: hicolor-icon-theme
-Requires: hunspell
+Requires: hunspell, aspell
 # Desktop integration
 BuildRequires: desktop-file-utils
 Requires:      desktop-file-utils
@@ -365,6 +365,10 @@ alternatives --install %{_bindir}/etags 
 %dir %{_datadir}/emacs/%{version}
 
 %changelog
+* Thu Jul 02 2009 Daniel Novotny <dnovotny at redhat.com> 1:22.3-14
+- revoked default.el change (#508033)
+- added dependency: aspell (#443549)
+
 * Wed Jun 24 2009 Daniel Novotny <dnovotny at redhat.com> 1:22.3-13
 - added xorg-x11-fonts-misc to dependencies (#469220)
 




More information about the fedora-extras-commits mailing list