Skip to content

Commit

Permalink
PHP 5.5.37
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jun 21, 2016
1 parent 82a1c54 commit a1f3d43
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
9 changes: 3 additions & 6 deletions php/php55/failed.txt
@@ -1,10 +1,10 @@
==== PHP 5.5.36 (2016-05-26)
==== PHP 5.5.37 (2016-06-23)

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

/var/lib/mock/el5i/build.log:Tests failed : 6
/var/lib/mock/el5i/build.log:Tests failed : 5
/var/lib/mock/el5x/build.log:Tests failed : 3
/var/lib/mock/el6i/build.log:Tests failed : 4
/var/lib/mock/el6i/build.log:Tests failed : 3
/var/lib/mock/el6x/build.log:Tests failed : 0
/var/lib/mock/el7x/build.log:Tests failed : 0

Expand All @@ -17,7 +17,4 @@ el6i
el5i, el6i
Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt]
Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt]
* Bug #72114 (Integer underflow / arbitrary null write in fread/gzread) [ext/standard/tests/file/bug72114.phpt]


* fixed upstream in next
6 changes: 5 additions & 1 deletion php/php55/php55.spec
Expand Up @@ -140,7 +140,7 @@

Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.5.36
Version: 5.5.37
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
Expand Down Expand Up @@ -1979,6 +1979,10 @@ fi


%changelog
* Tue Jun 21 2016 Remi Collet <remi@fedoraproject.org> 5.5.37-1
- Update to 5.5.37
http://www.php.net/releases/5_5_37.php

* Wed May 25 2016 Remi Collet <remi@fedoraproject.org> 5.5.36-1
- Update to 5.5.36
http://www.php.net/releases/5_5_36.php
Expand Down
2 changes: 1 addition & 1 deletion scl-php55/php/failed.txt
@@ -1,4 +1,4 @@
==== PHP 5.5.36 (2016-05-26)
==== PHP 5.5.37 (2016-06-23)

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

Expand Down
6 changes: 5 additions & 1 deletion scl-php55/php/php.spec
Expand Up @@ -139,7 +139,7 @@

Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: 5.5.36
Version: 5.5.37
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
Expand Down Expand Up @@ -1771,6 +1771,10 @@ fi


%changelog
* Tue Jun 21 2016 Remi Collet <remi@fedoraproject.org> 5.5.37-1
- Update to 5.5.37
http://www.php.net/releases/5_5_37.php

* Wed May 25 2016 Remi Collet <remi@fedoraproject.org> 5.5.36-1
- Update to 5.5.36
http://www.php.net/releases/5_5_36.php
Expand Down

0 comments on commit a1f3d43

Please sign in to comment.