From 27e9cf8e86f6f7c80b207096100d4239f926111f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Dec 2021 11:07:13 +0100 Subject: ensure we use libgd >= 2.3 --- php.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 9496b5c..6e4961b 100644 --- a/php.spec +++ b/php.spec @@ -114,7 +114,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -726,12 +726,7 @@ License: PHP and BSD %endif Requires: %{?scl_prefix}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) @@ -1839,6 +1834,9 @@ fi %changelog +* Thu Dec 2 2021 Remi Collet - 7.4.27~RC1-2 +- ensure we use libgd >= 2.3 + * Wed Dec 1 2021 Remi Collet - 7.4.27~RC1-1 - update to 7.4.27RC1 - use oracle client library version 21.4 -- cgit