summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pear-PHP-CodeSniffer.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec
index 63bbcc7..7cb5d1f 100644
--- a/php-pear-PHP-CodeSniffer.spec
+++ b/php-pear-PHP-CodeSniffer.spec
@@ -16,9 +16,9 @@
%bcond_without tests
-%global gh_commit 86e5f5dd9a840c46810ebe5ff1885581c42a3017
+%global gh_commit 70c08f8d20c0eb4fe56f26644dd94dae76a7f450
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 2024-07-21
+%global gh_date 2024-11-12
%global gh_owner PHPCSStandards
%global gh_project PHP_CodeSniffer
# keep in old PEAR tree
@@ -26,7 +26,7 @@
Name: php-pear-PHP-CodeSniffer
-Version: 3.10.2
+Version: 3.11.0
Release: 1%{?dist}
Summary: PHP coding standards enforcement tool
@@ -116,7 +116,7 @@ sed -e "/@copyright/s/2021/${YEAR}/" \
# Version 3.9.0: Tests: 2276, Assertions: 10969, Warnings: 4, Skipped: 12.
ret=0
-for cmdarg in "php %{phpunit}" php81 php82 php83; do
+for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
if which $cmdarg; then
set $cmdarg
$1 -d memory_limit=-1 ${2:-%{_bindir}/phpunit9} \
@@ -144,6 +144,12 @@ fi
%changelog
+* Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 3.11.0-1
+- update to 3.11.0
+
+* Wed Sep 18 2024 Remi Collet <remi@remirepo.net> - 3.10.3-1
+- update to 3.10.3
+
* Mon Jul 22 2024 Remi Collet <remi@remirepo.net> - 3.10.2-1
- update to 3.10.2