From 014c5c6cc043c771d44223df98ba6d4d57cbee55 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Oct 2016 15:10:54 +0200 Subject: PHP 5.6.27 --- php56.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index 776a97e..f77ae49 100644 --- a/php56.spec +++ b/php56.spec @@ -143,7 +143,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -956,7 +956,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %endif %patch40 -p1 -b .dlopen -%if 0%{?fedora} >= 19 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 23 || 0%{?rhel} >= 5 %patch42 -p1 -b .systzdata %endif %patch43 -p1 -b .headers @@ -1997,6 +1997,9 @@ fi %changelog +* Fri Oct 14 2016 Remi Collet 5.6.27-1 +- Update to 5.6.27 - http://www.php.net/releases/5_6_27.php + * Thu Sep 29 2016 Remi Collet 5.6.27-0.1.RC1 - update to 5.6.27RC1 -- cgit