summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pear-PHP-CodeSniffer.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec
index df3a308..ca317fb 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.0.0
+Version: 3.0.1
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.8.0: Tests: 238, Assertions: 92, Skipped: 3.
+# Version 3.0.1: Tests: 238, Assertions: 86, Skipped: 3.
ret=0
for cmd in php php56 php70 php71 php72; do
if which $cmd; then
@@ -118,6 +118,9 @@ fi
%changelog
+* Wed Jun 14 2017 Remi Collet <remi@remirepo.net> - 3.0.1-1
+- Update to 3.0.1
+
* Thu May 4 2017 Remi Collet <remi@remirepo.net> - 3.0.0-1
- Update to 3.0.0
- raise dependency on PHP >= 5.4