Hello community, here is the log from the commit of package igerman98 for openSUSE:Factory checked in at 2017-03-12 20:03:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/igerman98 (Old) and /work/SRC/openSUSE:Factory/.igerman98.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "igerman98" Sun Mar 12 20:03:04 2017 rev:27 rq:477559 version:20160407 Changes: -------- --- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes 2016-11-22 18:58:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2017-03-12 20:03:04.509608950 +0100 @@ -1,0 +2,6 @@ +Tue Feb 28 13:50:05 UTC 2017 - [email protected] + +- Use modern regular expressions for character sets in lisp + declarations for the dictionaries + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ igerman98.spec ++++++ --- /var/tmp/diff_new_pack.izBjUh/_old 2017-03-12 20:03:05.125521798 +0100 +++ /var/tmp/diff_new_pack.izBjUh/_new 2017-03-12 20:03:05.129521232 +0100 @@ -1,7 +1,7 @@ # # spec file for package igerman98 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,11 +20,11 @@ Version: 20160407 Release: 0 Summary: German Spell Check Dictionaries +License: GPL-2.0 and LGPL-2.1 +Group: Productivity/Text/Spell # According to Documentation/Copyright we can distribute program under GPL-2.0 # or GPL-3.0. We have choosed GPL-2.0. More over, aspell/de_all_phonet.dat.in # is LGPL-2.1, so adding it to license string. -License: GPL-2.0 and LGPL-2.1 -Group: Productivity/Text/Spell Url: http://www.j3e.de/ispell/igerman98/dict/ BuildRequires: aspell BuildRequires: hunspell ++++++ austrian.el ++++++ --- /var/tmp/diff_new_pack.izBjUh/_old 2017-03-12 20:03:05.169515573 +0100 +++ /var/tmp/diff_new_pack.izBjUh/_new 2017-03-12 20:03:05.169515573 +0100 @@ -8,13 +8,13 @@ (append-ispell-dict-alist "austrian.hash" '("austrian" - "[a-zA-Z\304\326\334\344\366\337\374]" - "[^a-zA-Z\304\326\334\344\366\337\374]" + "[[:alpha:]]" + "[^[:alpha:]]" "[']" t ("-C" "-d" "austrian") "~latin1" iso-latin-1)) (append-ispell-dict-alist "austrian.hash" '("austrian-utf8" - "[a-zA-Z\303\204\303\226\303\234\303\244\303\266\303\237\303\274]" - "[^a-zA-Z\303\204\303\226\303\234\303\244\303\266\303\237\303\274]" + "[[:alpha:]]" + "[^[:alpha:]]" "[']" t ("-C" "-d" "austrian") "~utf8" utf-8)) ++++++ german.el ++++++ --- /var/tmp/diff_new_pack.izBjUh/_old 2017-03-12 20:03:05.201511045 +0100 +++ /var/tmp/diff_new_pack.izBjUh/_new 2017-03-12 20:03:05.205510479 +0100 @@ -8,13 +8,13 @@ (append-ispell-dict-alist "german.hash" '("german" - "[a-zA-Z\304\326\334\344\366\337\374]" - "[^a-zA-Z\304\326\334\344\366\337\374]" + "[[:alpha:]]" + "[^[:alpha:]]" "[']" t ("-C" "-d" "german") "~latin1" iso-latin-1)) (append-ispell-dict-alist "german.hash" '("german-utf8" - "[a-zA-Z\303\204\303\226\303\234\303\244\303\266\303\237\303\274]" - "[^a-zA-Z\303\204\303\226\303\234\303\244\303\266\303\237\303\274]" + "[[:alpha:]]" + "[^[:alpha:]]" "[']" t ("-C" "-d" "german") "~utf8" utf-8)) ++++++ swiss.el ++++++ --- /var/tmp/diff_new_pack.izBjUh/_old 2017-03-12 20:03:05.253503688 +0100 +++ /var/tmp/diff_new_pack.izBjUh/_new 2017-03-12 20:03:05.253503688 +0100 @@ -8,13 +8,13 @@ (append-ispell-dict-alist "swiss.hash" '("swiss" - "[a-zA-Z\304\326\334\344\366\337\374]" - "[^a-zA-Z\304\326\334\344\366\337\374]" + "[[:alpha:]]" + "[^[:alpha:]]" "[']" t ("-C" "-d" "swiss") "~latin1" iso-latin-1)) (append-ispell-dict-alist "swiss.hash" '("swiss-utf8" - "[a-zA-Z\303\204\303\226\303\234\303\244\303\266\303\237\303\274]" - "[^a-zA-Z\303\204\303\226\303\234\303\244\303\266\303\237\303\274]" + "[[:alpha:]]" + "[^[:alpha:]]" "[']" t ("-C" "-d" "swiss") "~utf8" utf-8))
