--- rpms/pootle/contribs8/pootle.spec 2010/02/24 16:14:29 1.1 +++ rpms/pootle/contribs8/pootle.spec 2010/02/24 16:23:19 1.2 @@ -3,8 +3,8 @@ %global fullname Pootle Name: pootle -Version: 2.0.1 -Release: 5%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: Localization and translation management web application Group: Development/Tools @@ -31,9 +31,8 @@ Requires: python-Levenshtein # EL-5 uses Python 2.4 and thus needs sqlite2 Requires: python-sqlite2 Requires: translate-toolkit >= 1.5.1 -# Xapian is not packaged for EL-5 -#Requires: xapian-bindings-python >= 1.0.13 -#Requires: xapian-core +Requires: xapian-bindings-python >= 1.0.13 +Requires: xapian-core Requires: zip # This is for /sbin/service Requires(post): initscripts @@ -123,6 +122,9 @@ fi %changelog +* Wed Feb 24 2010 Shad L. Lords - 2.0.2-1 +- Update to 2.0.2 + * Mon Jan 18 2010 Dwayne Bailey - 2.0.1-5 - Require python-sqlite2 as its not included in Python 2.4