diff options
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-pecl-couchbase2.spec | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #180 couchbase version 2.0.6 ] { +Extension [ <persistent> extension #181 couchbase version 2.0.7 ] { - Constants [57] { Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 } @@ -205,10 +205,10 @@ Extension [ <persistent> extension #180 couchbase version 2.0.6 ] { Method [ <internal:couchbase> public method getFromReplica ] { } - Method [ <internal:couchbase> public method counter ] { + Method [ <internal:couchbase> public method touch ] { } - Method [ <internal:couchbase> public method flush ] { + Method [ <internal:couchbase> public method counter ] { } Method [ <internal:couchbase> public method unlock ] { diff --git a/php-pecl-couchbase2.spec b/php-pecl-couchbase2.spec index b2d3af5..d64c82f 100644 --- a/php-pecl-couchbase2.spec +++ b/php-pecl-couchbase2.spec @@ -25,7 +25,7 @@ Summary: Couchbase Server PHP extension Name: %{?scl_prefix}php-pecl-couchbase2 -Version: 2.0.6 +Version: 2.0.7 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -208,6 +208,9 @@ fi %changelog +* Wed Apr 22 2015 Remi Collet <remi@fedoraproject.org> - 2.0.7-1 +- Update to 2.0.7 + * Wed Apr 08 2015 Remi Collet <remi@fedoraproject.org> - 2.0.6-1 - Update to 2.0.6 (stable) |