diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-13 15:57:32 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-13 15:57:32 +0100 |
commit | c4c05f3f3449b8db6f3ff8de136853ef76e11276 (patch) | |
tree | 1ae015d9a0e8eff8e9a3863c97b026463feddb01 /php-phpstan-phpdoc-parser.spec | |
parent | 8f74af8ddcf852a2cb2abbd82e6d5c45ed613ee4 (diff) |
update to 2.0.1
Diffstat (limited to 'php-phpstan-phpdoc-parser.spec')
-rw-r--r-- | php-phpstan-phpdoc-parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index d0ca698..9e89962 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -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 |