From 55a3ea8564e930387d20c0f678c1992dde1e26fa Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 10 Mar 2014 14:36:17 +0100 Subject: [PATCH] upgrade to latest upstream --- .gitignore | 1 + hunspell-de.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 315a1b9..5e241e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /igerman98-20120607.tar.bz2 +/igerman98-20131206.tar.bz2 diff --git a/hunspell-de.spec b/hunspell-de.spec index b19994c..94f4b5f 100644 --- a/hunspell-de.spec +++ b/hunspell-de.spec @@ -1,8 +1,8 @@ Name: hunspell-de Summary: German hunspell dictionaries -%define upstreamid 20120607 +%define upstreamid 20131206 Version: 0.%{upstreamid} -Release: 4%{?dist} +Release: 1%{?dist} Source: http://www.j3e.de/ispell/igerman98/dict/igerman98-%{upstreamid}.tar.bz2 Group: Applications/Text URL: http://www.j3e.de/ispell/igerman98 @@ -21,7 +21,7 @@ German (Germany, Switzerland, etc.) hunspell dictionaries. sed -i -e "s/AFFIX_EXPANDER = ispell/AFFIX_EXPANDER = aspell/g" Makefile %build -make hunspell/de_AT.dic hunspell/de_AT.aff \ +LC_ALL=en_US.iso885915 make hunspell/de_AT.dic hunspell/de_AT.aff \ hunspell/de_CH.dic hunspell/de_CH.aff \ hunspell/de_DE.dic hunspell/de_DE.aff cd hunspell @@ -64,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Mon Mar 10 2014 Michael Stahl - 0.20131206-1 +- latest version +- sed refuses to execute bin/dic2iso and iso2dic unless run in ISO8859 locale + * Sat Aug 03 2013 Fedora Release Engineering - 0.20120607-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -73,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Jul 19 2012 Fedora Release Engineering - 0.20120607-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -* Thu Jun 13 2012 Caolán McNamara - 0.20120607-1 +* Wed Jun 13 2012 Caolán McNamara - 0.20120607-1 - latest version * Fri Jan 13 2012 Fedora Release Engineering - 0.20110609-2 diff --git a/sources b/sources index 5bbed6b..0c678f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9433d0ccd7db3c7681037980ece3f710 igerman98-20120607.tar.bz2 +9b6c0c6615d2e099cd85a209d9f1fdbb igerman98-20131206.tar.bz2