From 31c56e7028aeb402b326d0f41b29d12c92211ac9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Feb 2016 09:36:06 +0100 Subject: PHP 5.6.19RC1 --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index a7d7f44..0bc2bba 100644 --- a/php.spec +++ b/php.spec @@ -137,12 +137,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.18 +Version: 5.6.19 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -209,7 +209,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) @@ -911,7 +910,6 @@ support for using the enchant library to PHP. %endif # WIP patch -%patch401 -p1 -b .bug62172 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1806,6 +1804,9 @@ fi %changelog +* Thu Feb 18 2016 Remi Collet 5.6.19-0.1.RC1 +- update to 5.6.19RC1 + * 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