diff options
| -rw-r--r-- | failed.txt | 14 | ||||
| -rw-r--r-- | php.spec | 10 | 
2 files changed, 12 insertions, 12 deletions
@@ -1,12 +1,12 @@ -===== 8.1.28 (2024-04-11) +===== 8.1.29 (2024-06-06)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/scl81el7x/build.log:Tests failed    :     0 -/var/lib/mock/scl81el8a/build.log:Tests failed     :    0 -/var/lib/mock/scl81el8x/build.log:Tests failed     :    0 -/var/lib/mock/scl81el9a/build.log:Tests failed     :    3 -/var/lib/mock/scl81el9x/build.log:Tests failed     :    3 +/var/lib/mock/scl81el8a/build.log:Tests failed     :    2 +/var/lib/mock/scl81el8x/build.log:Tests failed     :    2 +/var/lib/mock/scl81el9a/build.log:Tests failed     :    2 +/var/lib/mock/scl81el9x/build.log:Tests failed     :    2  /var/lib/mock/scl81fc38x/build.log:Tests failed    :    2  /var/lib/mock/scl81fc39a/build.log:Tests failed    :    2  /var/lib/mock/scl81fc39x/build.log:Tests failed    :    2 @@ -14,9 +14,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/scl81fc40x/build.log:Tests failed    :    3 -el9: -	3	GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] -fc38, fc39: +all:  	3	openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt]  	3	openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt]  fc40: @@ -50,9 +50,9 @@  %global mysql_sock %(mysql_config --socket  2>/dev/null || echo /var/lib/mysql/mysql.sock)  %ifarch aarch64 -%global oraclever 19.19 +%global oraclever 19.22  %global oraclelib 19.1 -%global oracledir 19.19 +%global oracledir 19.22  %else  %global oraclever 21.13  %global oraclelib 21.1 @@ -129,8 +129,7 @@  #global gh_date      20210809  %global gh_owner     php  %global gh_project   php-src -%global upver        8.1.28 -#global rcver        RC1 +%global upver        8.1.29  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php @@ -1867,6 +1866,9 @@ fi  %changelog +* Wed Jun  5 2024 Remi Collet <remi@remirepo.net> - 8.1.29-1 +- Update to 8.1.29 - http://www.php.net/releases/8_1_29.php +  * Wed Apr 10 2024 Remi Collet <remi@remirepo.net> - 8.1.28-1  - Update to 8.1.28 - http://www.php.net/releases/8_1_28.php  | 
