summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-02 11:07:04 +0100
committerRemi Collet <remi@php.net>2021-12-02 11:07:04 +0100
commit81292e85e085fec64dbeb705dd49a59eafe49f46 (patch)
tree11abc75d846b2c08b30883acd4c53ccd2a1903fb
parent97d96c3a62e08d8e80ccfcc4d088c53b17c7face (diff)
ensure we use libgd >= 2.3
-rw-r--r--php74.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/php74.spec b/php74.spec
index 39a4cdc..2776b11 100644
--- a/php74.spec
+++ b/php74.spec
@@ -100,7 +100,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -840,12 +840,7 @@ License: PHP and BSD
%endif
Requires: php-common%{?_isa} = %{version}-%{release}
%if %{with_libgd}
-BuildRequires: pkgconfig(gdlib) >= 2.1.1
-%if 0%{?fedora} <= 19 && 0%{?rhel} <= 7
-Requires: gd-last%{?_isa} >= 2.1.1
-%else
-Requires: gd%{?_isa} >= 2.1.1
-%endif
+BuildRequires: pkgconfig(gdlib) >= 2.3
%else
# Required to build the bundled GD library
BuildRequires: pkgconfig(zlib)
@@ -2175,6 +2170,9 @@ fi
%changelog
+* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 7.4.27~RC1-2
+- ensure we use libgd >= 2.3
+
* Wed Dec 1 2021 Remi Collet <remi@remirepo.net> - 7.4.27~RC1-1
- update to 7.4.27RC1
- use oracle client library version 21.4