parent
78903ad1ed
commit
303503af25
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/Fedora spec file for php-phpstan-phpdoc-parser
|
||||
#
|
||||
# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
|
||||
# SPDX-FileCopyrightText: Copyright 2024-2025 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 72e51f7c32c5aef7c8b462195b8c599b11199893
|
||||
%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.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PHPDoc parser with support for nullable, intersection and generic types
|
||||
|
||||
|
|
@ -127,6 +127,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 2.0.1-1
|
||||
- update to 2.0.1
|
||||
|
||||
* 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.0.1-72e51f7.tgz) = f9e04c8ba13301ab988da8902ebea7ec8504b6736d9aa6f6a39ed888f966276ee69998651c20565f53d320a9ce6dd5a5528de00105c5bcdaa83f93ec69c106b3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue