From 28e91eb914ffe194738bc04b740aac34da40df11 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Apr 2023 15:11:01 +0200 Subject: update to 1.17.1 --- php-phpstan-phpdoc-parser.spec | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 3c429f1..b8fcab5 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit e27e92d939e2e3636f0a1f0afaba59692c0bf571 +%global gh_commit d3753fcb3abc6f78f5de6f72153d4b9c99c72dee %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.16.1 +Version: 1.17.1 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -82,23 +82,22 @@ cp -pr src %{buildroot}%{php_home}/%{namespace}/%{library}%{major} %check %if %{with tests} mkdir vendor -cat << 'EOF' | tee vendor/autoload.php - - 1.17.1-1 +- update to 1.17.1 + * Mon Mar 20 2023 Remi Collet - 1.16.1-1 - initial package -- cgit