diff options
Diffstat (limited to 'php-doctrine-annotations.spec')
-rw-r--r-- | php-doctrine-annotations.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 41dc9cc..84daaf3 100644 --- a/php-doctrine-annotations.spec +++ b/php-doctrine-annotations.spec @@ -15,8 +15,8 @@ %global github_owner doctrine %global github_name annotations -%global github_version 1.11.1 -%global github_commit ce77a7ba1770462cd705a91a151b6c3746f9c6ad +%global github_version 1.12.1 +%global github_commit b17c5014ef81d212ac539f07a1001832df1b6d3b %global composer_vendor doctrine %global composer_project annotations @@ -153,6 +153,8 @@ cat <<'BOOTSTRAP' | tee bootstrap.php <?php require_once '%{phpdir}/Doctrine/Common/Cache/autoload.php'; require_once __DIR__.'/tests/Doctrine/Tests/TestInit.php'; +require_once __DIR__.'/tests/Doctrine/Tests/Common/Annotations/Fixtures/functions.php'; +require_once __DIR__.'/tests/Doctrine/Tests/Common/Annotations/Fixtures/SingleClassLOC1000.php'; BOOTSTRAP : Upstream tests @@ -182,6 +184,9 @@ exit $RETURN_CODE %changelog +* Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 1.12.1-1 +- update to 1.12.1 + * Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 1.11.1-1 - update to 1.11.1 |