diff options
| author | Remi Collet <remi@remirepo.net> | 2022-03-29 08:26:41 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-03-29 08:26:41 +0200 | 
| commit | ba0f31ef0c5c92298a8faa0504fbe884bb1ee826 (patch) | |
| tree | 236b8e69bcc34b3cb410ce45fa5938d94720b0fc | |
| parent | 996c8728cb22e41f1c85787e7f400f249c993be3 (diff) | |
rename to gd3php on EL-9
| -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  | 
