diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-19 09:49:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-19 09:49:56 +0200 |
commit | d787eea8f3581f6e31136d442be6a21b415544da (patch) | |
tree | edd195f6692988f3c6427279e34a75cd8cba13c7 | |
parent | 6b14a7b97c210eadbd20513297463545de7373e8 (diff) |
update to 1.19.1
-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 f6a4f21..12f39da 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 22dcdfd725ddf99583bfe398fc624ad6c5004a0f +%global gh_commit f545fc30978190a056832aa7ed995e36a66267f3 %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.18.1 +Version: 1.19.1 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -117,6 +117,9 @@ exit $ret %changelog +* Wed Apr 19 2023 Remi Collet <remi@remirepo.net> - 1.19.1-1 +- update to 1.19.1 + * Fri Apr 7 2023 Remi Collet <remi@remirepo.net> - 1.18.1-1 - update to 1.18.1 |