diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-29 16:52:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-29 16:52:20 +0200 |
commit | 8042b9162a4325f381747fee42f05b43e62d1640 (patch) | |
tree | 472f9bdc151ca73f73d5034248c0e9b72e1a8d5e | |
parent | e95f0fabb1434d5414af12858ae8697a4bc1c20d (diff) |
php 5.5 / 5.6: enable libvpx on EL 6 (with libvpx 1.3.0)
-rw-r--r-- | php55.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -49,7 +49,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.5.16 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?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 @@ -1943,6 +1943,9 @@ fi %changelog +* Fri Aug 29 2014 Remi Collet <remi@fedoraproject.org> 5.5.16-1.1 +- enable libvpx on EL 6 (with libvpx 1.3.0) + * Wed Aug 20 2014 Remi Collet <rcollet@redhat.com> 5.5.16-1 - Update to 5.5.16 http://www.php.net/releases/5_5_16.php |