From aebadcb16da452ab0792f439b7683c9fe272d212 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 16:06:32 +0200 Subject: rebuild for 8.5.0alpha3 --- php-pecl-ev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index 7c1170b..3d31b7b 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -28,7 +28,7 @@ Summary: Provides interface to libev library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}%{?upstream_postver:+%{upstream_postver}} -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -180,6 +180,9 @@ TEST_PHP_ARGS="$DEPMOD -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ %changelog +* Wed Jul 30 2025 Remi Collet - 1.2.1-2 +- rebuild for 8.5.0alpha3 + * Thu Jul 17 2025 Remi Collet - 1.2.1-1 - update to 1.2.1 - drop patch merged upstream -- cgit