diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-07 13:46:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-07 13:46:54 +0200 |
commit | e25388ed0dbc955aa4d7de8afb4f337ab7039b4f (patch) | |
tree | 1624e5865b71f40b745fe768403b16a1b7f0d5bc | |
parent | 6fbcf6f17f10de18c777b3bf5f00a484e8b39c1a (diff) |
v3.3.0
-rw-r--r-- | php-pear-PHP-CodeSniffer.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 18e63cf..822ad07 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.2.3 +Version: 3.3.0 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -25,7 +25,7 @@ BuildArch: noarch BuildRequires: php(language) >= 5.4 BuildRequires: php-pear # to run test suite -%if 0%{?fedora} >= 28 +%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 %global phpunit %{_bindir}/phpunit7 %else # remirepo:1 @@ -98,7 +98,7 @@ cd %{pear_name}-%{version} # Version 3.2.3: Tests: 294, Assertions: 320, Skipped: 3. ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -129,6 +129,9 @@ fi %changelog +* Thu Jun 7 2018 Remi Collet <remi@remirepo.net> - 3.3.0-1 +- update to 3.3.0 + * Wed Feb 21 2018 Remi Collet <remi@remirepo.net> - 3.2.3-1 - Update to 3.2.3 - use phpunit7 on F28+ |