Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dd3f17f42 | ||
|
|
8b490cdc0f |
3 changed files with 11 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -25,3 +25,5 @@ clog
|
|||
/PHP_CodeSniffer-3.2.2.tgz
|
||||
/PHP_CodeSniffer-3.2.3.tgz
|
||||
/PHP_CodeSniffer-3.3.0.tgz
|
||||
/PHP_CodeSniffer-3.3.1.tgz
|
||||
/PHP_CodeSniffer-3.3.2.tgz
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
%global pear_name PHP_CodeSniffer
|
||||
|
||||
Name: php-pear-PHP-CodeSniffer
|
||||
Version: 3.3.0
|
||||
Version: 3.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP coding standards enforcement tool
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ install -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir}
|
|||
%check
|
||||
cd %{pear_name}-%{version}
|
||||
|
||||
# Version 3.2.3: Tests: 294, Assertions: 320, Skipped: 3.
|
||||
# Version 3.3.2: Tests: 354, Assertions: 410, Skipped: 3.
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
|
||||
if which $cmdarg; then
|
||||
|
|
@ -123,6 +123,12 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 24 2018 Remi Collet <remi@remirepo.net> - 3.3.2-1
|
||||
- update to 3.3.2
|
||||
|
||||
* Fri Jul 27 2018 Remi Collet <remi@remirepo.net> - 3.3.1-1
|
||||
- update to 3.3.1
|
||||
|
||||
* Thu Jun 7 2018 Remi Collet <remi@remirepo.net> - 3.3.0-1
|
||||
- update to 3.3.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (PHP_CodeSniffer-3.3.0.tgz) = 0996a0837085e478f22042136108eaf8f3a3df96c0bed304aecce35c5da6c700b375dbbc6969bf1bc0fc43a81cf50c54c699bd3eb5b16f5806a2103c06654e9c
|
||||
SHA512 (PHP_CodeSniffer-3.3.2.tgz) = 461253553678fff4521a41883e94cc29558eaa8cd1b36787c115edfe76618da1d8dbfcb4ea421554472c5a6cfa2d22576d1e9f28359b86639c1ed2c4bf3e6d1f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue