summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-26 11:23:23 +0200
committerRemi Collet <remi@php.net>2022-07-26 11:23:23 +0200
commit7eb074f01578cd2029e9d70450d507e2396ab9d4 (patch)
treeadf8900e753fa34adc883731fb5b226a51e8cce9
parentbd84c66f4e13a60e0b28b5be07e64f67f0444e42 (diff)
EL-9 build
-rw-r--r--icu-last.spec9
1 files 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 <remi@remirepo.net> - 69.1-3
+- EL-9 build
+
* Fri Oct 1 2021 Remi Collet <remi@remirepo.net> - 69.1-2
- rebuild with GCC 10