From e396eeb777ee6d93ba3d18179de42daea425022c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Aug 2021 10:11:21 +0200 Subject: update to 1.13.2 --- php-doctrine-annotations.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 0b8cd3e..0afe37c 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.13.1 -%global github_commit e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f +%global github_version 1.13.2 +%global github_commit 5b668aef16090008790395c02c893b1ba13f7e08 %global composer_vendor doctrine %global composer_project annotations @@ -43,7 +43,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 2%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: PHP docblock annotations parser library License: MIT @@ -178,7 +178,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for CMD in "php %{phpunit}" php73 php74 php80; do +for CMD in "php %{phpunit}" php73 php74 php80 php81; do if which $CMD; then set $CMD $1 ${2:-%{_bindir}/phpunit9} --verbose \ @@ -202,6 +202,9 @@ exit $RETURN_CODE %changelog +* Fri Aug 6 2021 Remi Collet - 1.13.2-1 +- update to 1.13.2 + * Mon May 17 2021 Remi Collet - 1.13.1-2 - allow doctrine/cache v2 -- cgit