diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-04 07:51:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-04 07:51:01 +0200 |
commit | 78624e64bb39f61e73e4361733b66c511d29ebfb (patch) | |
tree | 3d533c9c54fb947852572bcbf8134817ac9d6d54 /php-doctrine-annotations.spec | |
parent | e396eeb777ee6d93ba3d18179de42daea425022c (diff) |
update to 1.13.3
Diffstat (limited to 'php-doctrine-annotations.spec')
-rw-r--r-- | php-doctrine-annotations.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 0afe37c..eaa70eb 100644 --- a/php-doctrine-annotations.spec +++ b/php-doctrine-annotations.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-doctrine-annotations # -# Copyright (c) 2013-2021 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2022 Shawn Iwinski <shawn.iwinski@gmail.com> # # License: MIT # http://opensource.org/licenses/MIT @@ -15,8 +15,8 @@ %global github_owner doctrine %global github_name annotations -%global github_version 1.13.2 -%global github_commit 5b668aef16090008790395c02c893b1ba13f7e08 +%global github_version 1.13.3 +%global github_commit 648b0343343565c4a056bfc8392201385e8d89f0 %global composer_vendor doctrine %global composer_project annotations @@ -178,7 +178,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for CMD in "php %{phpunit}" php73 php74 php80 php81; do +for CMD in "php %{phpunit}" php74 php80 php81 php82; do if which $CMD; then set $CMD $1 ${2:-%{_bindir}/phpunit9} --verbose \ @@ -202,6 +202,9 @@ exit $RETURN_CODE %changelog +* Mon Jul 4 2022 Remi Collet <remi@remirepo.net> - 1.13.3-1 +- update to 1.13.3 + * Fri Aug 6 2021 Remi Collet <remi@remirepo.net> - 1.13.2-1 - update to 1.13.2 |