From 5fafa29b593f4dcc46a1a41c1755eaf64efb7db7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Feb 2023 08:39:11 +0100 Subject: Update to 8.2.2 - http://www.php.net/releases/8_2_2.php add dependency on pcre2 minimal version --- failed.txt | 2 +- php82.spec | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index ae614ec..a214bb0 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.2RC1 (2023-01-19) +===== 8.2.2 (2023-02-02) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php82.spec b/php82.spec index 4bdd8ec..f57c5f9 100644 --- a/php82.spec +++ b/php82.spec @@ -108,7 +108,7 @@ %bcond_with zip %global upver 8.2.2 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -206,7 +206,7 @@ BuildRequires: pkgconfig(libedit) %if %{with libpcre} BuildRequires: pkgconfig(libpcre2-8) >= 10.30 %else -Provides: bundled(pcre2) = 10.32 +Provides: bundled(pcre2) = 10.40 %endif %if %{with libxcrypt} BuildRequires: pkgconfig(libxcrypt) @@ -381,6 +381,12 @@ Summary: Common files for PHP # fileinfo is licensed under PHP version 3.0 # regex, libmagic are licensed under BSD License: PHP and BSD + +%if %{with libpcre} +%global pcre2_buildver %(pkg-config --silence-errors --modversion libpcre2-8 2>/dev/null || echo 10.30) +Requires: pcre2%{?_isa} >= %{pcre2_buildver} +%endif + # ABI/API check - Arch specific Provides: php(api) = %{apiver}-%{__isa_bits} Provides: php(zend-abi) = %{zendver}-%{__isa_bits} @@ -2176,6 +2182,10 @@ fi %changelog +* Wed Feb 1 2023 Remi Collet - 8.2.2-1 +- Update to 8.2.2 - http://www.php.net/releases/8_2_2.php +- add dependency on pcre2 minimal version + * Wed Jan 18 2023 Remi Collet - 8.2.2~RC1-1 - update to 8.2.2RC1 -- cgit