diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-24 19:11:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-24 19:11:03 +0200 |
commit | fd59a55925f3e3ad0edba4766cb84f8488fb1515 (patch) | |
tree | f9b447f73d427b82f151d68ab337b2df736024f2 /php-pecl-apcu.spec | |
parent | 3a43e2e304dbe46dae7f5b503ca7fb309fc852fc (diff) |
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 ccf1e90..0d4dc89 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -32,7 +32,7 @@ Summary: APC User Cache Version: 5.1.24 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.19.ini Source2: %{pecl_name}-panel.conf @@ -250,6 +250,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 24 2024 Remi Collet <remi@remirepo.net> - 5.1.24-2 +- rebuild for 8.4.0RC1 + * Mon Sep 23 2024 Remi Collet <remi@remirepo.net> - 5.1.24-1 - update to 5.1.24 |