diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-20 15:24:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-20 15:24:46 +0200 |
commit | 3b0dcc6e3b0741e2cada8335a9e44cb406eaa271 (patch) | |
tree | 6e91f47ba38a075d21c4717492899de112552276 | |
parent | d787eea8f3581f6e31136d442be6a21b415544da (diff) |
update to 1.20.0
-rw-r--r-- | php-phpstan-phpdoc-parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 12f39da..4d9be61 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit f545fc30978190a056832aa7ed995e36a66267f3 +%global gh_commit 10553ab3f0337ff1a71433c3417d7eb2a3eec1fd %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.19.1 +Version: 1.20.0 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -82,7 +82,7 @@ cp -pr src %{buildroot}%{php_home}/%{namespace}/%{library}%{major} %check %if %{with tests} mkdir vendor -touch vendor/autoload.php +phpab --template fedora --output vendor/autoload.php tests : ignore tests using symfony/process rm tests/PHPStan/Parser/FuzzyTest.php @@ -117,6 +117,9 @@ exit $ret %changelog +* Thu Apr 20 2023 Remi Collet <remi@remirepo.net> - 1.20.0-1 +- update to 1.20.0 + * Wed Apr 19 2023 Remi Collet <remi@remirepo.net> - 1.19.1-1 - update to 1.19.1 |