v3.0.1
This commit is contained in:
parent
abadaf7cc9
commit
323cd32c2a
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@ clog
|
|||
/PHP_CodeSniffer-2.8.0.tgz
|
||||
/PHP_CodeSniffer-2.8.1.tgz
|
||||
/PHP_CodeSniffer-3.0.0.tgz
|
||||
/PHP_CodeSniffer-3.0.1.tgz
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
%global pear_name PHP_CodeSniffer
|
||||
|
||||
Name: php-pear-PHP-CodeSniffer
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP coding standards enforcement tool
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ install -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir}
|
|||
%check
|
||||
cd %{pear_name}-%{version}/tests
|
||||
|
||||
# Version 2.8.0: Tests: 238, Assertions: 92, Skipped: 3.
|
||||
# Version 3.0.1: Tests: 238, Assertions: 86, Skipped: 3.
|
||||
ret=0
|
||||
for cmd in php php56 php70 php71 php72; do
|
||||
if which $cmd; then
|
||||
|
|
@ -118,6 +118,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 14 2017 Remi Collet <remi@remirepo.net> - 3.0.1-1
|
||||
- Update to 3.0.1
|
||||
|
||||
* Thu May 4 2017 Remi Collet <remi@remirepo.net> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
- raise dependency on PHP >= 5.4
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (PHP_CodeSniffer-3.0.0.tgz) = 1f24c2e5c86b988084f1dedb8a6958d27e95c9bbd9524418da9bc2fe7603e403784a959d49e8481db1d38e9ed40bc368b73f75385b5d0ccb86f550eb24e154a9
|
||||
SHA512 (PHP_CodeSniffer-3.0.1.tgz) = c8fbefa7a1a32fbcc61069b1fb096f0e781fd4ba079d1b2f3a4d19052866fbbdce95fc6d0fbb532d6fefd7a5b3fd5ec0d60dd627ad4f063206efa37b0798594b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue