diff options
| -rw-r--r-- | php-pecl-eio.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index c3a0881..6b0583b 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -38,7 +38,7 @@  Summary:        Provides interface to the libeio library  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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;')}}  # Extension is PHP-3.01, library is BSD-2-Clause (or GPL-2.0-or-later)  License:        PHP-3.01 AND BSD-2-Clause  URL:            https://pecl.php.net/package/%{pecl_name} @@ -216,6 +216,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 3.1.4-2 +- rebuild for 8.5.0alpha3 +  * Thu Jul 17 2025 Remi Collet <remi@remirepo.net> - 3.1.4-1  - update to 3.1.4  - drop patch merged upstream  | 
