diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-20 16:03:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-20 16:03:31 +0200 |
commit | 8299a00e2e30c083d7c7057d2ed909d90cafce9a (patch) | |
tree | e34120e7ee864089c6c338a64cac5bcf1b3a03fb | |
parent | 6cd84a61377fef81b284bfab047d00938eac4b1a (diff) |
rebuild with libcouchbase 2.8.1
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | php-pecl-couchbase2.spec | 5 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,4 @@ +clog package-*.xml *.tgz *.tar.gz diff --git a/php-pecl-couchbase2.spec b/php-pecl-couchbase2.spec index aaa0dbc..8cdb4e5 100644 --- a/php-pecl-couchbase2.spec +++ b/php-pecl-couchbase2.spec @@ -28,7 +28,7 @@ Summary: Couchbase Server PHP extension Name: %{?sub_prefix}php-pecl-couchbase2 Version: 2.4.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: pecl.php.net/package/couchbase @@ -250,6 +250,9 @@ fi %changelog +* Wed Sep 20 2017 Remi Collet <remi@remirepo.net> - 2.4.0-2 +- rebuild with libcouchbase 2.8.1 + * Tue Sep 5 2017 Remi Collet <remi@remirepo.net> - 2.4.0-1 - Update to 2.4.0 - raise minimal PHP version to 5.6 |