diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-07 17:13:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-07 17:13:56 +0200 |
commit | ac8c32e5db79fe742a40c10c01e56b3e9d8ca328 (patch) | |
tree | 346a3d31efafac93016c8b04517b7ef9963bb48d /php-consolidation-annotated-command.spec | |
parent | fcd9c6b7621bf319034ce61e4791fd83cf43a9ab (diff) |
v2.4.11 from Fedora
Diffstat (limited to 'php-consolidation-annotated-command.spec')
-rw-r--r-- | php-consolidation-annotated-command.spec | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/php-consolidation-annotated-command.spec b/php-consolidation-annotated-command.spec index 7674921..4d9145a 100644 --- a/php-consolidation-annotated-command.spec +++ b/php-consolidation-annotated-command.spec @@ -12,16 +12,16 @@ %global github_owner consolidation-org %global github_name annotated-command -%global github_version 2.4.8 -%global github_commit 6672ea38212f8bffb71fec7eadc8b3372154b17e +%global github_version 2.4.11 +%global github_commit 7fbf68dc6abf2f1f0746ceab0701dee1ee97516e %global composer_vendor consolidation %global composer_project annotated-command # "php": ">=5.4.0" %global php_min_ver 5.4.0 -# "consolidation/output-formatters": "^3.1.5" -%global consolidation_output_formatters_min_ver 3.1.5 +# "consolidation/output-formatters": "^3.1.10" +%global consolidation_output_formatters_min_ver 3.1.10 %global consolidation_output_formatters_max_ver 4 # "psr/log": "^1" # NOTE: Min version not 1.0 because autoloader required @@ -69,7 +69,7 @@ BuildRequires: php-composer(symfony/event-dispatcher) < %{symfony_max_ver} BuildRequires: php-composer(symfony/event-dispatcher) >= %{symfony_min_ver} BuildRequires: php-composer(symfony/finder) < %{symfony_max_ver} BuildRequires: php-composer(symfony/finder) >= %{symfony_min_ver} -## phpcompatinfo (computed from version 2.4.8) +## phpcompatinfo (computed from version 2.4.11) BuildRequires: php-dom BuildRequires: php-pcre BuildRequires: php-reflection @@ -92,7 +92,7 @@ Requires: php-composer(symfony/event-dispatcher) < %{symfony_max_ver} Requires: php-composer(symfony/event-dispatcher) >= %{symfony_min_ver} Requires: php-composer(symfony/finder) < %{symfony_max_ver} Requires: php-composer(symfony/finder) >= %{symfony_min_ver} -# phpcompatinfo (computed from version 2.4.8) +# phpcompatinfo (computed from version 2.4.11) Requires: php-dom Requires: php-pcre Requires: php-reflection @@ -168,7 +168,7 @@ sed 's/function testInteractAndValidate/function SKIP_testInteractAndValidate/' : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php %{?rhel:php55} php56 php70 php71; do +for PHP_EXEC in php %{?rhel:php55} php56 php70 php71 php72; do if [ "php" == "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit --verbose --bootstrap bootstrap.php \ || RETURN_CODE=1 @@ -190,6 +190,9 @@ exit $RETURN_CODE %changelog +* Sat Aug 05 2017 Shawn Iwinski <shawn@iwin.ski> - 2.4.11-1 +- Update to 2.4.11 (RHBZ #1473682) + * Sat Apr 08 2017 Shawn Iwinski <shawn@iwin.ski> - 2.4.8-1 - Update to 2.4.8 (RHBZ #1433641) - Allow Symfony 3 |