diff options
| -rw-r--r-- | failed.txt | 8 | ||||
| -rw-r--r-- | php.spec | 9 | 
2 files changed, 11 insertions, 6 deletions
| @@ -1,13 +1,15 @@ -===== 8.1.0beta2 (2021-08-05) +===== 8.1.0beta3 (2021-08-19)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl81el7x/build.log:Tests failed    :     0 -/var/lib/mock/scl81el8x/build.log:Tests failed     :    0 +/var/lib/mock/scl81el7x/build.log:Tests failed    :     1 +/var/lib/mock/scl81el8x/build.log:Tests failed     :    1  /var/lib/mock/scl81fc33x/build.log:Tests failed    :    0  /var/lib/mock/scl81fc34x/build.log:Tests failed    :    0 +el7x, el8x +	4	Bug #80963: DateTimeZone::getTransitions() truncated [ext/date/tests/bug80963.phpt]  (1)	proc_open give erratic test results :( @@ -103,12 +103,12 @@  %global gh_commit    c90c9c7545427d9d35cbac45c4ec896f54619744  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      20210809 +#global gh_date      20210809  %global gh_owner     php  %global gh_project   php-src  %global upver        8.1.0 -%global rcver        -dev -%global lower        DEV +%global rcver        beta3 +%global lower        beta3  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php @@ -1817,6 +1817,9 @@ fi  %changelog +* Mon Aug 23 2021 Remi Collet <remi@remirepo.net> - 8.1.0~beta3-1 +- update to 8.1.0beta3 +  * Mon Aug  9 2021 Remi Collet <remi@remirepo.net> - 8.1.0~DEV.20210809-1  - test build | 
