diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-19 06:37:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-19 06:37:00 +0200 |
commit | d2a93d87bf4269ff90c7e35aa87097c6c76817c3 (patch) | |
tree | 8b0d089449574352298f6cab024e38d393b0cf18 | |
parent | 9cf84f506dd280fa55f4e5da46b0255e2fcf9b3a (diff) |
enable avif support in EL-8 and EL-9
-rw-r--r-- | gd.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 <remi@remirepo.net> - 2.3.3-8 +- enable avif support in EL-8 and EL-9 + * Thu Jun 23 2022 Remi Collet <remi@remirepo.net> - 2.3.3-7 - obsolete old gd-last packages |