From 8299a00e2e30c083d7c7057d2ed909d90cafce9a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Sep 2017 16:03:31 +0200 Subject: rebuild with libcouchbase 2.8.1 --- .gitignore | 1 + php-pecl-couchbase2.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..fc9aa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 2.4.0-2 +- rebuild with libcouchbase 2.8.1 + * Tue Sep 5 2017 Remi Collet - 2.4.0-1 - Update to 2.4.0 - raise minimal PHP version to 5.6 -- cgit