From 394ea59e9bd6cb5a99056c0511612aca1e6f5e7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Jan 2017 08:37:16 +0100 Subject: php-pecl-gearman: 2.0.3 --- REFLECTION-DEV | 8 +++----- php-pecl-gearman-dev.spec | 13 ++++++++----- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/REFLECTION-DEV b/REFLECTION-DEV index 2f0fa32..fdf7f35 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,4 @@ -Extension [ extension #85 gearman version 2.0.2 ] { +Extension [ extension #86 gearman version 2.0.3 ] { - Constants [157] { Constant [ string GEARMAN_DEFAULT_TCP_HOST ] { localhost } @@ -493,9 +493,8 @@ Extension [ extension #85 gearman version 2.0.2 ] { } Function [ function gearman_client_run_tasks ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ $client_object ] - Parameter #1 [ $data ] } } Function [ function gearman_task_return_code ] { @@ -1139,8 +1138,7 @@ Extension [ extension #85 gearman version 2.0.2 ] { Method [ public method runTasks ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } } } diff --git a/php-pecl-gearman-dev.spec b/php-pecl-gearman-dev.spec index dd5a05b..e475819 100644 --- a/php-pecl-gearman-dev.spec +++ b/php-pecl-gearman-dev.spec @@ -9,11 +9,11 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%global sub_prefix %{scl_prefix} -%scl_package php-pecl-gearman +%global sub_prefix %{scl_prefix} +%scl_package php-pecl-gearman %endif -%global gh_commit bbc426f5609269de13a0edbea0a821c0c0b952f3 +%global gh_commit 4cb9afcc9dc73a8dd8bcd481f9e8df25a09048fc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 20161112 %global gh_owner wcgallego @@ -27,13 +27,13 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global extver 2.0.2 +%global extver 2.0.3 %global libver 1.1.0 Name: %{?sub_prefix}php-pecl-gearman Version: %{extver} -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman Group: Development/Tools @@ -226,6 +226,9 @@ fi %changelog +* Mon Jan 16 2017 Remi Collet - 2.0.3-1 +- update to 2.0.3 + * Thu Dec 1 2016 Remi Collet - 2.0.2-2 - rebuild with PHP 7.1.0 GA -- cgit