diff --git a/.gitignore b/.gitignore index 4be4c2e..79044c2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ clog /PHP_CodeSniffer-2.6.0.tgz /PHP_CodeSniffer-2.6.1.tgz /PHP_CodeSniffer-2.6.2.tgz +/PHP_CodeSniffer-2.7.0.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 2667693..27631ae 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,7 +13,7 @@ %global pear_name PHP_CodeSniffer Name: php-pear-PHP-CodeSniffer -Version: 2.6.2 +Version: 2.7.0 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.3.4: Tests: 222, Assertions: 69, Skipped: 4. +# Version 2.7.0: Tests: 236, Assertions: 90, Skipped: 3. %{_bindir}/phpunit AllTests.php @@ -113,6 +113,9 @@ fi %changelog +* Fri Sep 02 2016 Remi Collet - 2.7.0-1 +- Update to 2.7.0 + * Mon Jul 18 2016 Remi Collet - 2.6.2-1 - Update to 2.6.2 diff --git a/sources b/sources index 269cc4b..742a7f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -44feaafe673cd6e0c89dc6fc65a6cf56 PHP_CodeSniffer-2.6.2.tgz +40e5d70ab9aa4cc1a15091ddcc14c609 PHP_CodeSniffer-2.7.0.tgz