Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
428605a415 | ||
|
|
9c553502f7 |
3 changed files with 12 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -39,3 +39,5 @@ clog
|
||||||
/PHP_CodeSniffer-3.5.6.tgz
|
/PHP_CodeSniffer-3.5.6.tgz
|
||||||
/PHP_CodeSniffer-3.5.8.tgz
|
/PHP_CodeSniffer-3.5.8.tgz
|
||||||
/PHP_CodeSniffer-3.6.0.tgz
|
/PHP_CodeSniffer-3.6.0.tgz
|
||||||
|
/PHP_CodeSniffer-3.6.1.tgz
|
||||||
|
/PHP_CodeSniffer-3.6.2.tgz
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
%global pear_name PHP_CodeSniffer
|
%global pear_name PHP_CodeSniffer
|
||||||
|
|
||||||
Name: php-pear-PHP-CodeSniffer
|
Name: php-pear-PHP-CodeSniffer
|
||||||
Version: 3.6.0
|
Version: 3.6.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PHP coding standards enforcement tool
|
Summary: PHP coding standards enforcement tool
|
||||||
|
|
||||||
|
|
@ -94,9 +94,9 @@ YEAR=$(date +%Y)
|
||||||
sed -e "/@copyright/s/2020/${YEAR}/" \
|
sed -e "/@copyright/s/2020/${YEAR}/" \
|
||||||
-i src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed
|
-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
|
ret=0
|
||||||
for cmdarg in "php %{phpunit}" php73 php74 php80; do
|
for cmdarg in "php %{phpunit}" php74 php80 php81; do
|
||||||
if which $cmdarg; then
|
if which $cmdarg; then
|
||||||
set $cmdarg
|
set $cmdarg
|
||||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit7} \
|
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit7} \
|
||||||
|
|
@ -128,6 +128,12 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* Fri Apr 9 2021 Remi Collet <remi@remirepo.net> - 3.6.0-1
|
* Fri Apr 9 2021 Remi Collet <remi@remirepo.net> - 3.6.0-1
|
||||||
- update to 3.6.0
|
- update to 3.6.0
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (PHP_CodeSniffer-3.6.0.tgz) = 09c98ac460c6dc70637d2f4d81a1e46bdf742ee14d0b56032e8dbcaf7a0ff03f3fdb1abdf8144f664a33298cf397c732ba62027bcee41f1f4f740d12fa29f6a8
|
SHA512 (PHP_CodeSniffer-3.6.2.tgz) = 5e435a3ca8c64f01e58912eebbd866eb7285a5c6db94fede978413b20d1a7ccde529a7196ac6fa47097b96693d079fc305083583db7b73a7643d8cd01219af54
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue