From ee870e0fdf1d6de70e4368f9cb9acd810c5f73ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Mar 2016 08:20:25 +0100 Subject: PHP 5.6.19 --- php56.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index 1448e9b..87dd224 100644 --- a/php56.spec +++ b/php56.spec @@ -145,7 +145,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.18 +Version: 5.6.19 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else @@ -222,7 +222,6 @@ Patch300: php-5.6.3-datetests.patch Patch301: php-5.6.0-oldpcre.patch # WIP -Patch401: php-bug62172.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -997,7 +996,6 @@ rm -rf ext/json %endif # WIP patch -%patch401 -p1 -b .bug62172 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1996,6 +1994,10 @@ fi %changelog +* Thu Mar 3 2016 Remi Collet 5.6.19-1 +- Update to 5.6.19 + http://www.php.net/releases/5_6_19.php + * Wed Feb 3 2016 Remi Collet 5.6.18-1 - Update to 5.6.18 http://www.php.net/releases/5_6_18.php -- cgit