diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-yar.spec | 10 | 
3 files changed, 7 insertions, 9 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #112 yar version 2.1.1 ] { +Extension [ <persistent> extension #113 yar version 2.1.2 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -30,7 +30,7 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 2.1.2-1 +- update to 2.1.2 +  * Mon Mar 16 2020 Remi Collet <remi@remirepo.net> - 2.1.1-1  - update to 2.1.1  - drop patches merged upstream  | 
