diff --git a/.gitignore b/.gitignore index 319ae31..d93b345 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ clog /PHP_CodeSniffer-2.4.0.tgz /PHP_CodeSniffer-2.5.0.tgz /PHP_CodeSniffer-2.5.1.tgz +/PHP_CodeSniffer-2.6.0.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index eb0e6f5..9f60de5 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -9,13 +9,13 @@ # # Please, preserve the changelog entries # -%{!?__pear: %global __pear %{_bindir}/pear} %{!?pear_metadir: %global pear_metadir %{pear_phpdir}} +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name PHP_CodeSniffer Name: php-pear-PHP-CodeSniffer -Version: 2.5.1 -Release: 2%{?dist} +Version: 2.6.0 +Release: 1%{?dist} Summary: PHP coding standards enforcement tool Group: Development/Tools @@ -90,6 +90,10 @@ cd %{pear_name}-%{version}/tests # Version 2.3.4: Tests: 222, Assertions: 69, Skipped: 4. %{_bindir}/phpunit AllTests.php +if which php70; then + php70 %{_bindir}/phpunit AllTests.php +fi + %post %{__pear} install --nodeps --soft --force --register-only \ @@ -114,6 +118,9 @@ fi %changelog +* Mon Apr 04 2016 Remi Collet - 2.6.0-1 +- Update to 2.6.0 + * Thu Feb 04 2016 Fedora Release Engineering - 2.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index c2c8cb8..d6591a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecfc639369bddd2d5e920e0d6ba6d652 PHP_CodeSniffer-2.5.1.tgz +59635235cfbe18a5ada186fceea5d992 PHP_CodeSniffer-2.6.0.tgz