summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-28 07:23:46 +0200
committerRemi Collet <remi@php.net>2025-08-28 07:23:46 +0200
commit3f0ae35e23aa4462c0094eae3539c1c54505c5ed (patch)
tree880f2d81dbf67acfdc7862f8e34fd29a03311e6e
parent79e0a292fa1b630db6531d382819bdeceef23997 (diff)
update to 5.6.3HEADmaster
-rw-r--r--php-phpdocumentor-reflection-docblock5.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpdocumentor-reflection-docblock5.spec b/php-phpdocumentor-reflection-docblock5.spec
index 21d0732..1835647 100644
--- a/php-phpdocumentor-reflection-docblock5.spec
+++ b/php-phpdocumentor-reflection-docblock5.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 92dde6a5919e34835c506ac8c523ef095a95ed62
+%global gh_commit 94f8051919d1b0369a6bcc7931d679a511c03fe9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpDocumentor
%global gh_project ReflectionDocBlock
@@ -14,7 +14,7 @@
%bcond_without tests
Name: php-phpdocumentor-reflection-docblock%{major}
-Version: 5.6.2
+Version: 5.6.3
Release: 1%{?dist}
Summary: DocBlock parser
@@ -140,7 +140,7 @@ cat <<BOOTSTRAP | tee -a bootstrap.php
BOOTSTRAP
RETURN_CODE=0
-for PHP_EXEC in "php %{phpunit}" php81 php82 php83 php84; do
+for PHP_EXEC in "php %{phpunit}" php81 php82 php83 php84 php85; do
if which $PHP_EXEC; then
set $PHP_EXEC
$1 -d auto_prepend_file=$PWD/bootstrap.php \
@@ -165,6 +165,9 @@ exit $RETURN_CODE
%changelog
+* Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 5.6.3-1
+- update to 5.6.3
+
* Mon Apr 14 2025 Remi Collet <remi@remirepo.net> - 5.6.2-1
- update to 5.6.2