summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-10 10:51:05 +0200
committerRemi Collet <remi@remirepo.net>2021-06-10 10:51:05 +0200
commit8cf8ecde28e7eb6a2f39e587d58ddaa3d40df60d (patch)
tree88febdfa7b1960de8bd7860dc4fff92f74652fae
parented4205a1cbef7f8d0be0e79ac8412e9eb240c571 (diff)
rebuild with igbinary and msgpack enabled
-rw-r--r--php-pecl-memcached.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 3.1.5-5
+- rebuild with igbinary and msgpack enabled
+
* Wed Jun 9 2021 Remi Collet <remi@remirepo.net> - 3.1.5-4
- add patch got PHP 8.1 from
https://github.com/php-memcached-dev/php-memcached/pull/486