From c4c05f3f3449b8db6f3ff8de136853ef76e11276 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Feb 2025 15:57:32 +0100 Subject: update to 2.0.1 --- php-phpstan-phpdoc-parser.spec | 9 ++++++--- 1 file 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 - 2.0.1-1 +- update to 2.0.1 + * Mon Dec 23 2024 Remi Collet - 2.0.0-1 - update to 2.0.0 - raise dependency on PHP 7.4 -- cgit