From d492b247a715468bf795fb46417c75fe29d84e66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 10:51:50 +0200 Subject: rebuild for PHP 8.2.0RC1 --- 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 11bf21d..04b56e9 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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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 +* Thu Sep 1 2022 Remi Collet - 3.2.0-4 +- rebuild for PHP 8.2.0RC1 + * Thu Jul 28 2022 Remi Collet - 3.2.0-3 - more upstream patches for PHP 8.2 -- cgit