summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-29 16:52:20 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-29 16:52:20 +0200
commit9a550010ddbbc506db7be4e962240eb0a8b2c8cc (patch)
tree73ccd8b5553d03f990d75bb39285788db0676aca /php56.spec
parent4735942d835d7922db570aab4a4bf165b427200c (diff)
php 5.5 / 5.6: enable libvpx on EL 6 (with libvpx 1.3.0)
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec7
1 files 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 <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