From 8cf8ecde28e7eb6a2f39e587d58ddaa3d40df60d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Jun 2021 10:51:05 +0200 Subject: rebuild with igbinary and msgpack enabled --- php-pecl-memcached.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec index 26283d7..c2c6078 100644 --- a/php-pecl-memcached.spec +++ b/php-pecl-memcached.spec @@ -33,7 +33,7 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?sub_prefix}php-pecl-memcached Version: 3.1.5 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -375,6 +375,9 @@ exit $ret %changelog +* Wed Jun 9 2021 Remi Collet - 3.1.5-5 +- rebuild with igbinary and msgpack enabled + * Wed Jun 9 2021 Remi Collet - 3.1.5-4 - add patch got PHP 8.1 from https://github.com/php-memcached-dev/php-memcached/pull/486 -- cgit