rpms/pootle/EL-5 pootle.spec,1.3,1.4

dwayne dwayne at fedoraproject.org
Mon Jan 18 00:30:01 UTC 2010


Author: dwayne

Update of /cvs/pkgs/rpms/pootle/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27437

Modified Files:
	pootle.spec 
Log Message:
* Mon Jan 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-5
- Require python-sqlite2 as its not included in Python 2.4



Index: pootle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pootle/EL-5/pootle.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- pootle.spec	17 Jan 2010 23:43:26 -0000	1.3
+++ pootle.spec	18 Jan 2010 00:30:01 -0000	1.4
@@ -4,7 +4,7 @@
 
 Name:           pootle
 Version:        2.0.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -28,6 +28,8 @@ Requires:       mod_wsgi
 Requires:       python-lxml
 Requires:       python-memcached
 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
@@ -121,6 +123,9 @@ fi
 
 
 %changelog
+* Mon Jan 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-5
+- Require python-sqlite2 as its not included in Python 2.4
+
 * Mon Jan 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-4
 - Drop Xapian and ISO code support as they're not packaged for EL-5
 



More information about the scm-commits mailing list