From cad30b22dd4a2426e82198c7f3bb231269c5d9db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jun 2015 08:49:02 +0200 Subject: PHP 5.6.10 --- failed.txt | 2 +- php.spec | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 768ed25..0e431e8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.10RC1 +===== 5.6.10 $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log diff --git a/php.spec b/php.spec index 34bda29..cff0fde 100644 --- a/php.spec +++ b/php.spec @@ -1,3 +1,13 @@ +# remirepo spec file for php56-php +# with SCL and backport stuff, adapted from +# +# Fedora spec file for php +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please preserve changelog entries +# %if 0%{?scl:1} %scl_package php %else @@ -127,7 +137,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 @@ -1780,6 +1790,10 @@ fi %changelog +* Thu Jun 11 2015 Remi Collet 5.6.10-1 +- Update to 5.6.10 + http://www.php.net/releases/5_6_10.php + * Thu May 28 2015 Remi Collet 5.6.10-0.1.RC1 - update to 5.6.10RC1 - opcache is now 7.0.6-dev -- cgit