[CalendarServer-changes] [4110] CalendarServer/branches/release/CalendarServer-2.2-dev/lib-patches

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 29 09:55:32 PDT 2009


Revision: 4110
          http://trac.macosforge.org/projects/calendarserver/changeset/4110
Author:   wsanchez at apple.com
Date:     2009-04-29 09:55:32 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
Pull up 4109 from trunk

Added Paths:
-----------
    CalendarServer/branches/release/CalendarServer-2.2-dev/lib-patches/PyXML/
    CalendarServer/branches/release/CalendarServer-2.2-dev/lib-patches/PyXML/as.patch

Added: CalendarServer/branches/release/CalendarServer-2.2-dev/lib-patches/PyXML/as.patch
===================================================================
--- CalendarServer/branches/release/CalendarServer-2.2-dev/lib-patches/PyXML/as.patch	                        (rev 0)
+++ CalendarServer/branches/release/CalendarServer-2.2-dev/lib-patches/PyXML/as.patch	2009-04-29 16:55:32 UTC (rev 4110)
@@ -0,0 +1,31 @@
+Binary files ./build/lib.macosx-10.6-universal-2.6/_xmlplus/parsers/pyexpat.so and ../PyXML-0.8.4-patched/build/lib.macosx-10.6-universal-2.6/_xmlplus/parsers/pyexpat.so differ
+Binary files ./build/lib.macosx-10.6-universal-2.6/_xmlplus/parsers/sgmlop.so and ../PyXML-0.8.4-patched/build/lib.macosx-10.6-universal-2.6/_xmlplus/parsers/sgmlop.so differ
+Binary files ./build/lib.macosx-10.6-universal-2.6/_xmlplus/utils/boolean.so and ../PyXML-0.8.4-patched/build/lib.macosx-10.6-universal-2.6/_xmlplus/utils/boolean.so differ
+diff -ur ./xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py ../PyXML-0.8.4-patched/xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py
+--- ./xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py	2003-03-11 06:01:34.000000000 -0800
++++ ../PyXML-0.8.4-patched/xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py	2009-04-29 09:42:00.000000000 -0700
+@@ -24,8 +24,8 @@
+         self._rel = rel
+         nt = ParsedNodeTest.ParsedNodeTest('node', '')
+         ppl = ParsedPredicateList.ParsedPredicateList([])
+-        as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
+-        self._step = ParsedStep.ParsedStep(as, nt, ppl)
++        as_ = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
++        self._step = ParsedStep.ParsedStep(as_, nt, ppl)
+         return
+ 
+     def evaluate(self, context):
+diff -ur ./xml/xpath/ParsedAbbreviatedRelativeLocationPath.py ../PyXML-0.8.4-patched/xml/xpath/ParsedAbbreviatedRelativeLocationPath.py
+--- ./xml/xpath/ParsedAbbreviatedRelativeLocationPath.py	2003-03-11 06:01:34.000000000 -0800
++++ ../PyXML-0.8.4-patched/xml/xpath/ParsedAbbreviatedRelativeLocationPath.py	2009-04-29 09:42:00.000000000 -0700
+@@ -28,8 +28,8 @@
+         self._right = right
+         nt = ParsedNodeTest.ParsedNodeTest('node','')
+         ppl = ParsedPredicateList.ParsedPredicateList([])
+-        as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
+-        self._middle = ParsedStep.ParsedStep(as, nt, ppl)
++        as_ = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
++        self._middle = ParsedStep.ParsedStep(as_, nt, ppl)
+ 
+     def evaluate(self, context):
+         res = []
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090429/51bc86d2/attachment-0001.html>


More information about the calendarserver-changes mailing list