diff options
| -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  | 
