From 98e7ae3f8fd09b962d23bcdfb6654e3fedb15418 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 16:17:24 +0200 Subject: rebuild for 8.5.0alpha3 --- php-pecl-rpminfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 6e5c383..e272857 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -22,7 +22,7 @@ Summary: RPM information Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.2.0 -Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 6%{?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 @@ -192,6 +192,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Wed Jul 30 2025 Remi Collet - 1.2.0-6 +- rebuild for 8.5.0alpha3 + * Fri Jul 18 2025 Remi Collet - 1.2.0-5 - add more upstream patch for RPM 5.99.91 -- cgit