diff --git a/icu.spec b/icu.spec index f459f6bcaebafaecb79731ad17ed4da238ff1d4c..226b666eb55bc6bf8b94d1db0a7a38f869693251 100644 --- a/icu.spec +++ b/icu.spec @@ -1,6 +1,6 @@ Name: icu Version: 74.1 -Release: 2 +Release: 3 Summary: International Components for Unicode License: MIT and UCD and Public Domain URL: http://site.icu-project.org/ @@ -13,12 +13,8 @@ Requires: lib%{name} = %{version}-%{release} Patch1: gennorm2-man.patch Patch2: icuinfo-man.patch Patch3: backport-remove-TestJitterbug6175.patch -%ifarch loongarch Patch4: 0001-add-support-loongarch64.patch -%endif -%ifarch sw_64 Patch5: icu-Add-sw64-architecture.patch -%endif Patch9000: delete-taboo-words.patch %description @@ -44,6 +40,13 @@ header files for libicu %prep %autosetup -n %{name} -p1 -S git +%ifnarch loongarch +%patch -P 4 -R -p1 +%endif + +%ifnarch sw_64 +%patch -P 5 -R -p1 +%endif %build pushd source @@ -133,6 +136,9 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l %changelog +* Tue Dec 10 2024 shenzhongwei - 74.1-3 +- include all patches in the source package. + * Wed Mar 27 2024 zhangpan - 74.1-2 - delete libicu*.so.73*