diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-16 08:37:16 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-16 08:37:16 +0100 |
commit | 394ea59e9bd6cb5a99056c0511612aca1e6f5e7d (patch) | |
tree | 2d62a58500dc4ad2fd72f35e2bfcf94a604295d6 | |
parent | 8487cc317a66d27251be17ef99acdf559efdb612 (diff) |
php-pecl-gearman: 2.0.3
-rw-r--r-- | REFLECTION-DEV | 8 | ||||
-rw-r--r-- | 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 [ <persistent> extension #85 gearman version 2.0.2 ] { +Extension [ <persistent> extension #86 gearman version 2.0.3 ] { - Constants [157] { Constant [ string GEARMAN_DEFAULT_TCP_HOST ] { localhost } @@ -493,9 +493,8 @@ Extension [ <persistent> extension #85 gearman version 2.0.2 ] { } Function [ <internal:gearman> function gearman_client_run_tasks ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $client_object ] - Parameter #1 [ <required> $data ] } } Function [ <internal:gearman> function gearman_task_return_code ] { @@ -1139,8 +1138,7 @@ Extension [ <persistent> extension #85 gearman version 2.0.2 ] { Method [ <internal:gearman> public method runTasks ] { - - Parameters [1] { - Parameter #0 [ <required> $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 <remi@fedoraproject.org> - 2.0.3-1 +- update to 2.0.3 + * Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-2 - rebuild with PHP 7.1.0 GA |