From ceb825333084f9968a1a26996027e05a2d471582 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jul 2023 10:00:00 +0200 Subject: update to 1.22.1 --- php-phpstan-phpdoc-parser.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index bad1abb..8acf354 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit ec58baf7b3c7f1c81b3b00617c953249fb8cf30c +%global gh_commit 65c39594fbd8c67abfc68bb323f86447bab79cc0 %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.0 +Version: 1.22.1 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -90,8 +90,9 @@ require_once '%{buildroot}%{php_home}/%{namespace}/%{library}%{major}/autoload.p \Fedora\Autoloader\Autoload::addPsr4('%{namespace}\\%{library}\\', dirname(__DIR__) . '/tests/%{namespace}'); EOF -: ignore tests using symfony/process +: ignore tests using symfony/process and abnfgen rm tests/PHPStan/Parser/FuzzyTest.php +sed -e 's:exec://exec:' -i tests/bootstrap.php : upstream test suite # use auto_prepend_file to ensure we use new version (not old one pulled by PHPUnit) @@ -125,6 +126,9 @@ exit $ret %changelog +* Mon Jul 3 2023 Remi Collet - 1.22.1-1 +- update to 1.22.1 + * Fri Jun 2 2023 Remi Collet - 1.22.0-1 - update to 1.22.0 -- cgit