From f8826cd8c926c93ca502fc03860fb6ce77132537 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Nov 2021 09:09:33 +0100 Subject: [PATCH] disable libraqm usage, see #2022957 (cherry picked from commit 0e79f9e82b49739a1d9b446c6a9518943578def4) --- gd.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gd.spec b/gd.spec index 3ec515b..ec4cbbf 100644 --- a/gd.spec +++ b/gd.spec @@ -5,9 +5,11 @@ %else # Enabled by default %bcond_without liq -%bcond_without raqm %bcond_without avif %endif +# disabled as breaks vertical text +# See https://bugzilla.redhat.com/2022957 +%bcond_with raqm # Not available in Fedora, only in rpmfusion # Also see https://github.com/libgd/libgd/issues/678 segfault %bcond_with heif @@ -16,7 +18,7 @@ Summary: A graphics library for quick creation of PNG or JPEG images Name: gd Version: 2.3.2 -Release: 9%{?prever}%{?short}%{?dist} +Release: 10%{?prever}%{?short}%{?dist} License: MIT URL: http://libgd.github.io/ %if 0%{?commit:1} @@ -185,6 +187,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc %changelog +* Fri Nov 19 2021 Remi Collet - 2.3.2-10 +- disable libraqm usage, see #2022957 + * Tue Jul 27 2021 Florian Weimer - 2.3.2-9 - Rebuild again for libavif soname bump