summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-24 12:37:46 +0200
committerRemi Collet <remi@php.net>2023-07-24 12:37:46 +0200
commit0eb497290f5c07a58afdca7a16ff9adf6b13081e (patch)
tree07738e56b5b6c51f0c639eac8960b815e2a8d761
parentceb825333084f9968a1a26996027e05a2d471582 (diff)
update to 1.23.0
-rw-r--r--php-phpstan-phpdoc-parser.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec
index 8acf354..dc94269 100644
--- a/php-phpstan-phpdoc-parser.spec
+++ b/php-phpstan-phpdoc-parser.spec
@@ -9,7 +9,7 @@
%bcond_without tests
-%global gh_commit 65c39594fbd8c67abfc68bb323f86447bab79cc0
+%global gh_commit a2b24135c35852b348894320d47b3902a94bc494
%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.1
+Version: 1.23.0
Release: 1%{?dist}
Summary: PHPDoc parser with support for nullable, intersection and generic types
@@ -98,7 +98,7 @@ sed -e 's:exec://exec:' -i tests/bootstrap.php
# use auto_prepend_file to ensure we use new version (not old one pulled by PHPUnit)
# ignore test using doctrine/annotations
ret=0
-for cmdarg in "php %{phpunit}" php80 php81 php82; do
+for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do
if which $cmdarg; then
set $cmdarg
$1 -d auto_prepend_file=%{buildroot}%{php_home}/%{namespace}/%{library}%{major}/autoload.php \
@@ -126,6 +126,9 @@ exit $ret
%changelog
+* Mon Jul 24 2023 Remi Collet <remi@remirepo.net> - 1.23.0-1
+- update to 1.23.0
+
* Mon Jul 3 2023 Remi Collet <remi@remirepo.net> - 1.22.1-1
- update to 1.22.1