diff options
-rw-r--r-- | php-pecl-memcache.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index 8aad014..336fff1 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: 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;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} @@ -237,6 +237,9 @@ exit $ret %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 8.2-5 +- rebuild for PHP 8.5.0RC1 + * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 8.2-4 - fix for PHP 8.5.0alpha3 using patch from https://github.com/websupport-sk/pecl-memcache/pull/118 |