diff options
| author | Remi Collet <remi@remirepo.net> | 2021-11-17 07:57:07 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-11-17 07:57:07 +0100 | 
| commit | 5089dde08a7e79fd72c2f8a4c97caa67ef74673e (patch) | |
| tree | e5e9fe53f66f6501f62bf49d00e93a2988af5b98 | |
| parent | 648112b1ac16f295b04348528e9eb2c26e65d547 (diff) | |
Update to 8.0.13 - http://www.php.net/releases/8_0_13.phpv8.0.13
| -rw-r--r-- | failed.txt | 5 | ||||
| -rw-r--r-- | php.spec | 9 | 
2 files changed, 11 insertions, 3 deletions
| @@ -1,9 +1,10 @@ -===== 8.0.13RC1 (2021-11-04) +===== 8.0.13 (2021-11-18) -$ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log +$ grep -ar 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/scl80el7x/build.log:Tests failed    :     0  /var/lib/mock/scl80el8x/build.log:Tests failed     :    0 +/var/lib/mock/scl80el9x/build.log:Tests failed     :    0  /var/lib/mock/scl80fc33x/build.log:Tests failed    :    0  /var/lib/mock/scl80fc34x/build.log:Tests failed    :    0  /var/lib/mock/scl80fc35x/build.log:Tests failed    :    0 @@ -68,7 +68,11 @@  %bcond_with           zip  # Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock.  %bcond_without        imap +%if 0%{?rhel} == 9 +%bcond_with           firebird +%else  %bcond_without        firebird +%endif  %bcond_without        freetds  %bcond_without        tidy  %bcond_without        sqlite3 @@ -116,7 +120,7 @@  %global gh_owner     php  %global gh_project   php-src  %global upver        8.0.13 -%global rcver        RC1 +#global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php @@ -1854,6 +1858,9 @@ fi  %changelog +* Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 8.0.13-1 +- Update to 8.0.13 - http://www.php.net/releases/8_0_13.php +  * Wed Nov  3 2021 Remi Collet <remi@remirepo.net> - 8.0.13~RC1-1  - update to 8.0.13RC1 | 
