From 95b4fbb75a99e6ac74e252cb19d8b6f20c6f09c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Tue, 10 Dec 2024 15:20:01 +0800 Subject: [PATCH] include all patches in the source package. --- icu.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/icu.spec b/icu.spec index f459f6b..226b666 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* -- Gitee