|
|
@ -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: 2.6.2
|
|
|
|
Version: 2.7.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: PHP coding standards enforcement tool
|
|
|
|
Summary: PHP coding standards enforcement tool
|
|
|
|
|
|
|
|
|
|
|
@ -86,7 +86,7 @@ install -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
cd %{pear_name}-%{version}/tests
|
|
|
|
cd %{pear_name}-%{version}/tests
|
|
|
|
|
|
|
|
|
|
|
|
# Version 2.3.4: Tests: 222, Assertions: 69, Skipped: 4.
|
|
|
|
# Version 2.7.0: Tests: 236, Assertions: 90, Skipped: 3.
|
|
|
|
%{_bindir}/phpunit AllTests.php
|
|
|
|
%{_bindir}/phpunit AllTests.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -113,6 +113,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Sep 02 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1
|
|
|
|
|
|
|
|
- Update to 2.7.0
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 18 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1
|
|
|
|
* Mon Jul 18 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1
|
|
|
|
- Update to 2.6.2
|
|
|
|
- Update to 2.6.2
|
|
|
|
|
|
|
|
|
|
|
|