rpms/python-openid/devel python-openid.spec,1.3,1.4

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sun Dec 16 05:34:53 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/python-openid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19432

Modified Files:
	python-openid.spec 
Log Message:
Ensure that python-lxml is present for ElementTree API support.


Index: python-openid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-openid/devel/python-openid.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-openid.spec	15 Dec 2007 20:27:01 -0000	1.3
+++ python-openid.spec	16 Dec 2007 05:34:13 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           python-openid
 Version:        2.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python OpenID libraries
 
 Group:          Development/Languages
@@ -17,7 +17,9 @@
 %else
 BuildRequires: python-setuptools
 %endif
+BuildRequires:  python-lxml
 BuildRequires:  Django
+Requires:       python-lxml
 
 %description
 The OpenID library with batteries included.
@@ -57,6 +59,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Sat Dec 15 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.1-2
+- Ensure that python-lxml is present for ElementTree API support.
+
 * Sat Dec 15 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.1-1
 - Update to 2.1.1
 




More information about the fedora-extras-commits mailing list