- Revision
- 16069
- Author
- vajda
- Date
- 2007-12-06 13:11:28 -0800 (Thu, 06 Dec 2007)
Log Message
version 0.8-92
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/external/PyICU/Makefile (16068 => 16069)
--- trunk/external/PyICU/Makefile 2007-12-06 21:07:40 UTC (rev 16068) +++ trunk/external/PyICU/Makefile 2007-12-06 21:11:28 UTC (rev 16069) @@ -1,7 +1,7 @@ VERSION=$(PYICU_VER)-$(SVNVER) PYICU_VER=0.8 -SVNVER=91 +SVNVER=92 RELVER=$(VERSION)-$(BRANCH_REV_PREFIX)1 PYICU=$(BUILD_ROOT)/PyICU EGG=$(notdir $(shell cd $(BUILD_ROOT); find $(SNAP)/$(SITE) -name 'PyICU-$(PYICU_VER)-py$(PYTHON_VER)-*.egg'))
Deleted: trunk/external/PyICU/patches-0.8-91-Cygwin (16068 => 16069)
--- trunk/external/PyICU/patches-0.8-91-Cygwin 2007-12-06 21:07:40 UTC (rev 16068) +++ trunk/external/PyICU/patches-0.8-91-Cygwin 2007-12-06 21:11:28 UTC (rev 16069) @@ -1,9 +0,0 @@ ---- PyICU-0.8-91/setup.py 2007-11-26 18:37:07.891649000 -0800 -+++ PyICU-0.8-91-patched/setup.py 2007-11-29 23:08:35.768360000 -0800 -@@ -70,4 +70,5 @@ - libraries=_libraries, - define_macros=[('PYICU_VER', '"%s"' %(VERSION))]) - ], -- py_modules=['PyICU']) -+ py_modules=['PyICU'], -+ zip_safe=False)
Copied: trunk/external/PyICU/patches-0.8-92-Cygwin (from rev 16055, trunk/external/PyICU/patches-0.8-91-Cygwin) (16055 => 16069)
--- trunk/external/PyICU/patches-0.8-91-Cygwin 2007-12-06 06:57:41 UTC (rev 16055) +++ trunk/external/PyICU/patches-0.8-92-Cygwin 2007-12-06 21:11:28 UTC (rev 16069) @@ -0,0 +1,9 @@ +--- PyICU-0.8-92/setup.py 2007-11-26 18:37:07.891649000 -0800 ++++ PyICU-0.8-92-patched/setup.py 2007-11-29 23:08:35.768360000 -0800 +@@ -70,4 +70,5 @@ + libraries=_libraries, + define_macros=[('PYICU_VER', '"%s"' %(VERSION))]) + ], +- py_modules=['PyICU']) ++ py_modules=['PyICU'], ++ zip_safe=False)
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
