diff options
-rw-r--r-- | gd.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -12,7 +12,7 @@ #global commit 725ba9de4005144d137d2a7a70f760068fc3d306 #global short %%(c=%%{commit}; echo ${c:0:7}) -%if 0%{?rhel} >= 7 && 0%{?rhel} <= 8 +%if 0%{?rhel} >= 7 && 0%{?rhel} <= 9 %bcond_without bump %else %bcond_with bump @@ -57,7 +57,7 @@ Name: gd3php Name: gd %endif Version: 2.3.3 -Release: 4%{?prever}%{?short}%{?dist} +Release: 5%{?prever}%{?short}%{?dist} License: MIT URL: http://libgd.github.io/ %if 0%{?commit:1} @@ -294,6 +294,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc %changelog +* Tue Mar 29 2022 Remi Collet <remi@remirepo.net> - 2.3.3-5 +- rename to gd3php on EL-9 + * Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 2.3.3-4 - rename to gd3php on EL-7 and EL-8 https://github.com/remicollet/remirepo/issues/194 |