From 7eb074f01578cd2029e9d70450d507e2396ab9d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Jul 2022 11:23:23 +0200 Subject: EL-9 build --- icu-last.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/icu-last.spec b/icu-last.spec index abda0d2..22e5739 100644 --- a/icu-last.spec +++ b/icu-last.spec @@ -13,14 +13,14 @@ %global soname 69 %global subver 1 -%if 0%{?fedora} == 34 +%if 0%{?fedora} == 34 || 0%{?rhel} == 9 # rhbz#2003359 crash in umtx_initImplPreInit() from unorm_normalize() %global _lto_cflags %nil %endif Name: icu%{soname} Version: %{soname}.%{subver} -Release: 2%{?dist} +Release: 3%{?dist} Summary: International Components for Unicode License: MIT and UCD and Public Domain URL: http://site.icu-project.org/ @@ -102,7 +102,7 @@ Provides: lib%{srcname}-doc = %{version}-%{release} %setup -q -n %{srcname} %patch4 -p1 -b .gennorm2-man.patch %patch5 -p1 -b .icuinfo-man.patch -%if 0%{?fedora} == 34 +%if 0%{?fedora} == 34 || 0%{?rhel} == 9 sed -e '/SELFCHECK=1/d' -i source/Makefile.in %endif @@ -230,6 +230,9 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l %changelog +* Thu Nov 4 2021 Remi Collet - 69.1-3 +- EL-9 build + * Fri Oct 1 2021 Remi Collet - 69.1-2 - rebuild with GCC 10 -- cgit