From bea0f23e6a7a93696b83f18d2790e9871fdba9b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Oct 2022 12:48:01 +0200 Subject: update to 2.2.0RC2 --- PHPINFO | 2 +- REFLECTION | 20 ++++++++++---------- php-pecl-msgpack.spec | 19 ++++++------------- 3 files changed, 17 insertions(+), 24 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2042bf2..c69034f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,7 +3,7 @@ msgpack MessagePack Support => enabled Session Support => enabled -extension Version => 2.2.0RC1 +extension Version => 2.2.0RC2 header Version => 3.2.0 Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 699cecd..4451332 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 msgpack version 2.2.0RC1 ] { +Extension [ extension #86 msgpack version 2.2.0RC2 ] { - INI { Entry [ msgpack.error_display ] @@ -30,7 +30,7 @@ Extension [ extension #87 msgpack version 2.2.0RC1 ] { - Parameters [2] { Parameter #0 [ $str ] - Parameter #1 [ $object ] + Parameter #1 [ $object = ] } } Function [ function msgpack_pack ] { @@ -43,7 +43,7 @@ Extension [ extension #87 msgpack version 2.2.0RC1 ] { - Parameters [2] { Parameter #0 [ $str ] - Parameter #1 [ $object ] + Parameter #1 [ $object = ] } } } @@ -68,7 +68,7 @@ Extension [ extension #87 msgpack version 2.2.0RC1 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $opt ] + Parameter #0 [ $opt = ] } } @@ -91,7 +91,7 @@ Extension [ extension #87 msgpack version 2.2.0RC1 ] { - Parameters [2] { Parameter #0 [ $str ] - Parameter #1 [ $object ] + Parameter #1 [ $object = ] } } @@ -121,11 +121,11 @@ Extension [ extension #87 msgpack version 2.2.0RC1 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $opt ] + Parameter #0 [ $opt = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -149,15 +149,15 @@ Extension [ extension #87 msgpack version 2.2.0RC1 ] { Method [ public method execute ] { - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ &$offset ] + Parameter #0 [ $str = ] + Parameter #1 [ &$offset = ] } } Method [ public method data ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ $object = ] } } diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 77c6d34..3fa4910 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -23,8 +23,8 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 2.2.0 -%global upstream_prever RC1 -%global upstream_lower RC1 +%global upstream_prever RC2 +%global upstream_lower RC2 # to use system library %bcond_with msgpack @@ -41,7 +41,7 @@ URL: https://pecl.php.net/package/msgpack Release: 0.7.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif @@ -201,16 +201,6 @@ rm */tests/034.phpt # too slow rm */tests/035.phpt %endif -%if "%{php_version}" > "8.0" -rm */tests/007.phpt -rm */tests/008.phpt -rm */tests/009a.phpt -rm */tests/013.phpt -rm */tests/014.phpt -rm */tests/024.phpt -rm */tests/033.phpt -rm */tests/bug013.phpt -%endif cd NTS : Minimal load test for NTS extension @@ -287,6 +277,9 @@ fi %changelog +* Fri Oct 7 2022 Remi Collet - 2.2.0~RC2-1 +- update to 2.2.0RC2 + * Fri Sep 9 2022 Remi Collet - 2.2.0~RC1-8 - ignore 8 failed tests with PHP 8.2 -- cgit