summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
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