summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-20 16:03:31 +0200
committerRemi Collet <remi@remirepo.net>2017-09-20 16:03:31 +0200
commit8299a00e2e30c083d7c7057d2ed909d90cafce9a (patch)
treee34120e7ee864089c6c338a64cac5bcf1b3a03fb
parent6cd84a61377fef81b284bfab047d00938eac4b1a (diff)
rebuild with libcouchbase 2.8.1
-rw-r--r--.gitignore1
-rw-r--r--php-pecl-couchbase2.spec5
2 files changed, 5 insertions, 1 deletions
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 <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