From 78624e64bb39f61e73e4361733b66c511d29ebfb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jul 2022 07:51:01 +0200 Subject: update to 1.13.3 --- php-doctrine-annotations.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-doctrine-annotations.spec') 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 +# Copyright (c) 2013-2022 Shawn Iwinski # # 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 - 1.13.3-1 +- update to 1.13.3 + * Fri Aug 6 2021 Remi Collet - 1.13.2-1 - update to 1.13.2 -- cgit