diff options
-rw-r--r-- | gd.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -12,6 +12,8 @@ #global commit 725ba9de4005144d137d2a7a70f760068fc3d306 #global short %%(c=%%{commit}; echo ${c:0:7}) +%bcond_without tests + %if 0%{?rhel} >= 7 && 0%{?rhel} <= 9 %bcond_without bump %else @@ -58,7 +60,7 @@ Name: gd3php Name: gd %endif Version: 2.3.3 -Release: 8%{?prever}%{?short}%{?dist} +Release: 9%{?prever}%{?short}%{?dist} License: MIT URL: http://libgd.github.io/ %if 0%{?commit:1} @@ -258,6 +260,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.la rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.a +%if %{with tests} %check XFAIL_TESTS="" %if 0%{?fedora} <= 28 && 0%{?rhel} <= 7 @@ -275,6 +278,7 @@ make check %{?_smp_mflags} : Check content of pkgconfig grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc +%endif %if 0%{?fedora} < 28 && 0%{?rhel} < 8 @@ -302,6 +306,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc %changelog +* Thu Nov 17 2022 Remi Collet <remi@remirepo.net> - 2.3.3-9 +- EL-9 rebuild for new libavif + * Tue Jul 19 2022 Remi Collet <remi@remirepo.net> - 2.3.3-8 - enable avif support in EL-8 and EL-9 |