From 95680abeaf15c351fa67d0acbb7e13b948efbb78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 3 May 2014 09:59:42 +0200 Subject: PHP 5.6.0beta2 --- php56.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index 02c55b0..ca3dd28 100644 --- a/php56.spec +++ b/php56.spec @@ -118,13 +118,13 @@ %endif #global snapdate 201404090430 -%global rcver beta1 +%global rcver beta2 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.0 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.6.%{?snapdate}%{?rcver}%{?dist} +Release: 0.7.%{?snapdate}%{?rcver}%{?dist} %else Release: 1%{?dist} %endif @@ -164,6 +164,7 @@ Patch5: php-5.2.0-includedir.patch Patch6: php-5.2.4-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-5.4.7-libdb.patch +Patch9: php-5.6.0-readline.patch # Fixes for extension modules # https://bugs.php.net/63171 no odbc call during timeout @@ -890,6 +891,7 @@ rm -rf ext/json %patch6 -p1 -b .embed %patch7 -p1 -b .recode %patch8 -p1 -b .libdb +%patch9 -p1 -b .readline %patch21 -p1 -b .odbctimer @@ -1909,6 +1911,9 @@ fi %changelog +* Sat May 3 2014 Remi Collet 5.6.0-0.7.beta2 +- php 5.6.0beta2 + * Thu Apr 10 2014 Remi Collet 5.6.0-0.6.beta1 - php 5.6.0beta1 -- cgit