diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-14 16:12:54 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-14 16:12:54 +0100 |
commit | 887a119ddcc55b9baf828d1e986fc884e6b47889 (patch) | |
tree | c8d439ea475c1a6394772f5fad5637cf432ab6ec /php-pear-PHP-CodeSniffer.spec | |
parent | 8a702526b7a60cc36de660e4d37c5448e9cf355e (diff) |
update to 3.6.2
Diffstat (limited to 'php-pear-PHP-CodeSniffer.spec')
-rw-r--r-- | php-pear-PHP-CodeSniffer.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 87bbd14..a523060 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,7 +13,7 @@ %global pear_name PHP_CodeSniffer Name: php-pear-PHP-CodeSniffer -Version: 3.6.1 +Version: 3.6.2 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -94,9 +94,9 @@ YEAR=$(date +%Y) sed -e "/@copyright/s/2020/${YEAR}/" \ -i src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed -# Version 3.6.0: Tests: 1183, Assertions: 8128, Skipped: 8. +# Version 3.6.2: Tests: 1327, Assertions: 8476, Skipped: 8. ret=0 -for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit7} \ @@ -128,6 +128,9 @@ fi %changelog +* Tue Dec 14 2021 Remi Collet <remi@remirepo.net> - 3.6.2-1 +- update to 3.6.2 + * Mon Oct 11 2021 Remi Collet <remi@remirepo.net> - 3.6.1-1 - update to 3.6.1 |