summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-CompatInfo.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-bartlett-PHP-CompatInfo.spec')
-rw-r--r--php-bartlett-PHP-CompatInfo.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index d40f6fe..2aec0ce 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -25,7 +25,7 @@
Name: php-bartlett-PHP-CompatInfo
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Find out version and the extensions required for a piece of code to run
# SPDX: see bundled libraries list below
@@ -151,6 +151,10 @@ done
rm -r vendor/bartlett/*/.github
rm -r vendor/bartlett/*/.changes
+: Hack for PHP 8.4
+[ -f config/set/up-to-php84.php ] && exit 1
+sed -e '/php83/d;s/php82/php83/' config/set/up-to-php83.php | tee config/set/up-to-php84.php
+
%if %{without generators}
: List bundled libraries and Licenses
php -r '
@@ -214,6 +218,9 @@ install -D -p -m 755 %{SOURCE1} \
%changelog
+* Thu Nov 7 2024 Remi Collet <remi@remirepo.net> - 7.1.4-4
+- hack for PHP 8.4
+
* Thu Nov 7 2024 Remi Collet <remi@remirepo.net> - 7.1.4-3
- update bundled bartlett/php-compatinfo-db to 6.12.0
- update bundled dependencies