diff options
| -rw-r--r-- | php-pear-PHP-CodeSniffer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 711cf93..e71472d 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:        3.3.1 +Version:        3.3.2  Release:        1%{?dist}  Summary:        PHP coding standards enforcement tool @@ -96,7 +96,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 @@ -129,6 +129,9 @@ 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  | 
