diff options
| -rw-r--r-- | php-pecl-rpminfo.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.2.0-6 +- rebuild for 8.5.0alpha3 +  * Fri Jul 18 2025 Remi Collet <remi@remirepo.net> - 1.2.0-5  - add more upstream patch for RPM 5.99.91  | 
