diff --git a/.gitignore b/.gitignore index e246986..28304ea 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ clog /PHP_CodeSniffer-2.3.1.tgz /PHP_CodeSniffer-2.3.2.tgz /PHP_CodeSniffer-2.3.3.tgz +/PHP_CodeSniffer-2.3.4.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index c6aa073..127c887 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -14,7 +14,7 @@ %global pear_name PHP_CodeSniffer Name: php-pear-PHP-CodeSniffer -Version: 2.3.3 +Version: 2.3.4 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -34,7 +34,7 @@ Requires(post): %{__pear} Requires(postun): %{__pear} # From package.xml Requires: php-pear(PEAR) -# From phpcompatinfo report for version 2.0.0 +# From phpcompatinfo report for version 2.3.4 Requires: php-ctype Requires: php-date Requires: php-dom @@ -87,7 +87,7 @@ install -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/tests -# Version 2.2.0: Tests: 219, Assertions: 69, Skipped: 4. +# Version 2.3.4: Tests: 222, Assertions: 69, Skipped: 4. %{_bindir}/phpunit AllTests.php @@ -114,6 +114,9 @@ fi %changelog +* Wed Sep 9 2015 Remi Collet - 2.3.4-1 +- Update to 2.3.4 + * Wed Jun 24 2015 Remi Collet - 2.3.3-1 - Update to 2.3.3 (stable) diff --git a/sources b/sources index d0b7847..6429e25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78cf9df871bfe925640a8d7310d466de PHP_CodeSniffer-2.3.3.tgz +024479013541e5423cda862c1901b74e PHP_CodeSniffer-2.3.4.tgz