summaryrefslogtreecommitdiffstats
path: root/php56.spec
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
commit3ea5034b1af09ce9e90c819469d5df90a77bad55 (patch)
treea4ae6a21b369766c025cb884907401ba80b0e063 /php56.spec
parent3d5a931c236c52348f42c9b3e0b4be8ed48a6560 (diff)
php*: raise dependency on gd 2.1.1
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/php56.spec b/php56.spec
index e1e940c..a1944dd 100644
--- a/php56.spec
+++ b/php56.spec
@@ -752,9 +752,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