diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-13 07:54:27 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-13 07:54:27 +0200 |
commit | 31bdac94f08c7e32577585e5ddd9b29e9c888473 (patch) | |
tree | 4bf53b0fa5a319cd407b84b027c2570f7a26f4d6 | |
parent | 48558e3d24275aa1fb40082f561664b51f0dfdf7 (diff) |
update to 8.1.0RC4
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php81.spec | 9 |
2 files changed, 8 insertions, 7 deletions
@@ -1,4 +1,4 @@ -===== 8.1.0RC3 (2021-09-30) +===== 8.1.0RC4 (2021-10-14) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -6,13 +6,11 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el8x81/build.log:Tests failed : 1 /var/lib/mock/fc33x/build.log:Tests failed : 0 /var/lib/mock/fc34x/build.log:Tests failed : 0 -/var/lib/mock/fc35x/build.log:Tests failed : 1 +/var/lib/mock/fc35x/build.log:Tests failed : 0 el7x, el8x: 4 Bug #80963: DateTimeZone::getTransitions() truncated [ext/date/tests/bug80963.phpt] -fc35x - 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] 1 proc_open give erratic test results :( @@ -93,13 +93,13 @@ %bcond_with zip %global upver 8.1.0 -%global rcver RC3 -%global lower RC3 +%global rcver RC4 +%global lower RC4 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2151,6 +2151,9 @@ fi %changelog +* Wed Oct 13 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC4-1 +- update to 8.1.0RC4 + * Fri Oct 1 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC3-3 - rebuild using ICU 69 |