From f573bafda4d4ea967d7fb6d2c995eaa89d30ad2b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jan 2018 18:15:32 +0100 Subject: v2.0.4 --- REFLECTION | 7 ++++--- php-pecl-yar.spec | 7 +++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 068bfb2..1b49ff8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #180 yar version 2.0.3 ] { +Extension [ extension #187 yar version 2.0.4 ] { - Dependencies { Dependency [ json (Required) ] @@ -32,12 +32,13 @@ Extension [ 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 - 2.0.4-1 +- Update to 2.0.4 + * Tue Aug 1 2017 Remi Collet - 2.0.3-1 - Update to 2.0.3 -- cgit