integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul based

* libxml.spec.in python/Makefile.am python/drv_libxml2.py:
  integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
  based on the python XmlTextReader interface.
Daniel
diff --git a/libxml.spec.in b/libxml.spec.in
index c8e051b..c4f1228 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -129,6 +129,7 @@
 
 %doc AUTHORS ChangeLog NEWS README Copyright
 %{_libdir}/python*/site-packages/libxml2.py
+%{_libdir}/python*/site-packages/drv_libxml2.py
 %{_libdir}/python*/site-packages/libxml2mod*
 %doc python/TODO
 %doc python/libxml2class.txt
@@ -140,6 +141,10 @@
 * @RELDATE@ Daniel Veillard <veillard@redhat.com>
 - upstream release @VERSION@ see http://xmlsoft.org/news.html
 
+* Thu Jan  2 2003 Daniel Veillard <veillard@redhat.com>
+- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul
+- provides the new XmlTextReader interfaces based on C# XML APIs
+
 * Wed Oct 23 2002 Daniel Veillard <veillard@redhat.com>
 - revamped the spec file, cleaned up some rpm building problems