Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2017-03-10 21:44:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and      /work/SRC/openSUSE:Factory/.ispell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ispell"

Fri Mar 10 21:44:40 2017 rev:30 rq:477532 version:3.4.00

Changes:
--------
--- /work/SRC/openSUSE:Factory/ispell/ispell.changes    2017-02-19 
00:57:42.343608878 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes       2017-03-10 
21:44:42.756006850 +0100
@@ -1,0 +2,6 @@
+Tue Feb 28 13:50:05 UTC 2017 - wer...@suse.de
+
+- Use modern regular expressions for character sets in lisp
+  declarations for the dictionaries
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ispell-3.2.06-suse.patch ++++++
--- /var/tmp/diff_new_pack.Ilj6Z7/_old  2017-03-10 21:44:43.571891128 +0100
+++ /var/tmp/diff_new_pack.Ilj6Z7/_new  2017-03-10 21:44:43.575890561 +0100
@@ -1,11 +1,11 @@
 ---
  suse/LIESMICH             |  125 
++++++++++++++++++++++++++++++++++++++++++++++
  suse/README               |  108 +++++++++++++++++++++++++++++++++++++++
- suse/emacs/american.el    |    6 ++
- suse/emacs/british.el     |    6 ++
- suse/emacs/english.el     |    6 ++
- suse/ispell-emacs-menu.el |   63 +++++++++++++++++++++++
- 6 files changed, 314 insertions(+)
+ suse/emacs/american.el    |    8 ++
+ suse/emacs/british.el     |    9 +++
+ suse/emacs/english.el     |    9 +++
+ suse/ispell-emacs-menu.el |   64 +++++++++++++++++++++++
+ 6 files changed, 323 insertions(+)
 
 --- suse/LIESMICH
 +++ suse/LIESMICH      2016-02-12 11:02:35.326533721 +0000
@@ -247,39 +247,48 @@
 +
 +
 --- suse/emacs/american.el
-+++ suse/emacs/american.el     2016-02-12 11:02:35.326533721 +0000
-@@ -0,0 +1,6 @@
++++ suse/emacs/american.el     2017-02-28 13:39:37.284734434 +0000
+@@ -0,0 +1,8 @@
 +;; Used by ispell-emacs-menu.el
 +;; Do *not* byte-compile this file because its loaded by both emacs and xemacs
 +
 +(append-ispell-dict-alist     "american.hash"
 +   '("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "american") nil 
iso-latin-1))
 +
++(append-ispell-dict-alist     "american.hash"
++   '("american-utf8" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-B" "-d" 
"american") "~utf8" utf-8))
 --- suse/emacs/british.el
-+++ suse/emacs/british.el      2016-02-12 11:02:35.326533721 +0000
-@@ -0,0 +1,6 @@
++++ suse/emacs/british.el      2017-02-28 13:42:47.093130616 +0000
+@@ -0,0 +1,9 @@
 +;; Used by ispell-emacs-menu.el
 +;; Do *not* byte-compile this file because its loaded by both emacs and xemacs
 +
 +(append-ispell-dict-alist     "british.hash"
 +   '("british"  "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british")  nil 
iso-latin-1))
 +
++(append-ispell-dict-alist       "british.hash"
++   '("british-utf8" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-B" "-d" 
"british") "~utf8" utf-8))
++
 --- suse/emacs/english.el
-+++ suse/emacs/english.el      2016-02-12 11:02:35.330533644 +0000
-@@ -0,0 +1,6 @@
++++ suse/emacs/english.el      2017-02-28 13:41:41.674372696 +0000
+@@ -0,0 +1,9 @@
 +;; Used by ispell-emacs-menu.el
 +;; Do *not* byte-compile this file because its loaded by both emacs and xemacs
 +
 +(append-ispell-dict-alist     "english.hash"
 +   '("english"  "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "english")  nil 
iso-latin-1))
 +
++(append-ispell-dict-alist       "english.hash"
++   '("english-utf8" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-B" "-d" 
"english") "~utf8" utf-8))
++
 --- suse/ispell-emacs-menu.el
-+++ suse/ispell-emacs-menu.el  2017-02-14 11:21:44.476636482 +0000
-@@ -0,0 +1,63 @@
++++ suse/ispell-emacs-menu.el  2017-02-28 13:48:52.630198546 +0000
+@@ -0,0 +1,64 @@
 +;;; ispell-emacs-menu.el --- Produce the (x)emacs (i)spell menu on the fly
 +
 +;; Copyright (c) 1999 SuSE Gmbh Nuernberg, Germany.  All rights reserved.
-+;; Author: Werner Fink, <wer...@suse.de> 1999/03/04
++;; Copyright (c) 2017 SUSE Linux Gmbh Nürnberg, Germany.  All rights reserved.
++;; Author: Werner Fink, <wer...@suse.de> 1999/03/04,2017/02/28
 +
 +;;; Note:
 +
@@ -319,7 +328,7 @@
 +    (setq ispell-menu-map nil))
 +
 +(setq ispell-ispell-dictionary-alist '(
-+      (nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil nil)))
++      (nil "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-B") nil nil)))
 +
 +(when (and (listp 'ispell-local-dictionary-alist)
 +         (not (null ispell-local-dictionary-alist)))


Reply via email to