Skip to content

Commit

Permalink
PHP 5.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jul 21, 2016
1 parent 41b153c commit df93292
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion php/php56/failed.txt
@@ -1,4 +1,4 @@
===== 5.6.23 (2016-06-23)
===== 5.6.24 (2016-07-21)

$ grep -r 'Tests failed' /var/lib/mock/56*/build.log

Expand Down
7 changes: 5 additions & 2 deletions php/php56/php56.spec
Expand Up @@ -145,8 +145,8 @@

Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.23
Release: 1.1%{?dist}
Version: 5.6.24
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
Expand Down Expand Up @@ -1989,6 +1989,9 @@ fi


%changelog
* Thu Jul 21 2016 Remi Collet <remi@fedoraproject.org> 5.6.24-1
- Update to 5.6.24 - http://www.php.net/releases/5_6_24.php

* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-1.1
- own tests/doc directories for pecl packages (f24)

Expand Down
6 changes: 2 additions & 4 deletions scl-php56/php/failed.txt
@@ -1,8 +1,8 @@
===== 5.6.24RC1 (2016-07-08)
===== 5.6.24 (2016-07-21)

$ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log

/var/lib/mock/scl56el6x/build.log:Tests failed : 6
/var/lib/mock/scl56el6x/build.log:Tests failed : 5
/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
Expand All @@ -15,8 +15,6 @@ 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
Expand Down
5 changes: 4 additions & 1 deletion scl-php56/php/php.spec
Expand Up @@ -137,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
Expand Down Expand Up @@ -1813,6 +1813,9 @@ fi


%changelog
* Thu Jul 21 2016 Remi Collet <remi@fedoraproject.org> 5.6.24-1
- Update to 5.6.24 - http://www.php.net/releases/5_6_24.php

* Thu Jul 7 2016 Remi Collet <remi@fedoraproject.org> 5.6.24-0.1.RC1
- update to 5.6.24RC1

Expand Down

0 comments on commit df93292

Please sign in to comment.