From 53fae6f1b8832e4d0d7aae041334be09b44ecf62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Nov 2021 09:13:55 +0100 Subject: disable libraqm usage on F35+ --- gd.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gd.spec b/gd.spec index 890a5f1..3f7b762 100644 --- a/gd.spec +++ b/gd.spec @@ -13,7 +13,13 @@ #global short %%(c=%%{commit}; echo ${c:0:7}) %bcond_without webp +%if 0%{?fedora} >= 35 +# disabled as breaks vertical text +# See https://bugzilla.redhat.com/2022957 +%bcond_with raqm +%else %bcond_without raqm +%endif %if 0%{?fedora} >= 33 %bcond_without avif @@ -45,7 +51,7 @@ Name: gd Name: gd-last %endif Version: 2.3.3 -Release: 1%{?prever}%{?short}%{?dist} +Release: 3%{?prever}%{?short}%{?dist} License: MIT URL: http://libgd.github.io/ %if 0%{?commit:1} @@ -203,6 +209,7 @@ export CFLAGS="$CFLAGS -ffp-contract=off" %configure \ + --enable-gd-formats \ --with-tiff=%{_prefix} \ %if %{with raqm} --with-raqm \ @@ -279,6 +286,13 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc %changelog +* Fri Nov 19 2021 Remi Collet - 2.3.3-3 +- disable libraqm usage on F35+ + +* Mon Sep 20 2021 Remi Collet - 2.3.3-2 +- Explicitly enable gd/gd2 formats, wanted by perl bindings (#2005916) +- open https://github.com/libgd/libgd/pull/776 + * Mon Sep 13 2021 Remi Collet - 2.3.3-1 - update to 2.3.3 - open https://github.com/libgd/libgd/pull/766 missing macros -- cgit