parent
c35c180c71
commit
0833d4431f
3 changed files with 6 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -37,3 +37,4 @@ clog
|
|||
/PHP_CodeSniffer-3.5.4.tgz
|
||||
/PHP_CodeSniffer-3.5.5.tgz
|
||||
/PHP_CodeSniffer-3.5.6.tgz
|
||||
/PHP_CodeSniffer-3.5.8.tgz
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
%global pear_name PHP_CodeSniffer
|
||||
|
||||
Name: php-pear-PHP-CodeSniffer
|
||||
Version: 3.5.6
|
||||
Version: 3.5.8
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP coding standards enforcement tool
|
||||
|
||||
|
|
@ -86,10 +86,6 @@ install -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir}
|
|||
%check
|
||||
cd %{pear_name}-%{version}
|
||||
|
||||
# fix broken pear detection (may use export PHP_CODESNIFFER_PEAR=1 if PR accepted)
|
||||
# https://github.com/squizlabs/PHP_CodeSniffer/pull/2847
|
||||
sed -e '/PHP_CODESNIFFER_PEAR/s/false/true/' -i tests/AllTests.php
|
||||
|
||||
# fails with js: Couldn't read source file
|
||||
rm src/Standards/Generic/Tests/Debug/JSHintUnitTest.*
|
||||
|
||||
|
|
@ -128,6 +124,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 23 2020 Remi Collet <remi@remirepo.net> - 3.5.8-1
|
||||
- update to 3.5.8
|
||||
|
||||
* Tue Aug 11 2020 Remi Collet <remi@remirepo.net> - 3.5.6-1
|
||||
- update to 3.5.6
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (PHP_CodeSniffer-3.5.6.tgz) = 392c162cc8cb8d8fe455990d7f358cc59f486d8083387dc3bf60af6ca7aa0e75b72ed337f624b08948d8060cc96bd2d03373b7508fb9179da6a4e6b83adf06a7
|
||||
SHA512 (PHP_CodeSniffer-3.5.8.tgz) = 69ef3d86520f541f492c955bd8158664c78aac6ecd4550f2b996f59d882d91f1bec81da9bbd106edc35c4f1a4c260ef2d9a56ec257fc0b4044047b902403065e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue