diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 15:35:59 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 15:35:59 +0200 |
commit | 74cf33c3c4ff9fdc4d35e08824016cbf53fe4ee8 (patch) | |
tree | 9356c9fedbf48c2a7946b03eebb35b4e6ab4c70d /php-pecl-apcu.spec | |
parent | 84cae6a2720bb103f682660ed6730fb46fa5c446 (diff) |
rebuild for 8.5.0alpha3
Diffstat (limited to 'php-pecl-apcu.spec')
-rw-r--r-- | php-pecl-apcu.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 52c1813..c4c7b59 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -27,7 +27,7 @@ Summary: APC User Cache Version: 5.1.25 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;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: %{pecl_name}-5.1.25.ini Source2: %{pecl_name}-panel.conf @@ -246,6 +246,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 5.1.25-2 +- rebuild for 8.5.0alpha3 + * Tue Jul 29 2025 Remi Collet <remi@remirepo.net> - 5.1.25-1 - update to 5.1.25 |