[Lunar-commits] <moonbase> icu4c: updated to 4.4.1 ICU4C 4.4 Issues Fixed in the 4.4.1 Release * #7549 Getting extra characters when displaying Japanese Unicode characters * #7567 ICU4C 4.4 doesn't install libicutest.so.44 needed by icuinfo * #7580 icu-config yields unusable output * #7615 Static build fails on Debian GNU/Linux Lenny (5.0.4) * #7617 #include before platform.h (in ptypes.h) to fix endian issues * #7629 Cygwin build not installing correctly * #7651 Regex crash due to writing past end of buffer

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat May 1 20:12:56 CEST 2010


commit 763e83d24033cf9b0602ed134a3eb1db3ef061a9
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat May 1 20:12:56 2010 +0200

    icu4c: updated to 4.4.1
    ICU4C 4.4 Issues Fixed in the 4.4.1 Release
    * #7549 Getting extra characters when displaying Japanese Unicode characters
    * #7567 ICU4C 4.4 doesn't install libicutest.so.44 needed by icuinfo
    * #7580 icu-config yields unusable output
    * #7615 Static build fails on Debian GNU/Linux Lenny (5.0.4)
    * #7617 #include before platform.h (in ptypes.h) to fix endian issues
    * #7629 Cygwin build not installing correctly
    * #7651 Regex crash due to writing past end of buffer
---
 i18n/icu4c/BUILD   |    9 ---------
 i18n/icu4c/DETAILS |   12 ++++--------
 2 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/i18n/icu4c/BUILD b/i18n/icu4c/BUILD
deleted file mode 100644
index 69c491c..0000000
--- a/i18n/icu4c/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-  cd $BUILD_DIRECTORY &&
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-  cd $SOURCE_DIRECTORY &&
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/i18n/icu4c/DETAILS b/i18n/icu4c/DETAILS
index 6a02cf0..743538f 100644
--- a/i18n/icu4c/DETAILS
+++ b/i18n/icu4c/DETAILS
@@ -1,16 +1,12 @@
           MODULE=icu4c
-         VERSION=4_4
+         VERSION=4_4_1
           SOURCE=$MODULE-$VERSION-src.tgz
-         SOURCE2=icu-4.4-ctestfw-makefilein.patch
-   SOURCE_URL[1]=http://www10.frugalware.org/pub/linux/frugalware/frugalware-current/source/lib/$MODULE
-   SOURCE_URL[0]=http://download.icu-project.org/files/icu4c/4.4/
-     SOURCE2_URL=$PATCH_URL
+   SOURCE_URL[0]=http://download.icu-project.org/files/icu4c/4.4.1
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/icu/source
-      SOURCE_VFY=sha1:6f01fe700e4ba035888c10ec7e964e1772c7f626
-     SOURCE2_VFY=sha1:26e223321b6c4292b9fe5bbdc453756769d44cd1
+      SOURCE_VFY=sha1:0d011f7e1e042ec8e8833ac910056021d0924d91
         WEB_SITE=http://icu-project.org
          ENTERED=20081025
-         UPDATED=20100428
+         UPDATED=20100501
            SHORT="provides Unicode and Globalization support for software applications"
 
 cat << EOF


More information about the Lunar-commits mailing list