commit igerman98 for openSUSE:Factory

2017-11-30 Thread root
Hello community,

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

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


Package is "igerman98"

Thu Nov 30 12:44:30 2017 rev:29 rq:516073 version:20161207

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2017-07-07 
10:16:55.454945289 +0200
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2017-11-30 
12:44:31.299815854 +0100
@@ -1,0 +2,5 @@
+Fri Aug 11 08:48:23 UTC 2017 - pgaj...@suse.com
+
+- remove aspell dictionaries [bsc#1052951]
+
+---

Old:

  Nwordlist.tgz



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.9vtvSG/_old  2017-11-30 12:44:32.139785317 +0100
+++ /var/tmp/diff_new_pack.9vtvSG/_new  2017-11-30 12:44:32.147785026 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%define aspell_dict_dir %(aspell dump config dict-dir)
 %define ispell_dict_dir %(ispell -vv|grep LIBDIR|sed \"s/.*\=//;s/^ //g\" |tr 
-d \\")
 %define ispell_emacs_lib_dir %{_prefix}/lib/ispell/emacs
 Name:   igerman98
@@ -24,24 +23,21 @@
 Release:0
 Summary:German Spell Check Dictionaries
 # 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
+# or GPL-3.0. We have choosed GPL-2.0.
+License:GPL-2.0
 Group:  Productivity/Text/Spell
 Url:http://www.j3e.de/ispell/igerman98/dict/
 Source0:
https://www.j3e.de/ispell/igerman98/dict/%{name}-%{version}.tar.bz2
-Source1:Nwordlist.tgz
 Source2:fix8bit.c
 Source3:austrian.el
 Source4:german.el
 Source5:swiss.el
 Patch0: %{name}-ispell-sort.patch
-BuildRequires:  aspell
 BuildRequires:  ispell
 
 %description
-A meta package for German, Swiss, and Austrian dictionaries for the ispell,
-aspell and myspell spell checkers.
+A meta package for German, Swiss, and Austrian dictionaries for the ispell 
+and myspell spell checkers.
 
 %package doc
 Summary:Documentation for German dictionaries
@@ -50,18 +46,8 @@
 BuildArch:  noarch
 
 %description doc
-Documentation for German, Swiss, and Austrian dictionaries for the ispell,
-aspell and myspell spell checkers.
-
-%package -n aspell-de
-Summary:A German Dictionary for ASpell
-License:GPL-2.0+
-Group:  Productivity/Text/Spell
-Requires:   aspell >= 0.60
-Provides:   locale(aspell:de)
-
-%description -n aspell-de
-A German dictionary for the ASpell spell checker.
+Documentation for German, Swiss, and Austrian dictionaries for the ispell 
+and myspell spell checkers.
 
 %package -n ispell-ngerman
 Summary:New German ispell dictionary
@@ -104,7 +90,7 @@
 package ispell.
 
 %prep
-%setup -q -a1
+%setup -q
 %patch0 -p1
 
 %build
@@ -117,27 +103,13 @@
 
 for l in DE AT CH; do
   make %{?_smp_mflags} ispell/de_$l.{aff,hash}
-  make %{?_smp_mflags} aspell/de_$l.rws
 done
 
 make %{?_smp_mflags} ligature/rmligs
 
-# aspell -- creating extra dictionary with Novell jargon
-%{_bindir}/word-list-compress c < Nwordlist > Nwordlist.cwl
-%{_bindir}/word-list-compress d < Nwordlist.cwl | aspell --lang=de_DE 
--local-data-dir=./aspell/ create master ./deNovellwords
-for i in aspell/*.multi; do echo "add deNovellwords" >> $i; done
-
 %install
 mkdir -p %{buildroot}%{_docdir}/%{name}
 
-# aspell
-mkdir -p %{buildroot}%{aspell_dict_dir}
-install -m 644 aspell/*.{rws,dat,alias,multi} %{buildroot}%{aspell_dict_dir}
-install -m 644 ./deNovellwords %{buildroot}%{aspell_dict_dir}
-echo "add de_DE.multi" > %{buildroot}%{aspell_dict_dir}/deutsch.alias
-echo "add de_DE.multi" > %{buildroot}%{aspell_dict_dir}/german.alias
-echo "add de_CH.multi" > %{buildroot}%{aspell_dict_dir}/swiss.alias
-
 # ispell
 mkdir -p %{buildroot}%{ispell_dict_dir}
 install -m 644 ispell/de_??.{aff,hash} %{buildroot}%{ispell_dict_dir}
@@ -156,13 +128,6 @@
 %files doc
 %doc Documentation/*
 
-%files -n aspell-de
-%{aspell_dict_dir}/*.rws
-%{aspell_dict_dir}/*.multi
-%{aspell_dict_dir}/*.alias
-%{aspell_dict_dir}/*.dat
-%{aspell_dict_dir}/deNovellwords
-
 %files -n ispell-ngerman
 %{ispell_dict_dir}/de_DE.aff
 %{ispell_dict_dir}/de_DE.hash




commit igerman98 for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2017-07-07 10:16:52

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


Package is "igerman98"

Fri Jul  7 10:16:52 2017 rev:28 rq:508330 version:20161207

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2017-03-12 
20:03:04.509608950 +0100
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2017-07-07 
10:16:55.454945289 +0200
@@ -1,0 +2,9 @@
+Mon Jul  3 10:57:59 UTC 2017 - tchva...@suse.com
+
+- Update to 20161207:
+  * Bunch of new words
+- Refresh patch igerman98-ispell-sort.patch
+- Remove hunspell parts as that is provided by the myspell-dictionaries
+  package
+
+---

Old:

  igerman98-20160407.tar.bz2

New:

  igerman98-20161207.tar.bz2



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.OgjBp1/_old  2017-07-07 10:16:56.350818528 +0200
+++ /var/tmp/diff_new_pack.OgjBp1/_new  2017-07-07 10:16:56.354817962 +0200
@@ -16,19 +16,19 @@
 #
 
 
+%define aspell_dict_dir %(aspell dump config dict-dir)
+%define ispell_dict_dir %(ispell -vv|grep LIBDIR|sed \"s/.*\=//;s/^ //g\" |tr 
-d \\")
+%define ispell_emacs_lib_dir %{_prefix}/lib/ispell/emacs
 Name:   igerman98
-Version:20160407
+Version:20161207
 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
-BuildRequires:  ispell
 Source0:
https://www.j3e.de/ispell/igerman98/dict/%{name}-%{version}.tar.bz2
 Source1:Nwordlist.tgz
 Source2:fix8bit.c
@@ -36,36 +36,18 @@
 Source4:german.el
 Source5:swiss.el
 Patch0: %{name}-ispell-sort.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define aspell_dict_dir %(aspell dump config dict-dir)
-%define ispell_dict_dir %(ispell -vv|grep LIBDIR|sed \"s/.*\=//;s/^ //g\" |tr 
-d \\")
-%define ispell_emacs_lib_dir /usr/lib/ispell/emacs
-%define hunspell_dict_dir /usr/share/myspell/
+BuildRequires:  aspell
+BuildRequires:  ispell
 
 %description
 A meta package for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
 
-
-Authors:
-
-Björn JACKE
-Daniel NABER
-Werner LEMBERG
-László NÉMETH
-Jan SCHREIBER
-Roland ROSENFELD
-Till BERGER
-Franz Michael BAUMANN
-many other contributors ...
-
 %package doc
 Summary:Documentation for German dictionaries
 License:GPL-2.0+
 Group:  Productivity/Text/Spell
-%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
-%endif
 
 %description doc
 Documentation for German, Swiss, and Austrian dictionaries for the ispell, 
@@ -75,8 +57,8 @@
 Summary:A German Dictionary for ASpell
 License:GPL-2.0+
 Group:  Productivity/Text/Spell
-Provides:   locale(aspell:de)
 Requires:   aspell >= 0.60
+Provides:   locale(aspell:de)
 
 %description -n aspell-de
 A German dictionary for the ASpell spell checker.
@@ -90,7 +72,7 @@
 
 %description -n ispell-ngerman
 This package includes a ready German dictionary for ispell. A short
-usage description is given in /usr/share/doc/packages/ispell/README of
+usage description is given in %{_docdir}/ispell/README of
 the package ispell. 
 
 %package -n ispell-nswiss
@@ -104,7 +86,7 @@
 This package includes a ready Swiss dictionary for ispell according
 the new spelling rules.  The name of the dictionary is nswiss to be able
 to distinguish it from those of the German packages. A short usage
-description is given in /usr/share/doc/packages/ispell/README of the
+description is given in %{_docdir}/ispell/README of the
 package ispell. 
 
 %package -n ispell-naustrian
@@ -118,7 +100,7 @@
 This package includes a ready Austrian dictionary for ispell according
 the new spelling rules.  The name of the dictionary is naustrian to be able
 to distinguish it from those of the German packages. A short usage
-description is given in /usr/share/doc/packages/ispell/README of the
+description is given in %{_docdir}/ispell/README of the
 package ispell. 
 
 %prep
@@ -128,57 +110,53 @@
 %build
 
 # prepare ispell dictionary
-cp %{S:2} .
+cp %{SOURCE2} .
 gcc -O2 -o fix8bit 

commit igerman98 for openSUSE:Factory

2017-03-12 Thread root
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.0 +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 - wer...@suse.de
+
+- 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))
 




commit igerman98 for openSUSE:Factory

2016-11-22 Thread h_root
Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2016-11-22 18:58:21

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


Package is "igerman98"

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2014-05-01 
07:51:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2016-11-22 
18:58:22.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 10:02:05 UTC 2016 - pgaj...@suse.com
+
+- updated to 20160407:
+  * some new words
+
+---

Old:

  igerman98-20131206.tar.bz2

New:

  igerman98-20160407.tar.bz2



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.59NAJi/_old  2016-11-22 18:58:23.0 +0100
+++ /var/tmp/diff_new_pack.59NAJi/_new  2016-11-22 18:58:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package igerman98
 #
-# Copyright (c) 2014 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
@@ -17,19 +17,19 @@
 
 
 Name:   igerman98
-Version:20131206
+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
 BuildRequires:  ispell
-Source0:%{name}-%{version}.tar.bz2
+Source0:
https://www.j3e.de/ispell/igerman98/dict/%{name}-%{version}.tar.bz2
 Source1:Nwordlist.tgz
 Source2:fix8bit.c
 Source3:austrian.el

++ igerman98-20131206.tar.bz2 -> igerman98-20160407.tar.bz2 ++
 15439 lines of diff (skipped)




commit igerman98 for openSUSE:Factory

2014-04-30 Thread h_root
Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2014-05-01 07:51:13

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


Package is igerman98

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2013-12-09 
16:54:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2014-05-01 
07:51:14.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 28 13:06:12 UTC 2014 - pgaj...@suse.com
+
+- myspell-* is now provided by myspell-de (subpackage of 
+  myspell-dictionaries)
+
+---



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.R6P1mz/_old  2014-05-01 07:51:15.0 +0200
+++ /var/tmp/diff_new_pack.R6P1mz/_new  2014-05-01 07:51:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package igerman98
 #
-# 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
@@ -121,63 +121,6 @@
 description is given in /usr/share/doc/packages/ispell/README of the
 package ispell. 
 
-%package -n myspell-nswiss
-Summary:Swiss Dictionary for MySpell
-License:GPL-2.0+
-Group:  Productivity/Text/Spell
-Provides:   myspell-dictionary
-Provides:   ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/de_CH.dic
-Provides:   locale(OpenOffice_org:de_CH)
-Provides:   locale(libreoffice:de_CH)
-Provides:   locale(seamonkey-spellchecker:de_CH)
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
-
-%description -n myspell-nswiss
-MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
-They are used by various desktop applications, for example, LibreOffice,
-Mozilla Thunderbird, and Mozilla Firefox.
-
-%package -n myspell-german
-Summary:German Dictionary for MySpell
-License:GPL-2.0+
-Group:  Productivity/Text/Spell
-Provides:   myspell-dictionary
-Provides:   myspell-german-dictionary
-Provides:   ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/de_DE.dic
-Conflicts:  myspell-german-old
-Provides:   locale(OpenOffice_org:de)
-Provides:   locale(libreoffice:de)
-Provides:   locale(seamonkey-spellchecker:de)
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
-
-%description -n myspell-german
-MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
-They are used by various desktop applications, for example, LibreOffice,
-Mozilla Thunderbird, and Mozilla Firefox.
-
-%package -n myspell-austrian
-Summary:Austrian Dictionary for MySpell
-License:GPL-2.0+
-Group:  Productivity/Text/Spell
-Provides:   myspell-dictionary
-Provides:   ooo:/usr/lib/ooo-1.1/share/dict/ooo/de_AT.dic
-Provides:   locale(OpenOffice_org:de_AT)
-Provides:   locale(libreoffice:de_AT)
-Provides:   locale(seamonkey-spellchecker:de_AT)
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
-
-%description -n myspell-austrian
-MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
-They are used by various desktop applications, for example, LibreOffice,
-Mozilla Thunderbird, and Mozilla Firefox.
-
-
 %prep
 %setup -q -a1
 %patch0 -p1
@@ -194,7 +137,6 @@
   make ispell/de_$l.{aff,hash}
   make aspell/de_$l.rws
   make hunspell/de_$l.{dic,aff}
-  make myspell/de_$l.{dic,aff}
 done
 
 make ligature/rmligs
@@ -204,15 +146,6 @@
 /usr/bin/word-list-compress d  Nwordlist.cwl | aspell --lang=de_DE 
--local-data-dir=./aspell/ create master ./deNovellwords
 for i in aspell/*.multi; do echo add deNovellwords  $i; done
 
-# hunspell -- add the Novell jargon into all dictionaries bnc#306333
-pushd hunspell
-for l in DE AT CH; do
-cat ../Nwordlist  de_$l.dic
-# delete empty lines if they were created in some cases
-grep -v ^$ de_$l.dic  de_$l.no_space  mv de_$l.no_space de_$l.dic
-done
-popd
-
 %install
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
 
@@ -240,10 +173,6 @@
   ln -s %{ispell_dict_dir}/de_AT.$ext 
$RPM_BUILD_ROOT%{ispell_dict_dir}/austrian.$ext
 done
 
-# myspell
-mkdir -p $RPM_BUILD_ROOT%{hunspell_dict_dir}
-install -m 644 hunspell/de_??.{aff,dic} $RPM_BUILD_ROOT%{hunspell_dict_dir}
-
 %files doc
 %defattr(-,root,root)
 %doc Documentation/* 
@@ -282,22 +211,4 @@
 %{ispell_dict_dir}/austrian.hash
 %{ispell_emacs_lib_dir}/austrian.el
 
-%files -n myspell-german
-%defattr(-,root,root)
-%dir %{hunspell_dict_dir}

commit igerman98 for openSUSE:Factory

2013-12-09 Thread h_root
Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2013-12-09 16:54:56

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


Package is igerman98

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2013-01-29 
10:46:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2013-12-09 
16:54:58.0 +0100
@@ -1,0 +2,8 @@
+Mon Dec  9 08:24:52 UTC 2013 - pgaj...@suse.com
+
+- updated 20131206
+  * new words
+- removed Obsoletes/Provides of i${lang}, even sles 10 has
+  ispell-${lang} yet
+
+---

Old:

  igerman98-20120607.tar.bz2

New:

  igerman98-20131206.tar.bz2



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.W8U2qf/_old  2013-12-09 16:54:59.0 +0100
+++ /var/tmp/diff_new_pack.W8U2qf/_new  2013-12-09 16:54:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   igerman98
-Version:20120607
+Version:20131206
 Release:0
 Summary:German Spell Check Dictionaries
 License:GPL-2.0 and LGPL-2.1
@@ -85,10 +85,8 @@
 Summary:New German ispell dictionary
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
-Provides:   igerman
 Provides:   ispell_dictionary
 Provides:   locale(ispell:de;de_DE)
-Obsoletes:  igerman
 
 %description -n ispell-ngerman
 This package includes a ready German dictionary for ispell. A short
@@ -99,10 +97,8 @@
 Summary:New Swiss ispell dictionary
 License:GPL-2.0+
 Group:  Productivity/Text/Spell
-Provides:   inswiss
 Provides:   ispell_dictionary
 Provides:   locale(ispell:de_CH)
-Obsoletes:  inswiss
 
 %description -n ispell-nswiss
 This package includes a ready Swiss dictionary for ispell according
@@ -115,10 +111,8 @@
 Summary:New Austrian ispell dictionary
 License:GPL-2.0+
 Group:  Productivity/Text/Spell
-Provides:   inaustrian
 Provides:   ispell_dictionary
 Provides:   locale(ispell:de_AT)
-Obsoletes:  inaustrian
 
 %description -n ispell-naustrian
 This package includes a ready Austrian dictionary for ispell according

++ igerman98-20120607.tar.bz2 - igerman98-20131206.tar.bz2 ++
 10319 lines of diff (skipped)

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



commit igerman98 for openSUSE:Factory

2013-01-29 Thread h_root
Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2013-01-29 10:46:23

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


Package is igerman98, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2012-09-27 
13:40:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2013-01-29 
10:46:25.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 24 08:26:15 UTC 2013 - sasc...@suse.de
+
+- Don't require igerman98-doc everywhere, it just documentation
+
+---



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.ZaTBUX/_old  2013-01-29 10:46:27.0 +0100
+++ /var/tmp/diff_new_pack.ZaTBUX/_new  2013-01-29 10:46:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package igerman98
 #
-# 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
@@ -63,7 +63,6 @@
 Summary:Documentation for German dictionaries
 License:GPL-2.0+
 Group:  Productivity/Text/Spell
-Requires:   igerman98-doc
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif
@@ -78,7 +77,6 @@
 Group:  Productivity/Text/Spell
 Provides:   locale(aspell:de)
 Requires:   aspell = 0.60
-Requires:   igerman98-doc
 
 %description -n aspell-de
 A German dictionary for the ASpell spell checker.
@@ -91,7 +89,6 @@
 Provides:   ispell_dictionary
 Provides:   locale(ispell:de;de_DE)
 Obsoletes:  igerman
-Requires:   igerman98-doc
 
 %description -n ispell-ngerman
 This package includes a ready German dictionary for ispell. A short
@@ -106,7 +103,6 @@
 Provides:   ispell_dictionary
 Provides:   locale(ispell:de_CH)
 Obsoletes:  inswiss
-Requires:   igerman98-doc
 
 %description -n ispell-nswiss
 This package includes a ready Swiss dictionary for ispell according
@@ -123,7 +119,6 @@
 Provides:   ispell_dictionary
 Provides:   locale(ispell:de_AT)
 Obsoletes:  inaustrian
-Requires:   igerman98-doc
 
 %description -n ispell-naustrian
 This package includes a ready Austrian dictionary for ispell according
@@ -141,7 +136,6 @@
 Provides:   locale(OpenOffice_org:de_CH)
 Provides:   locale(libreoffice:de_CH)
 Provides:   locale(seamonkey-spellchecker:de_CH)
-Requires:   igerman98-doc
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif
@@ -162,7 +156,6 @@
 Provides:   locale(OpenOffice_org:de)
 Provides:   locale(libreoffice:de)
 Provides:   locale(seamonkey-spellchecker:de)
-Requires:   igerman98-doc
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif
@@ -181,7 +174,6 @@
 Provides:   locale(OpenOffice_org:de_AT)
 Provides:   locale(libreoffice:de_AT)
 Provides:   locale(seamonkey-spellchecker:de_AT)
-Requires:   igerman98-doc
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif
@@ -258,9 +250,6 @@
 mkdir -p $RPM_BUILD_ROOT%{hunspell_dict_dir}
 install -m 644 hunspell/de_??.{aff,dic} $RPM_BUILD_ROOT%{hunspell_dict_dir}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files doc
 %defattr(-,root,root)
 %doc Documentation/* 

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



commit igerman98 for openSUSE:Factory

2012-09-27 Thread h_root
Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2012-09-27 13:39:59

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


Package is igerman98, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2012-09-14 
12:26:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2012-09-27 
13:40:04.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 12:04:08 UTC 2012 - pgaj...@suse.com
+
+- License: GPL-2.0 and LGPL-2.1 [bnc#778038]
+
+---



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.LiIFji/_old  2012-09-27 13:40:05.0 +0200
+++ /var/tmp/diff_new_pack.LiIFji/_new  2012-09-27 13:40:05.0 +0200
@@ -20,8 +20,11 @@
 Version:20120607
 Release:0
 Summary:German Spell Check Dictionaries
-License:GPL-2.0+
+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.
 Url:http://www.j3e.de/ispell/igerman98/dict/
 BuildRequires:  aspell
 BuildRequires:  hunspell

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



commit igerman98 for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2012-09-14 12:26:30

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


Package is igerman98, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2011-10-04 
21:33:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2012-09-14 
12:26:32.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun  7 06:30:15 UTC 2012 - pgaj...@suse.com
+
+- updated to 20120607
+  * new words
+
+---

Old:

  igerman98-20110609.tar.bz2

New:

  igerman98-20120607.tar.bz2



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.gIcxbn/_old  2012-09-14 12:26:33.0 +0200
+++ /var/tmp/diff_new_pack.gIcxbn/_new  2012-09-14 12:26:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package igerman98
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   igerman98
+Version:20120607
+Release:0
+Summary:German Spell Check Dictionaries
 License:GPL-2.0+
 Group:  Productivity/Text/Spell
-AutoReqProv:on
-Version:20110609
-Release:2
-Summary:German Spell Check Dictionaries
 Url:http://www.j3e.de/ispell/igerman98/dict/
-BuildRequires:  aspell hunspell ispell
+BuildRequires:  aspell
+BuildRequires:  hunspell
+BuildRequires:  ispell
 Source0:%{name}-%{version}.tar.bz2
 Source1:Nwordlist.tgz
 Source2:fix8bit.c
@@ -40,7 +39,6 @@
 %define ispell_emacs_lib_dir /usr/lib/ispell/emacs
 %define hunspell_dict_dir /usr/share/myspell/
 
-
 %description
 A meta package for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
@@ -59,39 +57,38 @@
 many other contributors ...
 
 %package doc
-License:GPL-2.0+
 Summary:Documentation for German dictionaries
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
 Requires:   igerman98-doc
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif
 
-
 %description doc
 Documentation for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
 
 %package -n aspell-de
-License:GPL-2.0+
 Summary:A German Dictionary for ASpell
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
 Provides:   locale(aspell:de)
-Requires:   aspell = 0.60 igerman98-doc
-
+Requires:   aspell = 0.60
+Requires:   igerman98-doc
 
 %description -n aspell-de
 A German dictionary for the ASpell spell checker.
 
 %package -n ispell-ngerman
-License:BSD-3-Clause
 Summary:New German ispell dictionary
+License:BSD-3-Clause
 Group:  Productivity/Text/Spell
-Provides:   ispell_dictionary igerman locale(ispell:de;de_DE)
+Provides:   igerman
+Provides:   ispell_dictionary
+Provides:   locale(ispell:de;de_DE)
 Obsoletes:  igerman
 Requires:   igerman98-doc
-AutoReqProv:on
-
 
 %description -n ispell-ngerman
 This package includes a ready German dictionary for ispell. A short
@@ -99,14 +96,14 @@
 the package ispell. 
 
 %package -n ispell-nswiss
-License:GPL-2.0+
 Summary:New Swiss ispell dictionary
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
-Provides:   ispell_dictionary inswiss locale(ispell:de_CH)
+Provides:   inswiss
+Provides:   ispell_dictionary
+Provides:   locale(ispell:de_CH)
 Obsoletes:  inswiss
 Requires:   igerman98-doc
-AutoReqProv:on
-
 
 %description -n ispell-nswiss
 This package includes a ready Swiss dictionary for ispell according
@@ -116,14 +113,14 @@
 package ispell. 
 
 %package -n ispell-naustrian
-License:GPL-2.0+
 Summary:New Austrian ispell dictionary
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
-Provides:   ispell_dictionary inaustrian locale(ispell:de_AT)
+Provides:   inaustrian
+Provides:   ispell_dictionary
+Provides:   locale(ispell:de_AT)
 Obsoletes:  inaustrian
 Requires:   igerman98-doc
-AutoReqProv:on
-
 
 %description -n ispell-naustrian
 This package includes a ready Austrian dictionary for ispell according
@@ -133,55 +130,59 @@
 package ispell. 
 

commit igerman98 for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory
checked in at Tue Oct 4 18:12:12 CEST 2011.




--- openSUSE:Factory/igerman98/igerman98.changes2011-09-23 
02:03:26.0 +0200
+++ /mounts/work_src_done/STABLE/igerman98/igerman98.changes2011-09-30 
17:25:26.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 15:25:12 UTC 2011 - u...@suse.com
+
+- don't rely on . being part of the PATH
+
+---

calling whatdependson for head-i586




Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.LqP3Vl/_old  2011-10-04 18:12:09.0 +0200
+++ /var/tmp/diff_new_pack.LqP3Vl/_new  2011-10-04 18:12:09.0 +0200
@@ -193,7 +193,7 @@
 cp %{S:2} .
 gcc -O2 -o fix8bit fix8bit.c
 mv ispell/de_DE.aff.in ispell/de_DE.aff.in-bj
-fix8bit -8  ispell/de_DE.aff.in-bj  ispell/de_DE.aff.in
+./fix8bit -8  ispell/de_DE.aff.in-bj  ispell/de_DE.aff.in
 
 for l in DE AT CH; do
   make ispell/de_$l.{aff,hash}

continue with q...



Remember to have fun...

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



commit igerman98 for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory
checked in at Tue Oct 4 21:33:43 CEST 2011.




--- openSUSE:Factory/igerman98/igerman98.changes2011-10-04 
18:12:10.0 +0200
+++ /mounts/work_src_done/STABLE/igerman98/igerman98.changes2011-10-04 
15:49:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  4 13:48:02 UTC 2011 - pmla...@suse.com
+
+- updated myspell dictionaries description for LibreOffice (bnc#718113)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.fdMc4V/_old  2011-10-04 21:33:41.0 +0200
+++ /var/tmp/diff_new_pack.fdMc4V/_new  2011-10-04 21:33:41.0 +0200
@@ -40,6 +40,7 @@
 %define ispell_emacs_lib_dir /usr/lib/ispell/emacs
 %define hunspell_dict_dir /usr/share/myspell/
 
+
 %description
 A meta package for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
@@ -66,6 +67,7 @@
 BuildArch:  noarch
 %endif
 
+
 %description doc
 Documentation for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
@@ -77,6 +79,7 @@
 Provides:   locale(aspell:de)
 Requires:   aspell = 0.60 igerman98-doc
 
+
 %description -n aspell-de
 A German dictionary for the ASpell spell checker.
 
@@ -89,6 +92,7 @@
 Requires:   igerman98-doc
 AutoReqProv:on
 
+
 %description -n ispell-ngerman
 This package includes a ready German dictionary for ispell. A short
 usage description is given in /usr/share/doc/packages/ispell/README of
@@ -103,6 +107,7 @@
 Requires:   igerman98-doc
 AutoReqProv:on
 
+
 %description -n ispell-nswiss
 This package includes a ready Swiss dictionary for ispell according
 the new spelling rules.  The name of the dictionary is nswiss to be able
@@ -119,6 +124,7 @@
 Requires:   igerman98-doc
 AutoReqProv:on
 
+
 %description -n ispell-naustrian
 This package includes a ready Austrian dictionary for ispell according
 the new spelling rules.  The name of the dictionary is naustrian to be able
@@ -138,11 +144,11 @@
 BuildArch:  noarch
 %endif
 
-%description -n myspell-nswiss
-The Swiss dictionary for MySpell.
 
-The MySpell spell-checker is used by the OpenOffice.org office suite,
-the Mozilla Composer, and the Mozilla Mail message composition window.
+%description -n myspell-nswiss
+MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
+They are used by various desktop applications, for example, LibreOffice,
+Mozilla Thunderbird, and Mozilla Firefox.
 
 %package -n myspell-german
 License:GPLv2+
@@ -157,11 +163,11 @@
 BuildArch:  noarch
 %endif
 
-%description -n myspell-german
-The German dictionary for MySpell.
 
-The MySpell spell-checker is used by the OpenOffice.org office suite,
-the Mozilla Composer, and the Mozilla Mail message composition window.
+%description -n myspell-german
+MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
+They are used by various desktop applications, for example, LibreOffice,
+Mozilla Thunderbird, and Mozilla Firefox.
 
 %package -n myspell-austrian
 License:GPLv2+
@@ -175,18 +181,18 @@
 BuildArch:  noarch
 %endif
 
-%description -n myspell-austrian
-The Austrian dictionary for MySpell.
-
-The MySpell spell-checker is used by the OpenOffice.org office suite,
-the Mozilla Composer, and the Mozilla Mail message composition window.
 
+%description -n myspell-austrian
+MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
+They are used by various desktop applications, for example, LibreOffice,
+Mozilla Thunderbird, and Mozilla Firefox.
 
 
 %prep
 %setup -q -a1
 %patch0 -p1
 
+
 %build
 
 # prepare ispell dictionary
@@ -218,6 +224,7 @@
 done
 popd
 
+
 %install
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
 
@@ -249,13 +256,16 @@
 mkdir -p $RPM_BUILD_ROOT%{hunspell_dict_dir}
 install -m 644 hunspell/de_??.{aff,dic} $RPM_BUILD_ROOT%{hunspell_dict_dir}
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files doc
 %defattr(-,root,root)
 %doc Documentation/* 
 
+
 %files -n aspell-de
 %defattr(-,root,root)
 %{aspell_dict_dir}/*.rws
@@ -264,6 +274,7 @@
 %{aspell_dict_dir}/*.dat
 %{aspell_dict_dir}/deNovellwords
 
+
 %files -n ispell-ngerman
 %defattr(-,root,root)
 %{ispell_dict_dir}/de_DE.aff
@@ -274,6 +285,7 @@
 %{_bindir}/rmligs
 %{_mandir}/man1/rmligs.1.gz
 
+
 %files -n ispell-nswiss
 %defattr(-,root,root)
 %{ispell_dict_dir}/de_CH.aff
@@ -282,6 +294,7 @@
 %{ispell_dict_dir}/swiss.hash
 %{ispell_emacs_lib_dir}/swiss.el
 
+
 %files -n ispell-naustrian
 %defattr(-,root,root)
 %{ispell_dict_dir}/de_AT.aff
@@ -290,22 +303,27 @@
 %{ispell_dict_dir}/austrian.hash
 %{ispell_emacs_lib_dir}/austrian.el
 
+
 %files -n myspell-german
 %defattr(-,root,root)
 %dir 

commit igerman98 for openSUSE:Factory

2011-08-22 Thread h_root

Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory
checked in at Mon Aug 22 09:56:46 CEST 2011.




--- igerman98/igerman98.changes 2011-06-13 09:52:05.0 +0200
+++ /mounts/work_src_done/STABLE/igerman98/igerman98.changes2011-08-19 
20:41:24.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 19 18:44:27 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in descriptions of igerman98.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.agayBB/_old  2011-08-22 09:48:59.0 +0200
+++ /var/tmp/diff_new_pack.agayBB/_new  2011-08-22 09:48:59.0 +0200
@@ -23,7 +23,7 @@
 Group:  Productivity/Text/Spell
 AutoReqProv:on
 Version:20110609
-Release:1
+Release:2
 Summary:German Spell Check Dictionaries
 Url:http://www.j3e.de/ispell/igerman98/dict/
 BuildRequires:  aspell hunspell ispell
@@ -41,7 +41,7 @@
 %define hunspell_dict_dir /usr/share/myspell/
 
 %description
-A meta package for an German, Swiss and Austrian dictionaries for the ispell, 
+A meta package for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
 
 
@@ -67,7 +67,7 @@
 %endif
 
 %description doc
-Documentation for German, Swiss and Austrian dictionaries for the ispell, 
+Documentation for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
 
 %package -n aspell-de
@@ -92,7 +92,7 @@
 %description -n ispell-ngerman
 This package includes a ready German dictionary for ispell. A short
 usage description is given in /usr/share/doc/packages/ispell/README of
-the packages ispell. 
+the package ispell. 
 
 %package -n ispell-nswiss
 License:GPLv2+
@@ -104,11 +104,11 @@
 AutoReqProv:on
 
 %description -n ispell-nswiss
-This package includes a ready swiss dictionary for ispell according
-the new spelling rules.  The name of the dictonary is nswiss to be able
-to distinguish it from those of the german packages. A short usage
+This package includes a ready Swiss dictionary for ispell according
+the new spelling rules.  The name of the dictionary is nswiss to be able
+to distinguish it from those of the German packages. A short usage
 description is given in /usr/share/doc/packages/ispell/README of the
-packages ispell. 
+package ispell. 
 
 %package -n ispell-naustrian
 License:GPLv2+
@@ -120,11 +120,11 @@
 AutoReqProv:on
 
 %description -n ispell-naustrian
-This package includes a ready austrian dictionary for ispell according
-the new spelling rules.  The name of the dictonary is naustrian to be able
-to distinguish it from those of the german packages. A short usage
+This package includes a ready Austrian dictionary for ispell according
+the new spelling rules.  The name of the dictionary is naustrian to be able
+to distinguish it from those of the German packages. A short usage
 description is given in /usr/share/doc/packages/ispell/README of the
-packages ispell. 
+package ispell. 
 
 %package -n myspell-nswiss
 License:GPLv2+






Remember to have fun...

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



commit igerman98 for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory
checked in at Tue Jun 14 14:41:28 CEST 2011.




--- igerman98/igerman98.changes 2011-05-23 12:00:23.0 +0200
+++ /mounts/work_src_done/STABLE/igerman98/igerman98.changes2011-06-13 
09:52:05.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 13 07:52:09 UTC 2011 - pgaj...@novell.com
+
+- updated to 20110609
+  * new words
+
+---

calling whatdependson for head-i586


Old:

  igerman98-20110321.tar.bz2

New:

  igerman98-20110609.tar.bz2



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.ka6UiL/_old  2011-06-14 13:45:56.0 +0200
+++ /var/tmp/diff_new_pack.ka6UiL/_new  2011-06-14 13:45:56.0 +0200
@@ -22,7 +22,7 @@
 License:GPLv2+
 Group:  Productivity/Text/Spell
 AutoReqProv:on
-Version:20110321
+Version:20110609
 Release:1
 Summary:German Spell Check Dictionaries
 Url:http://www.j3e.de/ispell/igerman98/dict/

++ igerman98-20110321.tar.bz2 - igerman98-20110609.tar.bz2 ++
 4897 lines of diff (skipped)






Remember to have fun...

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



commit igerman98 for openSUSE:Factory

2011-05-23 Thread h_root

Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory
checked in at Mon May 23 16:33:08 CEST 2011.




--- igerman98/igerman98.changes 2011-03-01 21:37:10.0 +0100
+++ /mounts/work_src_done/STABLE/igerman98/igerman98.changes2011-05-23 
12:00:23.0 +0200
@@ -1,0 +2,6 @@
+Mon May 23 09:58:04 UTC 2011 - pgaj...@novell.com
+
+- updated to 20110321
+  * new words
+
+---

calling whatdependson for head-i586


Old:

  igerman98-20100727.tar.bz2

New:

  igerman98-20110321.tar.bz2



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.wdcReq/_old  2011-05-23 16:30:30.0 +0200
+++ /var/tmp/diff_new_pack.wdcReq/_new  2011-05-23 16:30:30.0 +0200
@@ -22,8 +22,8 @@
 License:GPLv2+
 Group:  Productivity/Text/Spell
 AutoReqProv:on
-Version:20100727
-Release:2
+Version:20110321
+Release:1
 Summary:German Spell Check Dictionaries
 Url:http://www.j3e.de/ispell/igerman98/dict/
 BuildRequires:  aspell hunspell ispell

++ igerman98-20100727.tar.bz2 - igerman98-20110321.tar.bz2 ++
 3459 lines of diff (skipped)






Remember to have fun...

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