3.6.1
This commit is contained in:
parent
6478506dcd
commit
0fffea05d0
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -39,3 +39,4 @@ clog
|
|||
/PHP_CodeSniffer-3.5.6.tgz
|
||||
/PHP_CodeSniffer-3.5.8.tgz
|
||||
/PHP_CodeSniffer-3.6.0.tgz
|
||||
/PHP_CodeSniffer-3.6.1.tgz
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
%global pear_name PHP_CodeSniffer
|
||||
|
||||
Name: php-pear-PHP-CodeSniffer
|
||||
Version: 3.6.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP coding standards enforcement tool
|
||||
|
||||
License: BSD
|
||||
|
|
@ -96,7 +96,7 @@ sed -e "/@copyright/s/2020/${YEAR}/" \
|
|||
|
||||
# Version 3.6.0: Tests: 1183, Assertions: 8128, Skipped: 8.
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php73 php74 php80; do
|
||||
for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit7} \
|
||||
|
|
@ -128,6 +128,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 11 2021 Remi Collet <remi@remirepo.net> - 3.6.1-1
|
||||
- update to 3.6.1
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (PHP_CodeSniffer-3.6.0.tgz) = 09c98ac460c6dc70637d2f4d81a1e46bdf742ee14d0b56032e8dbcaf7a0ff03f3fdb1abdf8144f664a33298cf397c732ba62027bcee41f1f4f740d12fa29f6a8
|
||||
SHA512 (PHP_CodeSniffer-3.6.1.tgz) = 4992a460494cf58e5731e10df216204842168465731c0d002b7913fbaa85370f01077f70c96b4390158fbcf52ee021650ab6f13609ea3133370b89f34c73343c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue