diff options
Diffstat (limited to 'php-pear-PHP-CodeSniffer.spec')
-rw-r--r-- | php-pear-PHP-CodeSniffer.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 590d4dd..4754ca4 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -16,7 +16,7 @@ %bcond_without tests -%global gh_commit ed5e2c22f52c03c63f886ec67dbc697efa0c3f63 +%global gh_commit 06113cfdaf117fc2165f9cd040bd0f17fcd5242d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 2025-06-17 %global gh_owner PHPCSStandards @@ -25,7 +25,7 @@ %global pear_phpdir %{_datadir}/pear %global upstream_version 4.0.0 -%global upstream_prever rc1 +#global upstream_prever rc1 Name: php-pear-PHP-CodeSniffer Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -125,7 +125,8 @@ for cmdarg in \ "php81 %{_bindir}/phpunit10" \ "php82 %{_bindir}/phpunit11" \ "php83 %{_bindir}/phpunit11" \ - "php84 %{_bindir}/phpunit11" + "php84 %{_bindir}/phpunit11" \ + "php85 %{_bindir}/phpunit11" do if which $cmdarg; then set $cmdarg $1 -d memory_limit=-1 $2 \ @@ -146,6 +147,9 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 4.0.0-1 +- update to 4.0.0 + * Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 4.0.0~rc1-1 - update to 4.0.0-RC1 |