commit ispell for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2020-08-29 20:35:21

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new.3399 (New)


Package is "ispell"

Sat Aug 29 20:35:21 2020 rev:33 rq:829691 version:3.4.00

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2018-01-16 
09:42:33.601157039 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new.3399/ispell.changes  2020-08-29 
20:35:29.805292234 +0200
@@ -1,0 +2,7 @@
+Mon Aug 24 11:58:11 UTC 2020 - Dominique Leuenberger 
+
+- Use %{_prefix}/lib instead of %{_libexecdir}: the path is
+  hardcoded in quite a few scripts, config files and the
+  documentation (boo#1174075).
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.Wj2f2f/_old  2020-08-29 20:35:30.737292627 +0200
+++ /var/tmp/diff_new_pack.Wj2f2f/_new  2020-08-29 20:35:30.741292629 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,7 +25,7 @@
 BuildRequires:  bison
 BuildRequires:  ncurses-devel
 BuildRequires:  words
-Url:http://www.lasr.cs.ucla.edu/geoff/ispell.html
+URL:http://www.lasr.cs.ucla.edu/geoff/ispell.html
 PreReq: fillup fileutils
 Provides:   spell
 Requires:   ispell_dictionary
@@ -135,59 +135,59 @@
   DESTDIR=%{buildroot}
   export DESTDIR
   mkdir -p %{buildroot}/usr/doc/packages/ispell
-  mkdir -p %{buildroot}%{_libexecdir}/ispell/emacs
+  mkdir -p %{buildroot}%{_prefix}/lib/ispell/emacs
   mkdir -p %{buildroot}%{_fillupdir}
   mkdir -p %{buildroot}/var/lib/dict
   make install DESTDIR=%{buildroot}
   rm -f %{buildroot}/usr/share/emacs/site-lisp/ispell.el*
-  install -m 0444 suse/ispell-emacs-menu.el
%{buildroot}%{_libexecdir}/ispell/
-  install -m 0444 suse/emacs/american.el   
%{buildroot}%{_libexecdir}/ispell/emacs/
-  install -m 0444 suse/emacs/british.el
%{buildroot}%{_libexecdir}/ispell/emacs/
-  install -m 0444 suse/emacs/english.el
%{buildroot}%{_libexecdir}/ispell/emacs/
-  rm -f %{buildroot}%{_libexecdir}/ispell/british.hash
-  rm -f %{buildroot}%{_libexecdir}/ispell/american.hash
-  ln -sf britishxlg.hash  %{buildroot}%{_libexecdir}/ispell/british.hash
-  ln -sf americanxlg.hash %{buildroot}%{_libexecdir}/ispell/american.hash
-  mv %{buildroot}%{_libexecdir}/ispell/english.aff 
%{buildroot}%{_libexecdir}/ispell/american.aff
-  cp -a %{buildroot}%{_libexecdir}/ispell/american.aff 
%{buildroot}%{_libexecdir}/ispell/british.aff
-  install -m 755 %{S:1} %{buildroot}%{_libexecdir}/ispell/update
+  install -m 0444 suse/ispell-emacs-menu.el
%{buildroot}%{_prefix}/lib/ispell/
+  install -m 0444 suse/emacs/american.el   
%{buildroot}%{_prefix}/lib/ispell/emacs/
+  install -m 0444 suse/emacs/british.el
%{buildroot}%{_prefix}/lib/ispell/emacs/
+  install -m 0444 suse/emacs/english.el
%{buildroot}%{_prefix}/lib/ispell/emacs/
+  rm -f %{buildroot}%{_prefix}/lib/ispell/british.hash
+  rm -f %{buildroot}%{_prefix}/lib/ispell/american.hash
+  ln -sf britishxlg.hash  %{buildroot}%{_prefix}/lib/ispell/british.hash
+  ln -sf americanxlg.hash %{buildroot}%{_prefix}/lib/ispell/american.hash
+  mv %{buildroot}%{_prefix}/lib/ispell/english.aff 
%{buildroot}%{_prefix}/lib/ispell/american.aff
+  cp -a %{buildroot}%{_prefix}/lib/ispell/american.aff 
%{buildroot}%{_prefix}/lib/ispell/british.aff
+  install -m 755 %{S:1} %{buildroot}%{_prefix}/lib/ispell/update
   install -m 644 %{S:2} %{buildroot}%{_fillupdir}/
   mkdir -p %{buildroot}/var/lib/dict
-  ln -sf %{_libexecdir}/ispell/american.hash 
%{buildroot}/var/lib/dict/english.hash
-  ln -sf %{_libexecdir}/ispell/american.aff  
%{buildroot}/var/lib/dict/english.aff
-  rm -f  %{buildroot}%{_libexecdir}/ispell/english.hash
-  rm -f  %{buildroot}%{_libexecdir}/ispell/english.aff
-  ln -sf /var/lib/dict/english.hash%{buildroot}%{_libexecdir}/ispell/
-  ln -sf /var/lib/dict/english.aff %{buildroot}%{_libexecdir}/ispell/
+  ln -sf %{_prefix}/lib/ispell/american.hash 
%{buildroot}/var/lib/dict/english.hash
+  ln -sf %{_prefix}/lib/ispell/american.aff  

commit ispell for openSUSE:Factory

2018-01-16 Thread root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2018-01-16 09:42:31

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is "ispell"

Tue Jan 16 09:42:31 2018 rev:32 rq:564193 version:3.4.00

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2017-11-30 
12:39:44.334249209 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2018-01-16 
09:42:33.601157039 +0100
@@ -1,0 +2,5 @@
+Sun Jan 14 15:00:56 UTC 2018 - wer...@suse.de
+
+- Avoid `set -e' in munchlist (boo#1075882)
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.Msw71K/_old  2018-01-16 09:42:34.325123151 +0100
+++ /var/tmp/diff_new_pack.Msw71K/_new  2018-01-16 09:42:34.325123151 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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

++ ispell-3.3.02.dif ++
--- /var/tmp/diff_new_pack.Msw71K/_old  2018-01-16 09:42:34.413119032 +0100
+++ /var/tmp/diff_new_pack.Msw71K/_new  2018-01-16 09:42:34.417118845 +0100
@@ -173,7 +173,7 @@
  
  DBDIR=${MUNCHDEBUGDIR-$MAILDEBUGDIR}
  
-@@ -267,31 +267,33 @@ fi
+@@ -267,31 +267,32 @@ fi
  # But that doesn't excuse breaking compatibility.)
  #
  # Detect whether sort accepts old-style switches.
@@ -190,7 +190,6 @@
 +##CRETIN_SORT=true
 +##fi
 +CRETIN_SORT=true
-+set -e
  
  #
  # The following is necessary so that some internationalized versions of




commit ispell for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2017-11-30 12:39:37

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is "ispell"

Thu Nov 30 12:39:37 2017 rev:31 rq:545039 version:3.4.00

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2017-03-10 
21:44:42.756006850 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2017-11-30 
12:39:44.334249209 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:51:05 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.L3Gnj7/_old  2017-11-30 12:39:45.470207905 +0100
+++ /var/tmp/diff_new_pack.L3Gnj7/_new  2017-11-30 12:39:45.474207760 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:   ispell
 BuildRequires:  bison
 BuildRequires:  ncurses-devel
@@ -131,7 +136,7 @@
   export DESTDIR
   mkdir -p %{buildroot}/usr/doc/packages/ispell
   mkdir -p %{buildroot}%{_libexecdir}/ispell/emacs
-  mkdir -p %{buildroot}/var/adm/fillup-templates
+  mkdir -p %{buildroot}%{_fillupdir}
   mkdir -p %{buildroot}/var/lib/dict
   make install DESTDIR=%{buildroot}
   rm -f %{buildroot}/usr/share/emacs/site-lisp/ispell.el*
@@ -146,7 +151,7 @@
   mv %{buildroot}%{_libexecdir}/ispell/english.aff 
%{buildroot}%{_libexecdir}/ispell/american.aff
   cp -a %{buildroot}%{_libexecdir}/ispell/american.aff 
%{buildroot}%{_libexecdir}/ispell/british.aff
   install -m 755 %{S:1} %{buildroot}%{_libexecdir}/ispell/update
-  install -m 644 %{S:2} %{buildroot}/var/adm/fillup-templates/
+  install -m 644 %{S:2} %{buildroot}%{_fillupdir}/
   mkdir -p %{buildroot}/var/lib/dict
   ln -sf %{_libexecdir}/ispell/american.hash 
%{buildroot}/var/lib/dict/english.hash
   ln -sf %{_libexecdir}/ispell/american.aff  
%{buildroot}/var/lib/dict/english.aff
@@ -198,7 +203,7 @@
 %{_libexecdir}/ispell/english.hash
 %{_libexecdir}/ispell/english.aff
 %attr(0755,root,root) %{_libexecdir}/ispell/update
-/var/adm/fillup-templates/sysconfig.ispell
+%{_fillupdir}/sysconfig.ispell
 %verify(not link mtime) /var/lib/dict/english.hash
 %verify(not link mtime) /var/lib/dict/english.aff 
 %doc %{_mandir}/man1/buildhash.1.gz




commit ispell for openSUSE:Factory

2017-03-10 Thread root
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.changes2017-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 +
@@ -247,39 +247,48 @@
 +
 +
 --- suse/emacs/american.el
-+++ suse/emacs/american.el 2016-02-12 11:02:35.326533721 +
-@@ -0,0 +1,6 @@
 suse/emacs/american.el 2017-02-28 13:39:37.284734434 +
+@@ -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 +
-@@ -0,0 +1,6 @@
 suse/emacs/british.el  2017-02-28 13:42:47.093130616 +
+@@ -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 +
-@@ -0,0 +1,6 @@
 suse/emacs/english.el  2017-02-28 13:41:41.674372696 +
+@@ -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 +
-@@ -0,0 +1,63 @@
 suse/ispell-emacs-menu.el  2017-02-28 13:48:52.630198546 +
+@@ -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,  1999/03/04
++;; Copyright (c) 2017 SUSE Linux Gmbh Nürnberg, Germany.  All rights reserved.
++;; Author: Werner Fink,  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)))




commit ispell for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2017-02-19 00:57:41

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is "ispell"

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2016-12-02 
16:37:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2017-02-19 
00:57:42.343608878 +0100
@@ -1,0 +2,6 @@
+Tue Feb 14 11:22:50 UTC 2017 - wer...@suse.de
+
+- Make ispell-dictionary-alist reload caused by menu setup, for this
+  use the hook ispell-initialize-spellchecker-hook
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.BlTaGJ/_old  2017-02-19 00:57:42.867535319 +0100
+++ /var/tmp/diff_new_pack.BlTaGJ/_new  2017-02-19 00:57:42.871534757 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell
 #
-# 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

++ ispell-3.2.06-suse.patch ++
--- /var/tmp/diff_new_pack.BlTaGJ/_old  2017-02-19 00:57:42.903530265 +0100
+++ /var/tmp/diff_new_pack.BlTaGJ/_new  2017-02-19 00:57:42.903530265 +0100
@@ -1,5 +1,14 @@
+---
+ 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/LIESMICH
-+++ suse/LIESMICH  Tue Feb  6 18:49:39 2001
 suse/LIESMICH  2016-02-12 11:02:35.326533721 +
 @@ -0,0 +1,125 @@
 +
 +  Kurzbeschreibung
@@ -127,7 +136,7 @@
 +norsk.hash(mittel)
 +
 --- suse/README
-+++ suse/READMETue Feb  6 18:49:39 2001
 suse/README2016-02-12 11:02:35.326533721 +
 @@ -0,0 +1,108 @@
 +
 + Short description
@@ -237,9 +246,36 @@
 +norsk.hash(mittel)
 +
 +
+--- suse/emacs/american.el
 suse/emacs/american.el 2016-02-12 11:02:35.326533721 +
+@@ -0,0 +1,6 @@
++;; 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))
++
+--- suse/emacs/british.el
 suse/emacs/british.el  2016-02-12 11:02:35.326533721 +
+@@ -0,0 +1,6 @@
++;; 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))
++
+--- suse/emacs/english.el
 suse/emacs/english.el  2016-02-12 11:02:35.330533644 +
+@@ -0,0 +1,6 @@
++;; 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))
++
 --- suse/ispell-emacs-menu.el
-+++ suse/ispell-emacs-menu.el  2015-02-10 17:55:00.060985000 +0100
-@@ -0,0 +1,57 @@
 suse/ispell-emacs-menu.el  2017-02-14 11:21:44.476636482 +
+@@ -0,0 +1,63 @@
 +;;; ispell-emacs-menu.el --- Produce the (x)emacs (i)spell menu on the fly
 +
 +;; Copyright (c) 1999 SuSE Gmbh Nuernberg, Germany.  All rights reserved.
@@ -251,12 +287,14 @@
 +
 +;;; The code:
 +
-+(defvar ispell-library-path "/usr/lib/ispell/")
++(defvar ispell-library-path "/usr/lib/ispell/"
++  "The library path used by the installed ispell package")
 +
 +(defun  append-ispell-dict-alist (hash alist)
++  "Simply append the specified list to ispell-dictionary-alist."
 +(if (file-exists-p (concat ispell-library-path hash))
-+  (setq ispell-dictionary-alist
-+ (append ispell-dictionary-alist (list alist)
++  (setq ispell-ispell-dictionary-alist
++ (append ispell-ispell-dictionary-alist (list alist)
 +
 +(if (string-match "XEmacs\\|Lucid" emacs-version)
 +  (progn
@@ -280,47 +318,24 @@
 +(setq ispell-menu-xemacs nil)))
 +(setq ispell-menu-map nil))
 +
-+(setq ispell-dictionary-alist '(
++(setq ispell-ispell-dictionary-alist '(
 +  (nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil nil)))
 +
 +(when (and (listp 'ispell-local-dictionary-alist)
 + (not (null 

commit ispell for openSUSE:Factory

2016-12-02 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2016-12-02 16:37:50

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is "ispell"

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2016-06-03 
16:35:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2016-12-02 
16:37:51.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 09:18:52 UTC 2016 - wer...@suse.de
+
+- Extend patch boo966124.dif for bug boo#1010330 
+
+---



Other differences:
--
++ boo966124.dif ++
--- /var/tmp/diff_new_pack.ivUZzR/_old  2016-12-02 16:37:52.0 +0100
+++ /var/tmp/diff_new_pack.ivUZzR/_new  2016-12-02 16:37:52.0 +0100
@@ -1,11 +1,11 @@
-Both bug boo#966124 and boo#981024
+bug boo#966124, boo#981024, and boo#1010330
 
 ---
- languages/english/english.3 |3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
+ languages/english/english.3 |4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
 
 --- languages/english/english.3
-+++ languages/english/english.32016-05-30 11:55:38.910407699 +
 languages/english/english.32016-11-22 09:17:32.531592179 +
 @@ -10890,7 +10890,6 @@ mailcoach
  maillol
  maimonides
@@ -14,7 +14,15 @@
  Maintenon
  maintopsail
  mainz
-@@ -18067,7 +18066,7 @@ varese
+@@ -13419,7 +13418,6 @@ Parthenope
+ Parthenos
+ parthia
+ Parthian
+-particlar
+ partita
+ partlet
+ parturifacient
+@@ -18067,7 +18065,7 @@ varese
  Varga
  vargas
  varia




commit ispell for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2016-06-03 16:35:55

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is "ispell"

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2016-02-23 
16:53:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2016-06-03 
16:35:57.0 +0200
@@ -1,0 +2,5 @@
+Mon May 30 11:57:15 UTC 2016 - wer...@suse.de
+
+- Extend patch boo966124.dif for bug boo#981024 
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.6gnYeb/_old  2016-06-03 16:35:58.0 +0200
+++ /var/tmp/diff_new_pack.6gnYeb/_new  2016-06-03 16:35:58.0 +0200
@@ -140,7 +140,7 @@
   install -m 0444 suse/emacs/british.el
%{buildroot}%{_libexecdir}/ispell/emacs/
   install -m 0444 suse/emacs/english.el
%{buildroot}%{_libexecdir}/ispell/emacs/
   rm -f %{buildroot}%{_libexecdir}/ispell/british.hash
-  rm -r %{buildroot}%{_libexecdir}/ispell/american.hash
+  rm -f %{buildroot}%{_libexecdir}/ispell/american.hash
   ln -sf britishxlg.hash  %{buildroot}%{_libexecdir}/ispell/british.hash
   ln -sf americanxlg.hash %{buildroot}%{_libexecdir}/ispell/american.hash
   mv %{buildroot}%{_libexecdir}/ispell/english.aff 
%{buildroot}%{_libexecdir}/ispell/american.aff

++ boo966124.dif ++
--- /var/tmp/diff_new_pack.6gnYeb/_old  2016-06-03 16:35:58.0 +0200
+++ /var/tmp/diff_new_pack.6gnYeb/_new  2016-06-03 16:35:58.0 +0200
@@ -1,10 +1,20 @@
+Both bug boo#966124 and boo#981024
+
 ---
- languages/english/english.3 |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ languages/english/english.3 |3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
 
 --- languages/english/english.3
-+++ languages/english/english.32016-02-12 10:38:45.614320078 +
-@@ -18067,7 +18067,7 @@ varese
 languages/english/english.32016-05-30 11:55:38.910407699 +
+@@ -10890,7 +10890,6 @@ mailcoach
+ maillol
+ maimonides
+ mainbrace
+-maintenence
+ Maintenon
+ maintopsail
+ mainz
+@@ -18067,7 +18066,7 @@ varese
  Varga
  vargas
  varia




commit ispell for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2016-02-23 16:53:32

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is "ispell"

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2015-02-16 
21:21:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2016-02-23 
16:53:33.0 +0100
@@ -1,0 +2,31 @@
+Fri Feb 12 10:42:52 UTC 2016 - wer...@suse.de
+
+- Update to ispell 3.4.00
+  * The english.5 manual page has been dropped
+  * Ispell now supports systems (BSD) that foolish discarded backwards
+compatibility and insist on using termios.
+  * An error has been corrected in the English affix files that caused
+certain words ending in "th" to be pluralized incorrectly.  The
+dictionaries have been updated to ensure that no incorrect plurals
+have crept in.
+  * The personal dictionary is now written in a stable order when there
+are multiple variant capitalizations of a word.
+  * A bug in TeX deformatting has been corrected.  Previously, two
+adjacent math-mode environments introduced with dollar signs, such
+as $a=b$$c=d$, would cause ispell to lose track of whether it was
+in math mode.
+  * he American and British Makefiles have been simplified to ensure
+that dictionaries are always built with the lastest information.
+- Modify patches
+   ispell-3.3.02-config.patch
+   ispell-3.3.02-languages.patch
+   ispell-3.3.02-sq.patch
+   ispell-3.3.02-strip.patch
+   ispell-3.3.02-terminal.patch
+   ispell-3.3.02-types.patch
+   ispell-3.3.02.dif
+- Remove patch ispell-3.3.02-getline.patch now upstream
+- Add patch boo966124.dif that is correct typo in english.3 word
+  list (boo#966124)
+
+---

Old:

  ispell-3.3.02-getline.patch
  ispell-3.3.02.tar.bz2

New:

  boo966124.dif
  ispell-3.4.00.tar.gz



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.lnWVZc/_old  2016-02-23 16:53:34.0 +0100
+++ /var/tmp/diff_new_pack.lnWVZc/_new  2016-02-23 16:53:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -26,13 +26,13 @@
 Requires:   ispell_dictionary
 Requires:   ispell_english_dictionary
 Requires:   words
-Version:3.3.02
+Version:3.4.00
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Spell Checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
-Source: ispell-3.3.02.tar.bz2
+Source: ispell-%{version}.tar.gz
 Source1:SuSEconfig.ispell
 Source2:sysconfig.ispell
 Patch0: ispell-3.3.02.dif
@@ -45,7 +45,8 @@
 Patch7: ispell-3.3.02-brkgcc.patch
 Patch8: ispell-3.3.02-mkdir.patch
 Patch9: ispell-3.3.02-strip.patch
-Patch10:ispell-3.3.02-getline.patch
+# PATCH-FIX-OPENSUSE correct typo (boo#966124)
+Patch10:boo966124.dif
 
 %description
 Ispell is a fast, screen-oriented spell checker that shows you your
@@ -106,26 +107,23 @@
 
 %prep
 %setup
-%patch -P 0 -p 0 -b .dif
-%patch -P 1 -p 0 -b .config
-%patch -P 2 -p 0 -b .suse
-%patch -P 3 -p 0 -b .languages
-%patch -P 4 -p 0 -b .types
-%patch -P 5 -p 0 -b .terminal
-%patch -P 6 -p 0 -b .sq
-%patch -P 7 -p 0 -b .brkgcc
-%patch -P 8 -p 0 -b .mkdir
-%patch -P 9 -p 0 -b .strip
-%patch10
+%patch0  -p 0 -b .dif
+%patch1  -p 0 -b .config
+%patch2  -p 0 -b .suse
+%patch3  -p 0 -b .languages
+%patch4  -p 0 -b .types
+%patch5  -p 0 -b .terminal
+%patch6  -p 0 -b .sq
+%patch7  -p 0 -b .brkgcc
+%patch8  -p 0 -b .mkdir
+%patch9  -p 0 -b .strip
+%patch10 -p 0 -b .typo
 
 %build
   PATH=$PATH:$PWD
   export PATH
   make local.h
   make config.sh
-  sed "s@\(DIR=\)['\"]\?\([^'\"]*\)['\"]\?@\1\"\$\{DESTDIR\}\2\"@g" \
-   < config.sh > config.tmp
-  mv config.tmp config.sh
   make all
 
 %install
@@ -210,7 +208,6 @@
 %doc %{_mandir}/man1/sq.1.gz
 %doc %{_mandir}/man1/tryaffix.1.gz
 %doc %{_mandir}/man1/unsq.1.gz
-%doc %{_mandir}/man5/english.5.gz
 %doc %{_mandir}/man5/ispell.5.gz
 
 %files -n ispell-american

++ boo966124.dif ++
---
 languages/english/english.3 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- languages/english/english.3
+++ languages/english/english.3 2016-02-12 10:38:45.614320078 +
@@ -18067,7 +18067,7 @@ varese
 Varga
 vargas
 varia

commit ispell for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2015-02-16 21:21:33

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is ispell

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2015-02-05 
10:59:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2015-02-16 
21:21:34.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 16:14:17 UTC 2015 - wer...@suse.de
+
+- Xemacs knows about define-coding-system-alia therefore use it (boo#896947) 
+
+---



Other differences:
--
++ ispell-3.2.06-suse.patch ++
--- /var/tmp/diff_new_pack.BJf1Xw/_old  2015-02-16 21:21:34.0 +0100
+++ /var/tmp/diff_new_pack.BJf1Xw/_new  2015-02-16 21:21:34.0 +0100
@@ -6,54 +6,54 @@
 +  
 +
 +Ispell ist ein schnelles bildschirmorientiertes Programm zur
-+�berpr�fung der Rechtschreibung.  Als Vorbild diente das spell
++Überprüfung der Rechtschreibung.  Als Vorbild diente das spell
 +Programm vom ITS (auf Twenex Systemen auch ispell genannt).
-+Es zeigt gefundene Fehler im textuellen Kontext an und schl�gt m�gliche
++Es zeigt gefundene Fehler im textuellen Kontext an und schlägt mögliche
 +Verbesserungen vor.
 +
 +Im Vergleich mit dem UNIX-Programm spell ist ispell schneller und
 +wesentlich einfacher zu benutzen. Ispell kann neben der englischen
 +auch andere Sprachen. Ispell hat eine lange Geschichte, und viele
-+Entwickler haben daran gearbeitet. Mehr �ber die Entwicklungsgeschichte
++Entwickler haben daran gearbeitet. Mehr über die Entwicklungsgeschichte
 +finden Sie der Manual-Seite von ispell. 
 +
 +Die allgemeinste Gebrauchsweise ist `ispell filename'. In diesem Fall
-+zeigt ispell jedes Wort, das nicht im W�rterbuch steht, in der
-+obersten Zeile an und erlaubt es, dieses zu �ndern. Stehen im
-+W�rterbuch �hnlich geschriebene W�rter (solche, die sich nur durch
++zeigt ispell jedes Wort, das nicht im Wörterbuch steht, in der
++obersten Zeile an und erlaubt es, dieses zu ändern. Stehen im
++Wörterbuch ähnlich geschriebene Wörter (solche, die sich nur durch
 +einen Buchstaben, ein Paar von vertauschten Buchstaben oder
 +Leerstellen unterscheiden), so werden diese in den darunterliegenden
-+Zeilen angezeigt.  Ebenso schl�gt ispell W�rter vor, welche vom
-+gleichen Stamm abgeleitet werden. Die Zeile, die das Wort enth�lt, und
++Zeilen angezeigt.  Ebenso schlägt ispell Wörter vor, welche vom
++gleichen Stamm abgeleitet werden. Die Zeile, die das Wort enthält, und
 +die vorhergehende Zeile werden am unteren Rand des Bildschirms
-+dargestellt.  Wenn m�glich, wird das Wort invertiert dargestellt. Man
-+kann nun das Wort vollst�ndig ersetzen oder eines der vorgeschlagenen
-+W�rter w�hlen.
++dargestellt.  Wenn möglich, wird das Wort invertiert dargestellt. Man
++kann nun das Wort vollständig ersetzen oder eines der vorgeschlagenen
++Wörter wählen.
 +
 +Die Default-Sprache ist Englisch, was durch die Environment-Variable
 +DICTIONARY oder durch die Verwendung der Option `-d Sprache'
-+ge�ndert werden kann.  Durch die Option `-T Format' kann auf
++geändert werden kann.  Durch die Option `-T Format' kann auf
 +verschiedene Umlautformate bzw. Umlautkodierungen umgeschaltet werden.
-+So erm�glicht `-T latin1' bei der deutsche Sprache das Lesen deutscher
++So ermöglicht `-T latin1' bei der deutsche Sprache das Lesen deutscher
 +Umlaute nach der ISO-Spezifikation 8859-1.  Wenn nach `-T latin1' noch
-+die Option `-t' gesetzt ist, so k�nnen mit ispell (Version 3.1.20)
++die Option `-t' gesetzt ist, so können mit ispell (Version 3.1.20)
 +auch (La)TeX-Texte mit echten ISO-8859-1-Umlauten auf Rechtschreibung
-+�berpr�ft werden.  Ohne die Option `-T latin1' achtet ispell auf die
-+Endungen der zu �berpr�fenden Dateien.  Welche Endungen und
-+Kodierungen f�r die `-T'-Option m�glich sind, k�nnen Sie aus den
-+`.aff'-Dateien der gew�hlten Sprache unter /usr/lib/ispell/ erfahren.
++überprüft werden.  Ohne die Option `-T latin1' achtet ispell auf die
++Endungen der zu überprüfenden Dateien.  Welche Endungen und
++Kodierungen für die `-T'-Option möglich sind, können Sie aus den
++`.aff'-Dateien der gewählten Sprache unter /usr/lib/ispell/ erfahren.
 +Alle Silbenregeln und die Umlautkodierungen werden in diesen
-+sprachabh�ngigen `.aff'-Dateien festgelegt. So ist es beispielsweise
-+bei Verwendung der deutschen Sprache nicht mehr n�tig, ispell die
++sprachabhängigen `.aff'-Dateien festgelegt. So ist es beispielsweise
++bei Verwendung der deutschen Sprache nicht mehr nötig, ispell die
 +Umlaute durch die Option `-w' bekannt zu geben.
-+Um f�r einen Benutzer f�r alle 

commit ispell for openSUSE:Factory

2015-02-05 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2015-02-05 10:59:30

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is ispell

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2014-12-17 
19:14:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2015-02-05 
10:59:31.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb  4 09:07:06 UTC 2015 - wer...@suse.de
+
+- Use real POSIX shell syntax 
+- Fix ispell update script thas is do not try to source old SUSE
+  config files (boo#916001)
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.3szpui/_old  2015-02-05 10:59:32.0 +0100
+++ /var/tmp/diff_new_pack.3szpui/_new  2015-02-05 10:59:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ SuSEconfig.ispell ++
--- /var/tmp/diff_new_pack.3szpui/_old  2015-02-05 10:59:32.0 +0100
+++ /var/tmp/diff_new_pack.3szpui/_new  2015-02-05 10:59:32.0 +0100
@@ -6,28 +6,22 @@
 # This module maintains a symlink `english' pointing to either `american'
 # or `british'.
 
+: ${ROOT:=}
+: ${UID:=$(id -ru)}
+
 # check if we are started as root
 # only one of UID and USER must be set correctly
-test -n $UID || UID=$(id -ru)
 if test $UID != 0 -a $USER != root; then
 echo You must be root to start $0.
 exit 1
 fi
 
-test -f $ROOT/etc/sysconfig/suseconfig || { echo No /etc/sysconfig/suseconfig 
found.  exit 1 ; }
-. $ROOT/etc/sysconfig/suseconfig
-
 test -f $ROOT/etc/sysconfig/language || { echo No /etc/sysconfig/language 
found.  exit 1 ; }
 . $ROOT/etc/sysconfig/language
 
 test -f $ROOT/etc/sysconfig/ispell || { echo No /etc/sysconfig/ispell found. 
 exit 1 ; }
 . $ROOT/etc/sysconfig/ispell
 
-if test -n $ENABLE_SUSECONFIG -a $ENABLE_SUSECONFIG = no ; then
-echo SuSEconfig is disabled in $ROOT/etc/sysconfig/suseconfig. Exit...
-exit 0
-fi
-
 # which dictionaries are installed?
 if [ -f $ROOT/usr/lib/ispell/american.hash -a -f 
$ROOT/usr/lib/ispell/american.aff ]; then
INSTALLED_AMERICAN=yes

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ispell for openSUSE:Factory

2014-12-17 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2014-12-17 19:15:13

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is ispell

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2013-12-11 
11:28:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2014-12-17 
19:14:10.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 13 21:30:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in SuSEconfig.ispell (update) script
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.IKZcCL/_old  2014-12-17 19:14:13.0 +0100
+++ /var/tmp/diff_new_pack.IKZcCL/_new  2014-12-17 19:14:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ SuSEconfig.ispell ++
--- /var/tmp/diff_new_pack.IKZcCL/_old  2014-12-17 19:14:13.0 +0100
+++ /var/tmp/diff_new_pack.IKZcCL/_new  2014-12-17 19:14:13.0 +0100
@@ -8,6 +8,7 @@
 
 # check if we are started as root
 # only one of UID and USER must be set correctly
+test -n $UID || UID=$(id -ru)
 if test $UID != 0 -a $USER != root; then
 echo You must be root to start $0.
 exit 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ispell for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2013-12-11 11:28:32

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is ispell

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2012-06-26 
16:03:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2013-12-11 
11:28:33.0 +0100
@@ -1,0 +2,11 @@
+Mon Dec  9 12:07:36 UTC 2013 - wer...@suse.de
+
+- Remove mixed patch leftover 
+
+---
+Fri Dec  6 13:09:04 UTC 2013 - wer...@suse.de
+
+- Hint from Björn Jacke that old style sort is broken, therefore
+  enforce usage of modern sort options 
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.YjCv85/_old  2013-12-11 11:28:34.0 +0100
+++ /var/tmp/diff_new_pack.YjCv85/_new  2013-12-11 11:28:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ ispell-3.3.02.dif ++
--- /var/tmp/diff_new_pack.YjCv85/_old  2013-12-11 11:28:34.0 +0100
+++ /var/tmp/diff_new_pack.YjCv85/_new  2013-12-11 11:28:34.0 +0100
@@ -1,5 +1,5 @@
 --- .pkgextract
-+++ .pkgextract2004-12-21 16:18:58.0 +0100
 .pkgextract2004-12-21 15:18:58.0 +
 @@ -0,0 +1,9 @@
 +patch -p0 -s --backup --suffix=.config   ../ispell-3.3.02-config.patch
 +patch -p0 -s --backup --suffix=.suse ../ispell-3.2.06-suse.patch
@@ -11,7 +11,7 @@
 +patch -p0 -s --backup --suffix=.mkdir../ispell-3.3.02-mkdir.patch
 +patch -p0 -s --backup --suffix=.strip../ispell-3.3.02-strip.patch
 --- buildhash.c
-+++ buildhash.c2004-12-21 16:46:20.0 +0100
 buildhash.c2004-12-21 15:46:20.0 +
 @@ -112,6 +112,7 @@ static char Rcs_Id[] =
  #include version.h
  #include ctype.h
@@ -31,7 +31,7 @@
{
argc--;
 --- defmt.c
-+++ defmt.c2004-12-21 16:18:58.0 +0100
 defmt.c2004-12-21 15:18:58.0 +
 @@ -686,6 +686,14 @@ void checkline (ofile)
  
p = ctoken;
@@ -48,7 +48,7 @@
*p++ = *currentchar++;
*p = 0;
 --- fields.c
-+++ fields.c   2004-12-21 16:31:41.0 +0100
 fields.c   2004-12-21 15:31:41.0 +
 @@ -112,6 +112,7 @@ field_t * fieldread (file, delims, flags
  if (linesize == 0)
{
@@ -74,7 +74,7 @@
 +fieldp = NULL;
  }
 --- icombine.c
-+++ icombine.c 2007-05-31 16:47:19.55783 +0200
 icombine.c 2007-05-31 14:47:20.0 +
 @@ -89,6 +89,7 @@ static char Rcs_Id[] =
  #include ispell.h
  #include proto.h
@@ -94,7 +94,7 @@
{
argc--;
 --- ijoin.c
-+++ ijoin.c2004-12-21 16:46:28.0 +0100
 ijoin.c2004-12-21 15:46:28.0 +
 @@ -119,6 +119,7 @@ static char Rcs_Id[] =
  #include ispell.h
  #include proto.h
@@ -114,7 +114,7 @@
{
argc--;
 --- ispell.c
-+++ ispell.c   2004-12-21 16:46:32.0 +0100
 ispell.c   2007-05-31 15:56:56.0 +
 @@ -236,6 +236,7 @@ static char Rcs_Id[] =
  #include fcntl.h
  #endif /* NO_FCNTL_H */
@@ -133,8 +133,25 @@
  p = getenv (LIBRARYVAR);
  if (p == NULL)
(void) strcpy (libdir, LIBDIR);
+--- languages/english/msgs.h
 languages/english/msgs.h   2007-05-31 17:05:33.0 +
+@@ -182,10 +182,10 @@
+ #define CORR_C_HELP_4 next to each one.  You have the option of 
replacing the word%s\n
+ #define CORR_C_HELP_5 completely, or choosing one of the suggested 
words.%s\n
+ /* You may add HELP_6 through HELP_9 if your language needs more lines */
+-#define CORR_C_HELP_6 
+-#define CORR_C_HELP_7 
+-#define CORR_C_HELP_8 
+-#define CORR_C_HELP_9 
++#define CORR_C_HELP_6 %s
++#define CORR_C_HELP_7 %s
++#define CORR_C_HELP_8 %s
++#define CORR_C_HELP_9 %s
+ #define CORR_C_HELP_COMMANDS  %s\nCommands are:%s\n%s\n
+ #define CORR_C_HELP_R_CMD R   Replace the misspelled word 
completely.%s\n
+ #define CORR_C_HELP_BLANK Space   Accept the word this time only.%s\n
 --- munchlist.X
-+++ munchlist.X2007-05-31 16:53:52.551491000 +0200
 munchlist.X2013-12-06 13:08:15.718454418 +
 @@ -191,7 +191,7 @@ then
  echo munchlist $* 12
  set -vx
@@ -144,7 

commit ispell for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2012-06-26 16:02:58

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is ispell, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ispell/ispell.changes2012-02-15 
16:16:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes   2012-06-26 
16:03:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 14:08:25 UTC 2012 - wer...@suse.de
+
+- Rename and relocate SuSEconfig.ispell
+
+---



Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.JYH2K5/_old  2012-06-26 16:03:02.0 +0200
+++ /var/tmp/diff_new_pack.JYH2K5/_new  2012-06-26 16:03:02.0 +0200
@@ -23,7 +23,9 @@
 Url:http://www.lasr.cs.ucla.edu/geoff/ispell.html
 PreReq: fillup fileutils
 Provides:   spell
-Requires:   words ispell_english_dictionary ispell_dictionary
+Requires:   ispell_dictionary
+Requires:   ispell_english_dictionary
+Requires:   words
 Version:3.3.02
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,7 +71,10 @@
 %package -n ispell-american
 Summary:American ispell dictionary
 Group:  Productivity/Text/Spell
-Provides:   ispell_english_dictionary ispell_dictionary iamerica 
locale(ispell:en)
+Provides:   iamerica
+Provides:   ispell_dictionary
+Provides:   ispell_english_dictionary
+Provides:   locale(ispell:en)
 Obsoletes:  iamerica
 
 %description -n ispell-american
@@ -84,7 +89,10 @@
 %package -n ispell-british
 Summary:British ispell dictionary
 Group:  Productivity/Text/Spell
-Provides:   ispell_english_dictionary ispell_dictionary ibritish 
locale(ispell:en_GB)
+Provides:   ibritish
+Provides:   ispell_dictionary
+Provides:   ispell_english_dictionary
+Provides:   locale(ispell:en_GB)
 Obsoletes:  ibritish
 
 %description -n ispell-british
@@ -121,78 +129,77 @@
   make all
 
 %install
-  DESTDIR=$RPM_BUILD_ROOT
+  DESTDIR=%{buildroot}
   export DESTDIR
-  mkdir -p ${DESTDIR}/usr/doc/packages/ispell
-  mkdir -p ${DESTDIR}/usr/lib/ispell/emacs
-  mkdir -p ${DESTDIR}/sbin/conf.d
-  mkdir -p ${DESTDIR}/var/adm/fillup-templates
-  mkdir -p ${DESTDIR}/var/lib/dict
-  make install DESTDIR=$DESTDIR
-  rm -f ${DESTDIR}/usr/share/emacs/site-lisp/ispell.el*
-  install -m 0444 suse/ispell-emacs-menu.el${DESTDIR}/usr/lib/ispell/
-  install -m 0444 suse/emacs/american.el   ${DESTDIR}/usr/lib/ispell/emacs/
-  install -m 0444 suse/emacs/british.el
${DESTDIR}/usr/lib/ispell/emacs/
-  install -m 0444 suse/emacs/english.el
${DESTDIR}/usr/lib/ispell/emacs/
-  rm -f ${DESTDIR}/usr/lib/ispell/british.hash
-  rm -r ${DESTDIR}/usr/lib/ispell/american.hash
-  ln -sf britishxlg.hash  ${DESTDIR}/usr/lib/ispell/british.hash
-  ln -sf americanxlg.hash ${DESTDIR}/usr/lib/ispell/american.hash
-  mv ${DESTDIR}/usr/lib/ispell/english.aff 
${DESTDIR}/usr/lib/ispell/american.aff
-  cp -a ${DESTDIR}/usr/lib/ispell/american.aff 
${DESTDIR}/usr/lib/ispell/british.aff
-  install -m 755 $RPM_SOURCE_DIR/SuSEconfig.ispell ${DESTDIR}/sbin/conf.d/
-  install -m 644 $RPM_SOURCE_DIR/sysconfig.ispell  
${DESTDIR}/var/adm/fillup-templates/
-  mkdir -p ${DESTDIR}/var/lib/dict
-  ln -sf /usr/lib/ispell/american.hash ${DESTDIR}/var/lib/dict/english.hash
-  ln -sf /usr/lib/ispell/american.aff  ${DESTDIR}/var/lib/dict/english.aff
-  rm -f  ${DESTDIR}/usr/lib/ispell/english.hash
-  rm -f  ${DESTDIR}/usr/lib/ispell/english.aff
-  ln -sf /var/lib/dict/english.hash${DESTDIR}/usr/lib/ispell/
-  ln -sf /var/lib/dict/english.aff ${DESTDIR}/usr/lib/ispell/
-  rm -f ${DESTDIR}/usr/bin/defmt-*
+  mkdir -p %{buildroot}/usr/doc/packages/ispell
+  mkdir -p %{buildroot}%{_libexecdir}/ispell/emacs
+  mkdir -p %{buildroot}/var/adm/fillup-templates
+  mkdir -p %{buildroot}/var/lib/dict
+  make install DESTDIR=%{buildroot}
+  rm -f %{buildroot}/usr/share/emacs/site-lisp/ispell.el*
+  install -m 0444 suse/ispell-emacs-menu.el
%{buildroot}%{_libexecdir}/ispell/
+  install -m 0444 suse/emacs/american.el   
%{buildroot}%{_libexecdir}/ispell/emacs/
+  install -m 0444 suse/emacs/british.el
%{buildroot}%{_libexecdir}/ispell/emacs/
+  install -m 0444 suse/emacs/english.el
%{buildroot}%{_libexecdir}/ispell/emacs/
+  rm -f %{buildroot}%{_libexecdir}/ispell/british.hash
+  rm -r %{buildroot}%{_libexecdir}/ispell/american.hash
+  ln -sf britishxlg.hash  %{buildroot}%{_libexecdir}/ispell/british.hash
+  ln -sf 

commit ispell for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2011-12-06 18:19:49

Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and  /work/SRC/openSUSE:Factory/.ispell.new (New)


Package is ispell, Maintainer is wer...@suse.com

Changes:




Other differences:
--
++ ispell.spec ++
--- /var/tmp/diff_new_pack.5fR20E/_old  2011-12-06 18:34:30.0 +0100
+++ /var/tmp/diff_new_pack.5fR20E/_new  2011-12-06 18:34:30.0 +0100
@@ -21,7 +21,7 @@
 Name:   ispell
 BuildRequires:  bison ncurses-devel words
 Url:http://www.lasr.cs.ucla.edu/geoff/ispell.html
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 PreReq: fillup fileutils
 Provides:   spell
@@ -68,7 +68,7 @@
 Goeff Kuenning ge...@itcorp.com
 
 %package -n ispell-american
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:American ispell dictionary
 Group:  Productivity/Text/Spell
 Provides:   ispell_english_dictionary ispell_dictionary iamerica 
locale(ispell:en)
@@ -85,7 +85,7 @@
 
 
 %package -n ispell-british
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:British ispell dictionary
 Group:  Productivity/Text/Spell
 Provides:   ispell_english_dictionary ispell_dictionary ibritish 
locale(ispell:en_GB)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org