diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 16:17:24 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 16:17:24 +0200 |
commit | 98e7ae3f8fd09b962d23bcdfb6654e3fedb15418 (patch) | |
tree | 3e2d5aa80f54eaeefbacc01b1904340c172d7301 | |
parent | 9bf93c457643703f319e917a83d15097569ee566 (diff) |
-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 |