v2.6.2
This commit is contained in:
parent
a69fea8b2c
commit
8fd8946dde
3 changed files with 6 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ clog
|
|||
/PHP_CodeSniffer-2.5.1.tgz
|
||||
/PHP_CodeSniffer-2.6.0.tgz
|
||||
/PHP_CodeSniffer-2.6.1.tgz
|
||||
/PHP_CodeSniffer-2.6.2.tgz
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
%global pear_name PHP_CodeSniffer
|
||||
|
||||
Name: php-pear-PHP-CodeSniffer
|
||||
Version: 2.6.1
|
||||
Version: 2.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP coding standards enforcement tool
|
||||
|
||||
|
|
@ -89,10 +89,6 @@ cd %{pear_name}-%{version}/tests
|
|||
# Version 2.3.4: Tests: 222, Assertions: 69, Skipped: 4.
|
||||
%{_bindir}/phpunit AllTests.php
|
||||
|
||||
if which php70; then
|
||||
php70 %{_bindir}/phpunit AllTests.php
|
||||
fi
|
||||
|
||||
|
||||
%post
|
||||
%{__pear} install --nodeps --soft --force --register-only \
|
||||
|
|
@ -117,6 +113,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 18 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1
|
||||
- Update to 2.6.2
|
||||
|
||||
* Tue May 31 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1
|
||||
- Update to 2.6.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
eccb4343021a043a56e2006092df65a6 PHP_CodeSniffer-2.6.1.tgz
|
||||
44feaafe673cd6e0c89dc6fc65a6cf56 PHP_CodeSniffer-2.6.2.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue