diff options
| -rw-r--r-- | failed.txt | 12 | ||||
| -rw-r--r-- | php81.spec | 19 | 
2 files changed, 19 insertions, 12 deletions
| @@ -1,15 +1,17 @@ -===== 8.1.9 (2022-08-04) +===== 8.1.10RC1 (2022-08-18)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x81/build.log:Tests failed   :    0 -/var/lib/mock/el8x81/build.log:Tests failed   :    1 +/var/lib/mock/el7x81/build.log:Tests failed   :    1 +/var/lib/mock/el8x81/build.log:Tests failed   :    2  /var/lib/mock/el9x81/build.log:Tests failed   :    0  /var/lib/mock/fc34x81/build.log:Tests failed  :    0 -/var/lib/mock/fc35x81/build.log:Tests failed  :    0 +/var/lib/mock/fc35x81/build.log:Tests failed  :    1  /var/lib/mock/fc36x81/build.log:Tests failed  :    0 +el7x, el8x, fc35x: +	4	ext/date/tests/bug33415-2.phpt  el8x:  	5	ext/standard/tests/strings/setlocale_variation2.phpt @@ -19,4 +21,4 @@ el8x:  3	known issue  4	bugs related to tzdata  5	need investigation -6 	// issue +6 	// issue/etc/opt/remi/php70/php-fpm.d/www.conf @@ -24,7 +24,7 @@  %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.6 +%global oraclever 21.7  %global oraclelib 21.1  # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -107,9 +107,9 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.1.9 -#global rcver          RC1 -#global lower          RC1 +%global upver          8.1.10 +%global rcver          RC1 +%global lower          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -1020,9 +1020,9 @@ Summary: Internationalization extension for PHP applications  # All files licensed under PHP version 3.01  License: PHP  Requires: php-common%{?_isa} = %{version}-%{release} -BuildRequires: pkgconfig(icu-i18n) >= 69 -BuildRequires: pkgconfig(icu-io)   >= 69 -BuildRequires: pkgconfig(icu-uc)   >= 69 +BuildRequires: pkgconfig(icu-i18n) >= 71 +BuildRequires: pkgconfig(icu-io)   >= 71 +BuildRequires: pkgconfig(icu-uc)   >= 71  %if 0%{?rhel}  Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl  Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl @@ -2173,6 +2173,11 @@ fi  %changelog +* Wed Aug 17 2022 Remi Collet <remi@remirepo.net> - 8.1.10~RC1-1 +- update to 8.1.10RC1 +- use oracle client library version 21.7 +- use ICU 71.1 +  * Tue Aug  2 2022 Remi Collet <remi@remirepo.net> - 8.1.9-1  - Update to 8.1.9 - http://www.php.net/releases/8_1_9.php | 
