From 9a550010ddbbc506db7be4e962240eb0a8b2c8cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Aug 2014 16:52:20 +0200 Subject: php 5.5 / 5.6: enable libvpx on EL 6 (with libvpx 1.3.0) --- php56.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php56.spec b/php56.spec index 6cdd0d4..84b6af4 100644 --- a/php56.spec +++ b/php56.spec @@ -46,7 +46,7 @@ %global with_libpcre 0 %endif -%if 0%{?fedora} < 17 && 0%{?rhel} < 7 +%if 0%{?fedora} < 17 && 0%{?rhel} < 6 %global with_vpx 0 %else %global with_vpx 1 @@ -129,7 +129,7 @@ Version: 5.6.0 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.22.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist} +Release: 1%{?dist}.1 %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1914,6 +1914,9 @@ fi %changelog +* Fri Aug 29 2014 Remi Collet 5.6.0-1.1 +- enable libvpx on EL 6 (with libvpx 1.3.0) + * Thu Aug 28 2014 Remi Collet 5.6.0-1 - PHP 5.6.0 is GA - fix ZTS man pages, upstream patch for 67878 -- cgit