From 09607088e61111dfaa7338e5c2c93862c617368a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 May 2022 09:33:19 +0200 Subject: update to 2.3.0 --- php-pecl-yar.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-yar.spec') diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec index 3a00c7c..3576c5f 100644 --- a/php-pecl-yar.spec +++ b/php-pecl-yar.spec @@ -25,7 +25,7 @@ Summary: Light, concurrent RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.2.1 +Version: 2.3.0 %if 0%{?gh_date:1} Release: 0.14.%{gh_date}git%{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 @@ -125,7 +125,6 @@ extension=%{pecl_name}.so ;yar.expose_info=On ;yar.packager=msgpack ;yar.timeout=5000 -;yar.transport=curl EOF @@ -223,6 +222,8 @@ rm ?TS/tests/022.phpt %if %{with tests} cd NTS +: erratic results +#rm tests/047.phpt : Create test configuration export TEST_PHP_EXECUTABLE=%{__php} @@ -254,6 +255,9 @@ export YAR_API_PORT=$(%{__php} -r 'echo 8960 + PHP_MAJOR_VERSION*100 + PHP_MINOR %changelog +* Mon Apr 25 2022 Remi Collet - 2.3.0-1 +- update to 2.3.0 + * Mon Dec 20 2021 Remi Collet - 2.2.1-1 - update to 2.2.1 -- cgit