summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-18 07:17:54 +0100
committerRemi Collet <remi@php.net>2023-12-18 07:17:54 +0100
commite77c1008747994318b46bb21e1fa98da865453a5 (patch)
tree5bba2fa4089c74a1c4fdb9578ad230d3199abea7
parent8ad742f046031d6a144d03c562baf715034327f8 (diff)
update to 1.24.5
-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 997396b..1f9541d 100644
--- a/php-phpstan-phpdoc-parser.spec
+++ b/php-phpstan-phpdoc-parser.spec
@@ -9,7 +9,7 @@
%bcond_without tests
-%global gh_commit 6bd0c26f3786cd9b7c359675cb789e35a8e07496
+%global gh_commit fedf211ff14ec8381c9bf5714e33a7a552dd1acc
%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.24.4
+Version: 1.24.5
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 php83; do
+for cmdarg in "php %{phpunit}" 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 Dec 18 2023 Remi Collet <remi@remirepo.net> - 1.24.5-1
+- update to 1.24.5
+
* Mon Nov 27 2023 Remi Collet <remi@remirepo.net> - 1.24.4-1
- update to 1.24.4