From 9cefccceeb9c54183db6fb7d3dbc8535a9175b04 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Sep 2014 20:24:50 +0200 Subject: php 5.4/5.5: ensure gd-last 2.1.0-3, with libvpx support, is used --- php55.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php55.spec b/php55.spec index 931b567..0e39fa6 100644 --- a/php55.spec +++ b/php55.spec @@ -129,7 +129,7 @@ Version: 5.5.16 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist}.1 +Release: 1%{?dist}.2 %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -736,6 +736,9 @@ Requires: php-common%{?_isa} = %{version}-%{release} BuildRequires: t1lib-devel %if %{with_libgd} BuildRequires: gd-devel >= 2.1.0 +%if 0%{?fedora} <= 19 && 0%{?rhel} <= 7 +Requires: gd-last%{?_isa} >= 2.1.0-3 +%endif %else # Required to build the bundled GD library BuildRequires: libjpeg-devel @@ -1943,6 +1946,9 @@ fi %changelog +* Wed Sep 3 2014 Remi Collet 5.5.16-1.2 +- ensure gd-last 2.1.0-3, with libvpx support, is used + * Fri Aug 29 2014 Remi Collet 5.5.16-1.1 - enable libvpx on EL 6 (with libvpx 1.3.0) -- cgit