From a3e61eb318bf5f3461f37835815225876cb80057 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Feb 2017 06:54:42 +0100 Subject: php-pecl-memcached: 3.0.3 --- php-pecl-memcached-php7.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-memcached-php7.spec') 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 - 3.0.3-1 +- update to 3.0.3 (php 7, stable) +- build with --enable-memcached-protocol option + * Mon Feb 13 2017 Remi Collet - 3.0.2-1 - update to 3.0.2 (php 7, stable) -- cgit