From 4910bcd14f142363954c00049d56af3d2471d444 Mon Sep 17 00:00:00 2001 From: zppzhangpan Date: Thu, 5 Jun 2025 16:47:39 +0800 Subject: [PATCH] undepend on harfbuzz --- freetype.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/freetype.spec b/freetype.spec index 306d07e..bf3c24e 100644 --- a/freetype.spec +++ b/freetype.spec @@ -2,11 +2,11 @@ %{!?with_xfree86:%define with_xfree86 1} -%bcond_without harfbuzz +%bcond_with harfbuzz Name: freetype Version: 2.13.3 -Release: 1 +Release: 2 Summary: FreeType is a freely available software library to render fonts License: (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND Zlib URL: https://www.freetype.org @@ -160,6 +160,9 @@ cp %{S:4} tests/data/ %{_mandir}/man1/* %changelog +* Thu Jun 5 2025 zhangpan - 2.13.3-2 +- undepend on harfbuzz + * Mon Aug 12 2024 Funda Wang - 2.13.3-1 - update to 2.13.3 - build with meson -- Gitee