diff options
-rw-r--r-- | failed.txt | 7 | ||||
-rw-r--r-- | php.spec | 5 |
2 files changed, 8 insertions, 4 deletions
@@ -1,8 +1,8 @@ -===== 8.2.19RC1 (2024-04-25) +===== 8.2.19 (2024-04-09) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl82el7x/build.log:Tests failed : 0 +/var/lib/mock/scl82el7x/build.log:Tests failed : 1 /var/lib/mock/scl82el8a/build.log:Tests failed : 0 /var/lib/mock/scl82el8x/build.log:Tests failed : 0 /var/lib/mock/scl82el9a/build.log:Tests failed : 1 @@ -13,7 +13,8 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl82fc40a/build.log:Tests failed : 0 /var/lib/mock/scl82fc40x/build.log:Tests failed : 0 - +el7: + 3 ext/openssl/tests/openssl_error_string_basic.phpt el9: 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] @@ -130,7 +130,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.19 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1862,6 +1862,9 @@ fi %changelog +* Mon May 13 2024 Remi Collet <remi@remirepo.net> - 8.2.19-1 +- Update to 8.2.19 - http://www.php.net/releases/8_2_19.php + * Wed Apr 24 2024 Remi Collet <remi@remirepo.net> - 8.2.19~RC1-1 - update to 8.2.19RC1 - use oracle client library version 19.22 on aarch64 |