From b1509333260daa359eb5d0035873fb0559fc1b5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Mar 2015 17:40:33 +0100 Subject: php*: raise dependency on gd 2.1.1 --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 8a58432..26eaf56 100644 --- a/php.spec +++ b/php.spec @@ -705,7 +705,12 @@ BuildRequires: t1lib-devel BuildRequires: libvpx-devel %endif %if %{with_libgd} -BuildRequires: gd-devel >= 2.1.0 +BuildRequires: gd-devel >= 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 %endif %description gd -- cgit