summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-07 07:39:38 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-07 07:39:38 +0200
commita32392977b03add684f40ec298fb324575ac3c66 (patch)
treee162675df58f18d05947f546204a4efc3d48a85f
parent2d435f748eb8b38cafe8c7bced681f84790c93ce (diff)
PHP 5.6.24RC1
-rw-r--r--failed.txt6
-rw-r--r--php.spec9
2 files changed, 10 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index f60adc8..e3a174d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,8 +1,8 @@
-===== 5.6.23 (2016-06-23)
+===== 5.6.24RC1 (2016-07-08)
$ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log
-/var/lib/mock/scl56el6x/build.log:Tests failed : 5
+/var/lib/mock/scl56el6x/build.log:Tests failed : 6
/var/lib/mock/scl56el7x/build.log:Tests failed : 5
/var/lib/mock/scl56fc21x/build.log:Tests failed : 0
/var/lib/mock/scl56fc22x/build.log:Tests failed : 0
@@ -15,6 +15,8 @@ el6x, el7x:
Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt]
Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt]
strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt]
+el6x
+ Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
* outdated tzdata cause date failure
diff --git a/php.spec b/php.spec
index c319c00..d6c98f4 100644
--- a/php.spec
+++ b/php.spec
@@ -137,12 +137,12 @@
%global db_devel libdb-devel
%endif
-#global rcver RC1
-%global rpmrel 1.1
+%global rcver RC1
+%global rpmrel 1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
-Version: 5.6.23
+Version: 5.6.24
%if 0%{?rcver:1}
Release: 0.%{rpmrel}.%{rcver}%{?dist}
%else
@@ -1813,6 +1813,9 @@ fi
%changelog
+* Thu Jul 7 2016 Remi Collet <remi@fedoraproject.org> 5.6.24-0.1.RC1
+- update to 5.6.24RC1
+
* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-1.1
- own tests/doc directories for pecl packages (f24)