From 56885d3c1c420dd6c1a0dcafeac513dbf568c132 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Sat, 31 Dec 2022 02:41:53 +0000 Subject: [PATCH] Rebuild for ICU 72 --- harfbuzz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/harfbuzz.spec b/harfbuzz.spec index 98c7a5c..9d5222c 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,6 +1,6 @@ Name: harfbuzz Version: 6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Text shaping library License: MIT @@ -88,6 +88,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/libharfbuzz-icu.so.* %changelog +* Sat Dec 31 2022 Pete Walter - 6.0.0-2 +- Rebuild for ICU 72 + * Sat Dec 17 2022 Parag Nemade - 6.0.0-1 - Update to 6.0.0 version (#2154489)