From 535cd1924023edaab43045bcc7f60099a96f7544 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:52:50 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-memcache.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index a6c3ee0..0a21c38 100644 --- a/php-pecl-memcache.spec +++ b/php-pecl-memcache.spec @@ -20,7 +20,7 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?scl_prefix}php-pecl-memcache Version: 8.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} @@ -273,6 +273,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 8.2-3 +- rebuild for PHP 8.3.0RC1 + * Tue Jul 11 2023 Remi Collet - 8.2-2 - build out of sources tree -- cgit