Title: [commits] (jeffrey) [11152] - Upgrade to latest vobject on the trunk to fix bug 6178,
Revision
11152
Author
jeffrey
Date
2006-07-13 15:08:02 -0700 (Thu, 13 Jul 2006)

Log Message

- Upgrade to latest vobject on the trunk to fix bug 6178,
serialize all day exdates properly

Modified Paths

Removed Paths

Diff

Modified: trunk/external/vobject/Makefile (11151 => 11152)

--- trunk/external/vobject/Makefile	2006-07-13 22:02:21 UTC (rev 11151)
+++ trunk/external/vobject/Makefile	2006-07-13 22:08:02 UTC (rev 11152)
@@ -1,7 +1,7 @@
 
 VERSION=0.3.0
-SVN_REVISION=139
-RELVER=$(VERSION)-r$(SVN_REVISION)-$(BRANCH_REV_PREFIX)5
+SVN_REVISION=148
+RELVER=$(VERSION)-r$(SVN_REVISION)-$(BRANCH_REV_PREFIX)1
 VOBJECT=$(BUILD_ROOT)/vobject
 BUILD=build_$(SNAP)
 SRC=""

Deleted: trunk/external/vobject/patches-0.3.0 (11151 => 11152)

--- trunk/external/vobject/patches-0.3.0	2006-07-13 22:02:21 UTC (rev 11151)
+++ trunk/external/vobject/patches-0.3.0	2006-07-13 22:08:02 UTC (rev 11152)
@@ -1,14 +0,0 @@
-Index: vobject-0.3.0-r139-5/src/vobject/icalendar.py
-===================================================================
---- vobject-0.3.0-r139-5/src/vobject/icalendar.py    (revision 139)
-+++ vobject-0.3.0-r139-5/src/vobject/icalendar.py    (working copy)
-@@ -642,8 +642,7 @@
-         appropriate strings.
-
-         """
--        # Fixme: obj.value should be a list, so this test should never succeed
--        if type(obj.value) == datetime.date:
-+        if obj.value and type(obj.value[0]) == datetime.date:
-             obj.isNative = False
-             obj.value_param = 'DATE'
-             obj.value = ','.join([dateToString(val) for val in obj.value])




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to