Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da32041730 | ||
|
|
e74fa8704b |
3 changed files with 14 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@
|
|||
/php-phpdocumentor-reflection-docblock5-5.2.2-069a785.tar.gz
|
||||
/php-phpdocumentor-reflection-docblock5-5.3.0-622548b.tar.gz
|
||||
/php-phpdocumentor-reflection-docblock5-5.6.1-e5e7841.tar.gz
|
||||
/php-phpdocumentor-reflection-docblock5-5.6.2-92dde6a.tar.gz
|
||||
/php-phpdocumentor-reflection-docblock5-5.6.3-94f8051.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# Fedora/remirepo spec file for php-phpdocumentor-reflection-docblock5
|
||||
#
|
||||
# SPDX-FileCopyrightText: Copyright 2014-2024 Remi Collet
|
||||
# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8
|
||||
%global gh_commit 94f8051919d1b0369a6bcc7931d679a511c03fe9
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner phpDocumentor
|
||||
%global gh_project ReflectionDocBlock
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
%bcond_without tests
|
||||
|
||||
Name: php-phpdocumentor-reflection-docblock%{major}
|
||||
Version: 5.6.1
|
||||
Release: 2%{?dist}
|
||||
Version: 5.6.3
|
||||
Release: 1%{?dist}
|
||||
Summary: DocBlock parser
|
||||
|
||||
License: MIT
|
||||
|
|
@ -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,12 @@ 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
|
||||
|
||||
* Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 5.6.1-2
|
||||
- allow phpstan/phpdoc-parser v2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpdocumentor-reflection-docblock5-5.6.1-e5e7841.tar.gz) = fe75fa59b67a73f3e7916dcd2ef0773b020cad68a2b0235d770409ea11e9d8d7ea1cd47697c85dd348dccfd57abc680863ed871a0e4be78d8696af70020b08a9
|
||||
SHA512 (php-phpdocumentor-reflection-docblock5-5.6.3-94f8051.tar.gz) = 5deaddba705f5f7e78a034d73e1834c06a0fa7f9159530d7a882aa2473ec54d1c03daf9640afb7c12b7589f2d1d2c88182082bdaca686acaa2f7681d334e3d27
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue