rpms/python-lxml/EL-5 .cvsignore, 1.16, 1.17 python-lxml.spec, 1.18, 1.19 sources, 1.16, 1.17

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Nov 18 14:09:49 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-lxml/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4549

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Tue Nov 18 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.0.10-1
- 2.0.10 (2008-11-17)
- Bugs fixed
- 
-    * Ref-count leaks when lxml enters a try-except statement while an
-      outside exception lives in sys.exc_*(). This was due to a problem
-      in Cython, not lxml itself.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/EL-5/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	5 Sep 2008 13:21:19 -0000	1.16
+++ .cvsignore	18 Nov 2008 14:09:19 -0000	1.17
@@ -1 +1 @@
-lxml-2.0.9.tar.gz
+lxml-2.0.10.tar.gz


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/EL-5/python-lxml.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- python-lxml.spec	5 Sep 2008 13:21:19 -0000	1.18
+++ python-lxml.spec	18 Nov 2008 14:09:19 -0000	1.19
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-lxml
-Version:        2.0.9
+Version:        2.0.10
 Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
@@ -49,6 +49,14 @@
 %{python_sitearch}/*
 
 %changelog
+* Tue Nov 18 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.0.10-1
+- 2.0.10 (2008-11-17)
+- Bugs fixed
+- 
+-    * Ref-count leaks when lxml enters a try-except statement while an
+-      outside exception lives in sys.exc_*(). This was due to a problem
+-      in Cython, not lxml itself.
+
 * Fri Sep  5 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.0.9-1
 - 2.0.9 (2008-09-05)
 - Bugs fixed


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/EL-5/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	5 Sep 2008 13:21:19 -0000	1.16
+++ sources	18 Nov 2008 14:09:19 -0000	1.17
@@ -1 +1 @@
-cc8a7dc871d5e91d24432c9154af8664  lxml-2.0.9.tar.gz
+d5d534c5efbf35b2fd8a7a933e657b71  lxml-2.0.10.tar.gz




More information about the scm-commits mailing list