Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
798181bfcf | ||
|
|
631b99f26d | ||
|
|
2ed3e76b6a | ||
|
|
1d36fa9af7 | ||
|
|
5074218f18 | ||
|
|
277412bbf9 | ||
|
|
cada7f7d6e | ||
|
|
1ede4ea278 |
3 changed files with 35 additions and 5 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,2 +1,8 @@
|
|||
/php-phpstan-phpdoc-parser-1.33.0-82a311f.tgz
|
||||
/php-phpstan-phpdoc-parser-2.0.0-c00d78f.tgz
|
||||
/php-phpstan-phpdoc-parser-2.0.1-72e51f7.tgz
|
||||
/php-phpstan-phpdoc-parser-2.0.2-51087f8.tgz
|
||||
/php-phpstan-phpdoc-parser-2.1.0-9b30d6f.tgz
|
||||
/php-phpstan-phpdoc-parser-2.2.0-b9e61a6.tgz
|
||||
/php-phpstan-phpdoc-parser-2.3.0-1e0cd53.tgz
|
||||
/php-phpstan-phpdoc-parser-2.3.1-16dbf99.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/Fedora spec file for php-phpstan-phpdoc-parser
|
||||
#
|
||||
# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
|
||||
# SPDX-FileCopyrightText: Copyright 2024-2026 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit c00d78fb6b29658347f9d37ebe104bffadf36299
|
||||
%global gh_commit 16dbf9937da8d4528ceb2145c9c7c0bd29e26374
|
||||
%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: 2.0.0
|
||||
Version: 2.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PHPDoc parser with support for nullable, intersection and generic types
|
||||
|
||||
|
|
@ -101,7 +101,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}" php81 php82 php83 php84; do
|
||||
for cmdarg in "php %{phpunit}" php82 php83 php84 php85; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 -d auto_prepend_file=vendor/autoload.php \
|
||||
|
|
@ -127,6 +127,30 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 12 2026 Remi Collet <remi@remirepo.net> - 2.3.1-1
|
||||
- update to 2.3.1
|
||||
|
||||
* Mon Sep 1 2025 Remi Collet <remi@remirepo.net> - 2.3.0-1
|
||||
- update to 2.3.0
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jul 15 2025 Remi Collet <remi@remirepo.net> - 2.2.0-1
|
||||
- update to 2.2.0
|
||||
|
||||
* Wed Feb 19 2025 Remi Collet <remi@remirepo.net> - 2.1.0-1
|
||||
- update to 2.1.0
|
||||
|
||||
* Tue Feb 18 2025 Remi Collet <remi@remirepo.net> - 2.0.2-1
|
||||
- update to 2.0.2
|
||||
|
||||
* Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 2.0.1-1
|
||||
- update to 2.0.1
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 2.0.0-1
|
||||
- update to 2.0.0
|
||||
- raise dependency on PHP 7.4
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpstan-phpdoc-parser-2.0.0-c00d78f.tgz) = 6ef71a35ac2c61d140c8544557df4b96a495fc67045bf923db9e331ca24d03fcb0b2d03ce99fc618cf99e4695ccf1923029037340b6fe1d28529940e6bc30d0d
|
||||
SHA512 (php-phpstan-phpdoc-parser-2.3.1-16dbf99.tgz) = 2c7f1c44f6f03d3082e4af00790cb529626c099cac798ece173f3bbfcb17acf3198b3eb62791a025d2ef63ccad0d0031c98f38b4435288dcf122c3fc5560a383
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue