From 168298a8cde71335a7a5d8d4210e7e64cf2be721 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(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c1459bb..a015b55 100644 --- a/php.spec +++ b/php.spec @@ -691,7 +691,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