diff --git a/SPECS/harfbuzz/harfbuzz.spec b/SPECS/harfbuzz/harfbuzz.spec index ad01bbdab06..b7bd657e82f 100644 --- a/SPECS/harfbuzz/harfbuzz.spec +++ b/SPECS/harfbuzz/harfbuzz.spec @@ -1,7 +1,7 @@ Summary: opentype text shaping engine Name: harfbuzz Version: 3.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -10,7 +10,7 @@ URL: https://harfbuzz.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz Patch0: CVE-2023-25193.patch BuildRequires: pkg-config -BuildRequires: pkgconfig(cairo) +BuildRequires: cairo BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(icu-uc) @@ -78,6 +78,9 @@ find . -type f -name "*.py" -exec sed -i'' -e '1 s|^#!\s*/usr/bin/env\s\+python3 %{_libdir}/libharfbuzz-icu.so.* %changelog +* Wed Mar 08 2023 Muhammad Falak - 3.4.0-2 +- Add BR on cairo instead of pkgconfig(cairo) + * Tue Feb 28 2023 Mandeep Plaha - 3.4.0-1 - Upgrade version to match with version in Mariner 2.0 - Bring patch from Mariner 2.0 to fix CVE-2023-25193