diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-29 07:18:52 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-29 07:18:52 +0200 |
commit | f3c02f70463085c6fe5c5d488a0625accb33870b (patch) | |
tree | 14df80122fcd4d16774f2e70ccc476cf6ec1a0e7 /php-pecl-apcu.spec | |
parent | 72f2965867657691cb218ec4f701d6520edef72f (diff) |
Diffstat (limited to 'php-pecl-apcu.spec')
-rw-r--r-- | php-pecl-apcu.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index f9207ef..13acc7e 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -24,7 +24,7 @@ Name: %{?scl_prefix}php-pecl-apcu Summary: APC User Cache -Version: 5.1.26 +Version: 5.1.27 License: PHP-3.01 URL: https://pecl.php.net/package/APCu Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -243,6 +243,12 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Aug 29 2025 Remi Collet <remi@remirepo.net> - 5.1.27-1 +- update to 5.1.27 + +* Wed Aug 27 2025 Remi Collet <remi@remirepo.net> - 5.1.26-2 +- add upstream patches for 8.5.0beta2 + * Wed Aug 6 2025 Remi Collet <remi@remirepo.net> - 5.1.26-1 - update to 5.1.26 |