diff options
-rw-r--r-- | php56.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 <remi@fedoraproject.org> 5.6.0-1.1 +- enable libvpx on EL 6 (with libvpx 1.3.0) + * Thu Aug 28 2014 Remi Collet <remi@fedoraproject.org> 5.6.0-1 - PHP 5.6.0 is GA - fix ZTS man pages, upstream patch for 67878 |