From be718bee8dd500b89016ae46e38d3837de1b1f7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Nov 2021 07:37:35 +0100 Subject: update to 8.1.0 GA --- failed.txt | 4 ++-- php.ini | 4 ++-- php81.spec | 10 ++++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 3bff648..f90d787 100644 --- a/failed.txt +++ b/failed.txt @@ -1,6 +1,6 @@ -===== 8.1.0RC6 (2021-11-11) +===== 8.1.0 (2021-11-25) -$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log +$ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x/build.log:Tests failed : 1 /var/lib/mock/el8x81/build.log:Tests failed : 1 diff --git a/php.ini b/php.ini index fce542f..07b7a0f 100644 --- a/php.ini +++ b/php.ini @@ -1555,8 +1555,8 @@ zend.assertions = -1 ; This directive specifies the regex pattern of content types for which mb_output_handler() ; is activated. -; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml) -;mbstring.http_output_conv_mimetype= +; Default: mbstring.http_output_conv_mimetypes=^(text/|application/xhtml\+xml) +;mbstring.http_output_conv_mimetypes= ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar ; to the pcre.recursion_limit for PCRE. diff --git a/php81.spec b/php81.spec index b6baacf..b869f0b 100644 --- a/php81.spec +++ b/php81.spec @@ -55,8 +55,7 @@ %bcond_with qdbm %endif -# TODO change when 8.5 released (libxcrypt 4.1.1-6) -%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8 # switch to bundled library using --without libxcrypt %bcond_without libxcrypt %else @@ -113,8 +112,8 @@ %bcond_with zip %global upver 8.1.0 -%global rcver RC6 -%global lower RC6 +#global rcver RC6 +#global lower RC6 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2183,6 +2182,9 @@ fi %changelog +* Wed Nov 24 2021 Remi Collet - 8.1.0-1 +- update to 8.1.0 GA + * Wed Nov 10 2021 Remi Collet - 8.1.0~RC6-1 - update to 8.1.0RC6 -- cgit