From e77c1008747994318b46bb21e1fa98da865453a5 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 18 Dec 2023 07:17:54 +0100
Subject: update to 1.24.5

---
 php-phpstan-phpdoc-parser.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'php-phpstan-phpdoc-parser.spec')

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
 
-- 
cgit