From 20139e483c8934ae0e120e6c788536694250be97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Oct 2022 11:02:45 +0200 Subject: rebuild for PHP 8.2 with msgpack and igbinary --- 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 04b56e9..0c15c06 100644 --- a/php-pecl-memcached.spec +++ b/php-pecl-memcached.spec @@ -40,7 +40,7 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?sub_prefix}php-pecl-memcached Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -377,6 +377,9 @@ exit $ret %changelog +* Fri Sep 9 2022 Remi Collet - 3.2.0-5 +- rebuild for PHP 8.2 with msgpack and igbinary + * Thu Sep 1 2022 Remi Collet - 3.2.0-4 - rebuild for PHP 8.2.0RC1 -- cgit