diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-09 14:42:05 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-09 14:42:05 +0200 |
commit | 2683666d5cdf0f25648ef7cac0175e43b53e9c10 (patch) | |
tree | f4f3900cb5dee5ea1fdcfe3b81fe0d1bd464dc5d /php-bartlett-PHP-CompatInfo.spec | |
parent | 295b5e912c9e77bcec695ac84c8b9ad695dc38b4 (diff) |
update bundled bartlett/php-compatinfo-db to 6.24.1
Diffstat (limited to 'php-bartlett-PHP-CompatInfo.spec')
-rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 2042e22..288f2c8 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -12,18 +12,18 @@ %undefine __brp_mangle_shebangs %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 25777bc305fac9344a2193e5328f7743eb6b77c9 +%global gh_commit 165460c7b51948ce55f07b2a32670aa97aa06282 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-05-01 +%global gh_date 2025-10-09 %global gh_owner llaville %global gh_project php-compatinfo -%global upstream_version 7.2.3 +%global upstream_version 7.2.4 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Find out version and the extensions required for a piece of code to run # SPDX: see bundled libraries list below @@ -129,6 +129,10 @@ install -D -p -m 755 %{SOURCE1} \ %changelog +* Thu Oct 9 2025 Remi Collet <remi@remirepo.net> - 7.2.4-1 +- update to 7.2.4 +- update bundled bartlett/php-compatinfo-db to 6.24.1 + * Mon May 5 2025 Remi Collet <remi@remirepo.net> - 7.2.3-2 - update bundled bartlett/php-compatinfo-db to 6.16.0 |