diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 16:05:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 16:05:42 +0200 |
commit | 5778088a1046d15c2ab9f5b500a3986c4930cbc9 (patch) | |
tree | e55896c8a692cc17d2508628cde6f699cea808ea | |
parent | 5d82a149518073feacf8629b18f64a122dbbf278 (diff) |
-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 |