From 0eb497290f5c07a58afdca7a16ff9adf6b13081e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Jul 2023 12:37:46 +0200 Subject: update to 1.23.0 --- php-phpstan-phpdoc-parser.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 8acf354..dc94269 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 65c39594fbd8c67abfc68bb323f86447bab79cc0 +%global gh_commit a2b24135c35852b348894320d47b3902a94bc494 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpstan %global gh_project phpdoc-parser @@ -19,7 +19,7 @@ %global major %nil Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 1.22.1 +Version: 1.23.0 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -98,7 +98,7 @@ sed -e 's:exec://exec:' -i tests/bootstrap.php # use auto_prepend_file to ensure we use new version (not old one pulled by PHPUnit) # ignore test using doctrine/annotations ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 -d auto_prepend_file=%{buildroot}%{php_home}/%{namespace}/%{library}%{major}/autoload.php \ @@ -126,6 +126,9 @@ exit $ret %changelog +* Mon Jul 24 2023 Remi Collet - 1.23.0-1 +- update to 1.23.0 + * Mon Jul 3 2023 Remi Collet - 1.22.1-1 - update to 1.22.1 -- cgit