diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-26 07:07:19 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-26 07:07:19 +0100 |
| commit | 36e9ff75c4397e30c5485d44fa314dbda3c4ce87 (patch) | |
| tree | 18a82154971b258d8720a1e7f90839d2792083d7 | |
| parent | 26c3d5a664536bfa5164cfb4b7f89a4447d940f3 (diff) | |
| -rw-r--r-- | php-phpstan-phpdoc-parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 446b3f4..04e28f0 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 16dbf9937da8d4528ceb2145c9c7c0bd29e26374 +%global gh_commit a004701b11273a26cd7955a61d67a7f1e525a45a %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: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -127,6 +127,9 @@ exit $ret %changelog +* Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 2.3.2-1 +- update to 2.3.2 + * Mon Jan 12 2026 Remi Collet <remi@remirepo.net> - 2.3.1-1 - update to 2.3.1 |
