diff options
| -rw-r--r-- | REFLECTION | 7 | ||||
| -rw-r--r-- | php-pecl-yar.spec | 7 | 
2 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #180 yar version 2.0.3 ] { +Extension [ <persistent> extension #187 yar version 2.0.4 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -32,12 +32,13 @@ Extension [ <persistent> extension #180 yar version 2.0.3 ] {      }    } -  - Constants [18] { -    Constant [ string YAR_VERSION ] { 2.0.3 } +  - Constants [19] { +    Constant [ string YAR_VERSION ] { 2.0.4 }      Constant [ integer YAR_OPT_PACKAGER ] { 1 }      Constant [ integer YAR_OPT_PERSISTENT ] { 2 }      Constant [ integer YAR_OPT_TIMEOUT ] { 4 }      Constant [ integer YAR_OPT_CONNECT_TIMEOUT ] { 8 } +    Constant [ integer YAR_OPT_HEADER ] { 16 }      Constant [ integer YAR_CLIENT_PROTOCOL_HTTP ] { 1 }      Constant [ integer YAR_CLIENT_PROTOCOL_TCP ] { 2 }      Constant [ integer YAR_CLIENT_PROTOCOL_UNIX ] { 4 } diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec index ea6a998..380312d 100644 --- a/php-pecl-yar.spec +++ b/php-pecl-yar.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-yar  # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -29,7 +29,7 @@  Summary:        Light, concurrent RPC framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        2.0.3 +Version:        2.0.4  %if 0%{?gh_date:1}  Release:        0.12.%{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 @@ -279,6 +279,9 @@ export YAR_API_PORT=8964  %changelog +* Mon Jan  1 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- Update to 2.0.4 +  * Tue Aug  1 2017 Remi Collet <remi@remirepo.net> - 2.0.3-1  - Update to 2.0.3  | 
