From 666de453097255c86c33f0577bda10571c9373d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2020 12:59:30 +0200 Subject: v2.1.2 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-yar.spec | 10 ++++------ 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9717705..502f90a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ yar yar support => enabled -Version => 2.1.1 +Version => 2.1.2 Directive => Local Value => Master Value yar.packager => msgpack => msgpack diff --git a/REFLECTION b/REFLECTION index f6dba11..d7e55bf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #112 yar version 2.1.1 ] { +Extension [ extension #113 yar version 2.1.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -30,7 +30,7 @@ Extension [ extension #112 yar version 2.1.1 ] { } - Constants [20] { - Constant [ string YAR_VERSION ] { 2.1.1 } + Constant [ string YAR_VERSION ] { 2.1.2 } Constant [ int YAR_OPT_PACKAGER ] { 1 } Constant [ int YAR_OPT_PERSISTENT ] { 2 } Constant [ int YAR_OPT_TIMEOUT ] { 4 } diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec index d661529..2cf3bc3 100644 --- a/php-pecl-yar.spec +++ b/php-pecl-yar.spec @@ -19,17 +19,12 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name yar %global with_tests %{?_without_tests:0}%{!?_without_tests:1} -%if "%{php_version}" < "5.6" -# After json, msgpack -%global ini_name %{pecl_name}.ini -%else # After 40-json, 40-msgpack %global ini_name 50-%{pecl_name}.ini -%endif Summary: Light, concurrent RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.1.1 +Version: 2.1.2 %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 @@ -263,6 +258,9 @@ export YAR_API_PORT=$(%{__php} -r 'echo 8960 + PHP_MAJOR_VERSION*100 + PHP_MINOR %changelog +* Tue Mar 31 2020 Remi Collet - 2.1.2-1 +- update to 2.1.2 + * Mon Mar 16 2020 Remi Collet - 2.1.1-1 - update to 2.1.1 - drop patches merged upstream -- cgit