parent
1cfcb033f3
commit
7343578e64
1 changed files with 7 additions and 4 deletions
|
|
@ -42,8 +42,7 @@ BuildArch: noarch
|
|||
%if %{with_tests}
|
||||
# composer.json
|
||||
BuildRequires: php(language) >= %{php_min_ver}
|
||||
BuildRequires: php-composer(nikic/php-parser) < %{php_parser_max_ver}
|
||||
BuildRequires: php-composer(nikic/php-parser) >= %{php_parser_min_ver}
|
||||
BuildRequires: php-nikic-php-parser
|
||||
BuildRequires: php-composer(phpunit/phpunit) >= 5.0
|
||||
# phpcompatinfo (computed from version 0.4.0)
|
||||
BuildRequires: php-pcre
|
||||
|
|
@ -55,8 +54,8 @@ BuildRequires: php-composer(symfony/class-loader)
|
|||
|
||||
# composer.json
|
||||
Requires: php(language) >= %{php_min_ver}
|
||||
Requires: php-composer(nikic/php-parser) < %{php_parser_max_ver}
|
||||
Requires: php-composer(nikic/php-parser) >= %{php_parser_min_ver}
|
||||
# workaround for range version
|
||||
Requires: php-nikic-php-parser
|
||||
# phpcompatinfo (computed from version 0.4.0)
|
||||
Requires: php-pcre
|
||||
Requires: php-spl
|
||||
|
|
@ -136,6 +135,10 @@ BOOTSTRAP
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 22 2017 Remi Collet <remi@fedoraproject.org> - 0.4.0-2
|
||||
- implicitly requires php-nikic-php-parser (v2)
|
||||
- fix FTBFS #1424073
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue