diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-07 12:48:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-07 12:48:01 +0200 |
commit | bea0f23e6a7a93696b83f18d2790e9871fdba9b8 (patch) | |
tree | 48e2a3b3e862668bf029c866c9947830227a5c16 /php-pecl-msgpack.spec | |
parent | 2cf9d75dee8051596ac40ff288abda350f1d1bbb (diff) |
update to 2.2.0RC2
Diffstat (limited to 'php-pecl-msgpack.spec')
-rw-r--r-- | php-pecl-msgpack.spec | 19 |
1 files changed, 6 insertions, 13 deletions
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 <remi@remirepo.net> - 2.2.0~RC2-1 +- update to 2.2.0RC2 + * Fri Sep 9 2022 Remi Collet <remi@remirepo.net> - 2.2.0~RC1-8 - ignore 8 failed tests with PHP 8.2 |