diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php81.spec | 8 | 
2 files changed, 8 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -===== 8.1.14RC1 (2022-12-15) +===== 8.1.14 (2023-01-05)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -108,7 +108,7 @@  %bcond_with            zip  %global upver          8.1.14 -%global rcver          RC1 +#global rcver          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -1158,6 +1158,9 @@ in pure PHP.  %setup -q -n php-%{upver}%{?rcver} +# Corrupted MacOS archive +find . -name '._*' -delete +  %patch1 -p1 -b .mpmcheck  %patch5 -p1 -b .includedir  %patch6 -p1 -b .embed @@ -2175,6 +2178,9 @@ fi  %changelog +* Wed Jan  4 2023 Remi Collet <remi@remirepo.net> - 8.1.14-1 +- Update to 8.1.14 - http://www.php.net/releases/8_1_14.php +  * Mon Dec 12 2022 Remi Collet <remi@remirepo.net> - 8.1.14~RC1-1  - update to 8.1.14RC1  - use oracle client library version 21.8 | 
