From 705d4b5ecc8d96e59f20e0f1273d715113902396 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2016 19:50:41 +0200 Subject: php-pecl-couchbase2: 2.2.0beta4 --- REFLECTION | 57 ++++++++++++++++++++++++++++++++------------ php-pecl-couchbase2-dev.spec | 23 ++++++++++++++---- 2 files changed, 60 insertions(+), 20 deletions(-) diff --git a/REFLECTION b/REFLECTION index 8a58a6e..345ff89 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #196 couchbase version 2.2.0beta3 ] { +Extension [ extension #132 couchbase version 2.2.0beta4 ] { - Dependencies { Dependency [ json (Required) ] @@ -132,8 +132,8 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { } } - - Classes [6] { - Class [ class CouchbaseException extends Exception ] { + - Classes [7] { + Class [ class CouchbaseException extends Exception implements Throwable ] { - Constants [0] { } @@ -152,7 +152,7 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -164,28 +164,28 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } @@ -201,11 +201,12 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ public $error ] Property [ public $value ] Property [ public $flags ] Property [ public $cas ] + Property [ public $token ] } - Methods [0] { @@ -223,10 +224,11 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ public $error ] Property [ public $cas ] Property [ public $value ] + Property [ public $token ] } - Methods [0] { @@ -299,7 +301,7 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { - Properties [0] { } - - Methods [22] { + - Methods [23] { Method [ public method __construct ] { } @@ -342,6 +344,9 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { Method [ public method http_request ] { } + Method [ public method fts_request ] { + } + Method [ public method subdoc_request ] { } @@ -367,6 +372,28 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { } } } + + Class [ class CouchbaseMutationToken ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $bucket ] + Property [ public $vbucketID ] + Property [ public $vbucketUUID ] + Property [ public $sequenceNumber ] + } + + - Methods [0] { + } + } } } diff --git a/php-pecl-couchbase2-dev.spec b/php-pecl-couchbase2-dev.spec index 8e12067..4921422 100644 --- a/php-pecl-couchbase2-dev.spec +++ b/php-pecl-couchbase2-dev.spec @@ -6,8 +6,14 @@ # # Please, preserve the changelog entries # - -%{?scl: %scl_package php-pecl-couchbase2} +%if 0%{?scl:1} +%if "%{scl}" == "rh-php56" +%global sub_prefix more-php56- +%else +%global sub_prefix %{scl_prefix} +%endif +%scl_package php-pecl-couchbase2 +%endif %global pecl_name couchbase %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} @@ -19,12 +25,12 @@ # After 40-igbinary and 40-json %global ini_name 50-%{pecl_name}.ini %endif -%global prever beta3 +%global prever beta4 Summary: Couchbase Server PHP extension -Name: %{?scl_prefix}php-pecl-couchbase2 +Name: %{?sub_prefix}php-pecl-couchbase2 Version: 2.2.0 -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: pecl.php.net/package/couchbase @@ -79,6 +85,10 @@ Obsoletes: php56w-pecl-%{pecl_name}2 <= %{version} Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.1" +Obsoletes: php71u-pecl-%{pecl_name} <= %{version} +Obsoletes: php71w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -228,6 +238,9 @@ fi %changelog +* Wed Jun 29 2016 Remi Collet - 2.2.0-0.3.beta4 +- Update to 2.2.0beta4 (php 5 and 7, beta) + * Thu May 26 2016 Remi Collet - 2.2.0-0.2.beta3 - Update to 2.2.0beta3 (php 5 and 7, beta) -- cgit