icu: bump to 72.1
authorHirokazu MORIKAWA <morikw2@gmail.com>
Fri, 21 Oct 2022 03:05:52 +0000 (12:05 +0900)
committerNick Hainke <vincent@systemli.org>
Sun, 23 Oct 2022 16:42:29 +0000 (18:42 +0200)
It updates to Unicode 15, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 42 locale data with various additions and corrections.

ICU 72 adds technology preview implementations for person name formatting, as well as for a new version of message formatting based on a proposed draft Unicode specification.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
libs/icu/Makefile
libs/icu/patches/001-change_optimization_option.patch

index 239754134e09d8ff47e3739f36902bb428552c97..3534d5d806c45bcd8c482d9f38660748ae2a3144 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=icu4c
-MAJOR_VERSION:=71
+MAJOR_VERSION:=72
 MINOR_VERSION:=1
 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz
 PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION)
-PKG_HASH:=67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf
+PKG_HASH:=a2d2d38217092a7ed56635e34467f92f976b370e20182ad325edea6681a71d68
 
 PKG_LICENSE:=ICU
 PKG_LICENSE_FILES:=LICENSE
index f4ee626d759a1d2abace513957c0f3c1ce7bd178..9b6c3214e3a76df634ddc3650d01e62cf7a9e8b8 100644 (file)
@@ -1,6 +1,6 @@
 --- a/runConfigureICU
 +++ b/runConfigureICU
-@@ -239,8 +239,8 @@ case $platform in
+@@ -254,8 +254,8 @@ case $platform in
          THE_COMP="the GNU C++"
          CC=gcc; export CC
          CXX=g++; export CXX