update to 2.2.0
raise dependency on PHP 7.2
This commit is contained in:
parent
54b45e3e0d
commit
ecb1506731
3 changed files with 11 additions and 6 deletions
|
|
@ -10,16 +10,16 @@
|
|||
|
||||
%global github_owner phpDocumentor
|
||||
%global github_name ReflectionCommon
|
||||
%global github_version 2.1.0
|
||||
%global github_commit 6568f4687e5b41b054365f9ae03fcb1ed5f2069b
|
||||
%global github_version 2.2.0
|
||||
%global github_commit 1d01c49d4ed62f25aa84a747ad35d5a16924662b
|
||||
|
||||
%global composer_vendor phpdocumentor
|
||||
%global composer_project reflection-common
|
||||
|
||||
%global major 2
|
||||
|
||||
# "php": ">=7.1"
|
||||
%global php_min_ver 7.1
|
||||
# "php": "^7.2 || ^8.0"
|
||||
%global php_min_ver 7.2
|
||||
|
||||
# Build using "--without tests" to disable tests
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
|
@ -91,7 +91,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Upstream tests
|
||||
RETURN_CODE=0
|
||||
for PHP_EXEC in php php71 php72 php73 php74 php80; do
|
||||
for PHP_EXEC in php php72 php73 php74 php80; do
|
||||
if which $PHP_EXEC; then
|
||||
$PHP_EXEC -d auto_prepend_file=$BOOTSTRAP \
|
||||
%{_bindir}/phpunit6 --verbose || RETURN_CODE=1
|
||||
|
|
@ -120,6 +120,10 @@ exit $RETURN_CODE
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 2.2.0-1
|
||||
- update to 2.2.0
|
||||
- raise dependency on PHP 7.2
|
||||
|
||||
* Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 2.1.0-1
|
||||
- update to 2.1.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue