summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-23 17:40:33 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-23 17:40:33 +0100
commit88cece3fc7f164283502729e5316c58043a6f050 (patch)
treeae8900306f70ca255b5d45496c0dabf86b069841
parentc6618edf08cc7c27b366456b0bed008b87cb3125 (diff)
php*: raise dependency on gd 2.1.1
-rw-r--r--php55.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/php55.spec b/php55.spec
index 87a2675..8e051f9 100644
--- a/php55.spec
+++ b/php55.spec
@@ -733,9 +733,11 @@ License: PHP and BSD
Requires: php-common%{?_isa} = %{version}-%{release}
BuildRequires: t1lib-devel
%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.0-3
+Requires: gd-last%{?_isa} >= 2.1.1
+%else
+Requires: gd%{?_isa} >= 2.1.1
%endif
%else
# Required to build the bundled GD library