summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-17 09:26:23 +0100
committerRemi Collet <remi@php.net>2022-11-17 09:26:23 +0100
commitd72b5c4a1a5ab6f7f03ab4ccffaffa22a4bde677 (patch)
tree3010dce104315de0f39d95d1f2de5417c17cf399
parentd2a93d87bf4269ff90c7e35aa87097c6c76817c3 (diff)
EL-9 rebuild for new libavif
-rw-r--r--gd.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/gd.spec b/gd.spec
index bf4fa74..cde3cc4 100644
--- a/gd.spec
+++ b/gd.spec
@@ -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