Author: jpc Date: Mon Aug 1 01:59:34 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - new patch (fixes bug bugzilla.gnome.org#312181)
---- Files affected: SOURCES: libxml2-python_xmlAttr_parent.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/libxml2-python_xmlAttr_parent.patch diff -u /dev/null SOURCES/libxml2-python_xmlAttr_parent.patch:1.1 --- /dev/null Mon Aug 1 03:59:34 2005 +++ SOURCES/libxml2-python_xmlAttr_parent.patch Mon Aug 1 03:59:29 2005 @@ -0,0 +1,10 @@ +--- libxml2-2.6.20/python/libxml.c~ 2005-06-26 17:00:26.000000000 +0200 ++++ libxml2-2.6.20/python/libxml.c 2005-08-01 03:41:30.250050600 +0200 +@@ -2529,6 +2529,7 @@ + + res = attr->parent; + } ++ break; + case XML_ENTITY_DECL: + case XML_NAMESPACE_DECL: + case XML_XINCLUDE_START: ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
