From d2a93d87bf4269ff90c7e35aa87097c6c76817c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jul 2022 06:37:00 +0200 Subject: enable avif support in EL-8 and EL-9 --- gd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gd.spec b/gd.spec index 16b8eec..bf4fa74 100644 --- a/gd.spec +++ b/gd.spec @@ -28,7 +28,7 @@ %bcond_without raqm %endif -%if 0%{?fedora} >= 33 +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8 %bcond_without avif %else # Not available or too old @@ -58,7 +58,7 @@ Name: gd3php Name: gd %endif Version: 2.3.3 -Release: 7%{?prever}%{?short}%{?dist} +Release: 8%{?prever}%{?short}%{?dist} License: MIT URL: http://libgd.github.io/ %if 0%{?commit:1} @@ -302,6 +302,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc %changelog +* Tue Jul 19 2022 Remi Collet - 2.3.3-8 +- enable avif support in EL-8 and EL-9 + * Thu Jun 23 2022 Remi Collet - 2.3.3-7 - obsolete old gd-last packages -- cgit