This commit is contained in:
Remi Collet 2025-02-13 15:58:56 +01:00
commit cada7f7d6e
3 changed files with 9 additions and 5 deletions

View file

@ -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,8 +19,8 @@
%global major %nil
Name: php-%{gh_owner}-%{gh_project}%{major}
Version: 2.0.0
Release: 2%{?dist}
Version: 2.0.1
Release: 1%{?dist}
Summary: PHPDoc parser with support for nullable, intersection and generic types
License: MIT
@ -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
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild