rpms/emacs/devel emacs-21.3-lisp-textmodes-ispell-languages.patch, 1.1, 1.2 emacs.spec, 1.53, 1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 29 09:03:21 UTC 2005


Author: petersen

Update of /cvs/dist/rpms/emacs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5608

Modified Files:
	emacs-21.3-lisp-textmodes-ispell-languages.patch emacs.spec 
Log Message:
- fix name of aspell-es dictionary (#147964)
  - update emacs-21.3-lisp-textmodes-ispell-languages.patch


emacs-21.3-lisp-textmodes-ispell-languages.patch:
 ispell.el |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

Index: emacs-21.3-lisp-textmodes-ispell-languages.patch
===================================================================
RCS file: /cvs/dist/rpms/emacs/devel/emacs-21.3-lisp-textmodes-ispell-languages.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-21.3-lisp-textmodes-ispell-languages.patch	29 Sep 2004 16:54:16 -0000	1.1
+++ emacs-21.3-lisp-textmodes-ispell-languages.patch	29 Sep 2005 09:03:16 -0000	1.2
@@ -1,7 +1,7 @@
-diff -u emacs-21.3/lisp/textmodes/ispell.el~ emacs-21.3/lisp/textmodes/ispell.el
---- emacs-21.3/lisp/textmodes/ispell.el~	2004-09-30 00:49:03.318782483 +0900
-+++ emacs-21.3/lisp/textmodes/ispell.el	2004-09-30 00:49:03.364776462 +0900
-@@ -500,13 +500,13 @@
+diff -u emacs-21.4.orig/lisp/textmodes/ispell.el emacs-21.4/lisp/textmodes/ispell.el
+--- emacs-21.4.orig/lisp/textmodes/ispell.el	2005-08-24 17:43:30.000000000 +0900
++++ emacs-21.4/lisp/textmodes/ispell.el	2005-08-24 17:43:31.000000000 +0900
+@@ -500,7 +500,7 @@
      "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)
     ("american"				; Yankee English
      "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)
@@ -10,13 +10,20 @@
      "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]"
      "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]"
      "[']" nil ("-d" "brasileiro") nil iso-8859-1)
-    ("british"				; British version
-     "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1)
--   ("castellano"			; Spanish mode
-+   ("spanish"			; Spanish mode
+@@ -509,11 +509,11 @@
+    ("castellano"			; Spanish mode
      "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
      "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
-     "[-]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1)
+-    "[-]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1)
++    "[-]" nil ("-B" "-d" "spanish") "~tex" iso-8859-1)
+    ("castellano8"			; 8 bit Spanish mode
+     "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
+     "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
+-    "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))
++    "[-]" nil ("-B" "-d" "spanish") "~latin1" iso-8859-1)))
+ 
+ 
+ ;;; Second part of dictionary, shortened for loaddefs.el
 @@ -580,7 +580,7 @@
  ;;;###autoload
  (setq


Index: emacs.spec
===================================================================
RCS file: /cvs/dist/rpms/emacs/devel/emacs.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- emacs.spec	14 Jul 2005 12:59:04 -0000	1.53
+++ emacs.spec	29 Sep 2005 09:03:16 -0000	1.54
@@ -524,13 +524,17 @@
 %endif
 
 %changelog
+* Wed Aug 24 2005 Jens Petersen <petersen at redhat.com>
+- fix name of aspell-es dictionary (#147964)
+  - update emacs-21.3-lisp-textmodes-ispell-languages.patch
+
 * Thu Jul 14 2005 Jens Petersen <petersen at redhat.com> - 21.4-7
 - update rpm-spec-mode.el to cvs revision 1.17 (Ville Skyttä)
   - fixes expansion of %%{?dist}
 - replace emacs-21.4-setarch_for_loadup-101818.patch with backport
   emacs-21-personality-linux32-101818.patch from cvs (Jan Djärv)
   which also turns off address randomization during dumping (Masatake Yamato)
-  - no longer need to pass SETARCH to make on i386
+  - no longer need to pass SETARCH to make on i386 (#160814)
 - move ownership of %{_datadir}/emacs/ and %{_datadir}/emacs/%{version}/
   from emacs to emacs-el and emacs-leim subpackages
 - don't build tramp html and dvi documentation




More information about the fedora-cvs-commits mailing list