diff options
Diffstat (limited to 'php-pecl-memcached.spec')
-rw-r--r-- | php-pecl-memcached.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec index f85a10d..11bf21d 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: 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;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -377,8 +377,11 @@ exit $ret %changelog +* Thu Jul 28 2022 Remi Collet <remi@remirepo.net> - 3.2.0-3 +- more upstream patches for PHP 8.2 + * Fri Jun 3 2022 Remi Collet <remi@remirepo.net> - 3.2.0-2 -- add upstream patch for PHP 8.2 +- add upstream patches for PHP 8.2 * Thu Mar 24 2022 Remi Collet <remi@remirepo.net> - 3.2.0-1 - update to 3.2.0 |