v1.6.0
This commit is contained in:
parent
baab7e31d6
commit
fe5292828a
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/php-phpdocumentor-type-resolver1-1.4.0-6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0.tar.gz
|
||||
/php-phpdocumentor-type-resolver1-1.5.0-30f38bffc6f24293dadd1823936372dfa9e86e2f.tar.gz
|
||||
/php-phpdocumentor-type-resolver1-1.5.1-a12f7e301eb7258bb68acd89d4aefa05c2906cae.tar.gz
|
||||
/php-phpdocumentor-type-resolver1-1.6.0-93ebd0014cab80c4ea9f5e297ea48672f1b87706.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-phpdocumentor-type-resolver1
|
||||
#
|
||||
# Copyright (c) 2017-2021 Remi Collet, Shawn Iwinski
|
||||
# Copyright (c) 2017-2022 Remi Collet, Shawn Iwinski
|
||||
#
|
||||
# License: MIT
|
||||
# http://opensource.org/licenses/MIT
|
||||
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
%global github_owner phpDocumentor
|
||||
%global github_name TypeResolver
|
||||
%global github_version 1.5.1
|
||||
%global github_commit a12f7e301eb7258bb68acd89d4aefa05c2906cae
|
||||
%global github_version 1.6.0
|
||||
%global github_commit 93ebd0014cab80c4ea9f5e297ea48672f1b87706
|
||||
|
||||
%global composer_vendor phpdocumentor
|
||||
%global composer_project type-resolver
|
||||
|
|
@ -130,7 +130,7 @@ BOOTSTRAP
|
|||
|
||||
: Upstream tests
|
||||
RETURN_CODE=0
|
||||
for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
|
||||
for cmdarg in "php %{phpunit}" php74 php80 php81; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 -d auto_prepend_file=$PWD/bootstrap.php \
|
||||
|
|
@ -157,6 +157,9 @@ exit $RETURN_CODE
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 5 2022 Remi Collet <remi@remirepo.net> - 1.6.0-1
|
||||
- update to 1.6.0
|
||||
|
||||
* Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 1.5.1-1
|
||||
- update to 1.5.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpdocumentor-type-resolver1-1.5.1-a12f7e301eb7258bb68acd89d4aefa05c2906cae.tar.gz) = 74feaaf3ff675b40e43ec5fbc5d9d1b331d78e5da593302bff08c0d634f3fc11178f0e20fb95a3264864cec1469fbcc430fbf021b370667a9eb905471a6ce01e
|
||||
SHA512 (php-phpdocumentor-type-resolver1-1.6.0-93ebd0014cab80c4ea9f5e297ea48672f1b87706.tar.gz) = faa6291679f2cd80e81b817a23f0d3b6cde9dc346441248be56ee70867e9f113b96b3d3e9e871768835666a155f1c58a5bb3d5240330bc233ef6034431dcab8e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue