diff --git a/freetype.spec b/freetype.spec index 306d07e28ab1dbceb8de64e729d565e861b821bd..bf3c24e711b793d323e4355001f4017e77d10b43 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