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
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/php-phpdocumentor-reflection-common2-2.0.0-63a995caa1ca9e5590304cd845c15ad6d482a62a.tar.gz
|
||||
/php-phpdocumentor-reflection-common2-2.1.0-6568f4687e5b41b054365f9ae03fcb1ed5f2069b.tar.gz
|
||||
/php-phpdocumentor-reflection-common2-2.2.0-1d01c49d4ed62f25aa84a747ad35d5a16924662b.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpdocumentor-reflection-common2-2.1.0-6568f4687e5b41b054365f9ae03fcb1ed5f2069b.tar.gz) = d223f819fcaf6eeac4abd65b44ef64fdb69305855e126e7084b2fdbcf8b8dc3af047c464a88ad2d138bdfe7e33c3073d9bee851ba7092dd09ac5ea03779bf899
|
||||
SHA512 (php-phpdocumentor-reflection-common2-2.2.0-1d01c49d4ed62f25aa84a747ad35d5a16924662b.tar.gz) = 4d2a97664a619b572777e8e829559356ec63bf5c10006e5e94b9909e34d1892510b7c776ebe4b90cddef068114d93da095a1395b71f81392ef84e6ae74548c73
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue