summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached-php7.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-memcached-php7.spec')
-rw-r--r--php-pecl-memcached-php7.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-memcached-php7.spec b/php-pecl-memcached-php7.spec
index 4e5181c..7c235bc 100644
--- a/php-pecl-memcached-php7.spec
+++ b/php-pecl-memcached-php7.spec
@@ -26,7 +26,7 @@
Summary: Extension to work with the Memcached caching daemon
Name: %{?sub_prefix}php-pecl-memcached
-Version: 3.0.2
+Version: 3.0.3
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
@@ -189,7 +189,7 @@ peclconf() {
%ifnarch ppc64
--enable-memcached-msgpack \
%endif
-%if 1
+%if 0
--disable-memcached-protocol \
%else
--enable-memcached-protocol \
@@ -333,6 +333,10 @@ exit $ret
%changelog
+* Mon Feb 20 2017 Remi Collet <remi@fedoraproject.org> - 3.0.3-1
+- update to 3.0.3 (php 7, stable)
+- build with --enable-memcached-protocol option
+
* Mon Feb 13 2017 Remi Collet <remi@fedoraproject.org> - 3.0.2-1
- update to 3.0.2 (php 7, stable)