summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-23 10:43:03 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-23 10:43:03 +0200
commitc40ba0efc45d83cdcd008206bfe3515ebfa358bf (patch)
tree83b390a59f44c0b5c43015ba2e2a19aeb473b974 /php56.spec
parent8316cce0272673db2a6f2de8193ec2860e384374 (diff)
PHP 5.6: fix phpdbg with libedit https://bugs.php.net/67499
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php56.spec b/php56.spec
index aaad8bf..ef7014a 100644
--- a/php56.spec
+++ b/php56.spec
@@ -104,11 +104,8 @@
%else
%global with_libgd 1
%endif
-%if 0%{?fedora} < 17 && 0%{?rhel} < 7
+
%global with_libzip 0
-%else
-%global with_libzip 1
-%endif
%global with_zip 0
%if 0%{?fedora} < 18 && 0%{?rhel} < 7
@@ -124,7 +121,7 @@ Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.0
%if 0%{?snapdate:1}%{?rcver:1}
-Release: 0.13.%{?snapdate}%{?rcver}%{?dist}
+Release: 0.14.%{?snapdate}%{?rcver}%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -185,6 +182,7 @@ Patch47: php-5.4.9-phpinfo.patch
Patch91: php-5.3.7-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-phpdbg.patch
# Security fixes (200+)
@@ -908,6 +906,7 @@ rm -rf ext/json
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p0 -b .libedit
# security patches
@@ -1912,6 +1911,9 @@ fi
%changelog
+* Mon Jun 23 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.14.RC1
+- fix phpdbg with libedit https://bugs.php.net/67499
+
* Thu Jun 19 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.13.RC1
- php 5.6.0RC1