--- rpms/translate-toolkit/contribs8/translate-toolkit.spec 2010/02/24 18:19:19 1.13 +++ rpms/translate-toolkit/contribs8/translate-toolkit.spec 2010/03/01 15:05:01 1.15 @@ -1,4 +1,4 @@ -# $Id: translate-toolkit.spec,v 1.11 2009/10/20 21:41:47 slords Exp $ +# $Id: translate-toolkit.spec,v 1.14 2010/02/24 19:48:09 slords Exp $ # Authority: slords # Name: Shad L. Lords @@ -6,7 +6,7 @@ Name: translate-toolkit Version: 1.5.3 -Release: 2%{?dist} +Release: 2.1%{?dist} Summary: Tools to assist with translation and software localization Group: Development/Tools @@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve Patch0: translate-toolkit-1.5.3-stoplist.patch Patch1: translate-toolkit-1.5.0-langmodel_dir.patch Patch2: translate-toolkit-1.5.3-bug1372_filesystem_encoding.patch +Patch3: translate-toolkit-1.5.3-es_empty_string.patch BuildArch: noarch BuildRequires: python-devel @@ -25,7 +26,7 @@ BuildRequires: python-devel BuildRequires: python-lxml BuildRequires: python-simplejson BuildRequires: python-vobject -Requires: gettext-libs +Requires: gettext Requires: python-enchant Requires: python-iniparse Requires: python-Levenshtein @@ -74,6 +75,7 @@ toolkit or to use the libraries in other %patch0 -p1 %patch1 -p1 %patch2 -p2 +%patch3 -p2 %build @@ -130,6 +132,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 24 2010 Shad L. Lords 1.5.3-2.1 +- Test correctly for the case of an empty string (es) + +* Wed Feb 24 2010 Shad L. Lords 1.5.3-2.0 +- Update Requires to match el5 requirements + * Mon Feb 22 2010 Dwayne Bailey - 1.5.3-2 - Bug #1372: Decode fulesystem paths correctly