[pootle/f13/master] - Require Translate Toolkit >= 1.8.0 to fix some multistring issues

dwayne dwayne at fedoraproject.org
Wed Aug 18 18:42:33 UTC 2010


commit dfa988c072457d974dce641e3d8b0b502ba3f5a8
Author: Dwayne Bailey <dwayne at translate.org.za>
Date:   Wed Aug 18 20:42:10 2010 +0200

    - Require Translate Toolkit >= 1.8.0 to fix some multistring issues

 pootle.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pootle.spec b/pootle.spec
index f65eea1..c3cd782 100644
--- a/pootle.spec
+++ b/pootle.spec
@@ -4,7 +4,7 @@
 
 Name:           pootle
 Version:        2.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -31,7 +31,7 @@ Requires:       python-memcached
 Requires:       python-Levenshtein
 # EL-5 uses Python 2.4 and thus needs sqlite2
 %{?rhel:Requires:       python-sqlite2}
-Requires:       translate-toolkit >= 1.5.1
+Requires:       translate-toolkit >= 1.8.0
 %if 0%{?rhel} >= 6 || 0%{?fedora}
 Requires:       xapian-bindings-python >= 1.0.13
 Requires:       xapian-core
@@ -128,6 +128,9 @@ fi
 
 
 %changelog
+* Wed Aug 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.1.0-3
+- Require Translate Toolkit >= 1.8.0 to fix some multistring issues
+
 * Wed Aug 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.1.0-2
 - Fix %%if logic for RHEL and Fedora versions
 


More information about the scm-commits mailing list