From 1ede4ea278548b80f393c854a8073ec5a72d1682 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:32:27 +0000 Subject: [PATCH 01/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phpstan-phpdoc-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index d0ca698..5cc7e47 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -20,7 +20,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 2.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Dec 23 2024 Remi Collet - 2.0.0-1 - update to 2.0.0 - raise dependency on PHP 7.4 From cada7f7d6e1ca21acf023dec35341b463f44d91b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Feb 2025 15:58:56 +0100 Subject: [PATCH 02/12] v2.0.1 --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0ee4aeb..bc73480 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 5cc7e47..34743bb 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,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 - 2.0.1-1 +- update to 2.0.1 + * Sat Jan 18 2025 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index f9a3e3c..60cb9bd 100644 --- a/sources +++ b/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 From 303503af25aabec163abe00c26838e943a514e28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Feb 2025 15:58:56 +0100 Subject: [PATCH 03/12] v2.0.1 (cherry picked from commit cada7f7d6e1ca21acf023dec35341b463f44d91b) --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0ee4aeb..bc73480 100644 --- a/.gitignore +++ b/.gitignore @@ -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 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 diff --git a/sources b/sources index f9a3e3c..60cb9bd 100644 --- a/sources +++ b/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 From 277412bbf95bf5f770d94a4fc667a584410b10f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2025 07:45:58 +0100 Subject: [PATCH 04/12] v2.0.2 --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc73480..864d6b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 34743bb..52e8801 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 72e51f7c32c5aef7c8b462195b8c599b11199893 +%global gh_commit 51087f87dcce2663e1fed4dfd4e56eccd580297e %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.1 +Version: 2.0.2 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -127,6 +127,9 @@ exit $ret %changelog +* Tue Feb 18 2025 Remi Collet - 2.0.2-1 +- update to 2.0.2 + * Thu Feb 13 2025 Remi Collet - 2.0.1-1 - update to 2.0.1 diff --git a/sources b/sources index 60cb9bd..1f8ea36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpstan-phpdoc-parser-2.0.1-72e51f7.tgz) = f9e04c8ba13301ab988da8902ebea7ec8504b6736d9aa6f6a39ed888f966276ee69998651c20565f53d320a9ce6dd5a5528de00105c5bcdaa83f93ec69c106b3 +SHA512 (php-phpstan-phpdoc-parser-2.0.2-51087f8.tgz) = 95ef0c04a0c192cc8dc9ab5f657324f66e1f709a4e349f4ee766d01c3610f0f39f00be728efc8824949188aa06b364cc985349ecd2d4b68d678f322c9378b301 From 12564529a52549ae62e213c8a103757b17e9aed2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2025 07:45:58 +0100 Subject: [PATCH 05/12] v2.0.2 (cherry picked from commit 277412bbf95bf5f770d94a4fc667a584410b10f2) --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc73480..864d6b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 9e89962..9dd90f8 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 72e51f7c32c5aef7c8b462195b8c599b11199893 +%global gh_commit 51087f87dcce2663e1fed4dfd4e56eccd580297e %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.1 +Version: 2.0.2 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -127,6 +127,9 @@ exit $ret %changelog +* Tue Feb 18 2025 Remi Collet - 2.0.2-1 +- update to 2.0.2 + * Thu Feb 13 2025 Remi Collet - 2.0.1-1 - update to 2.0.1 diff --git a/sources b/sources index 60cb9bd..1f8ea36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpstan-phpdoc-parser-2.0.1-72e51f7.tgz) = f9e04c8ba13301ab988da8902ebea7ec8504b6736d9aa6f6a39ed888f966276ee69998651c20565f53d320a9ce6dd5a5528de00105c5bcdaa83f93ec69c106b3 +SHA512 (php-phpstan-phpdoc-parser-2.0.2-51087f8.tgz) = 95ef0c04a0c192cc8dc9ab5f657324f66e1f709a4e349f4ee766d01c3610f0f39f00be728efc8824949188aa06b364cc985349ecd2d4b68d678f322c9378b301 From eaaaed62cd9396d17710a9e5f46403291c876126 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Feb 2025 15:18:39 +0100 Subject: [PATCH 06/12] v2.1.0 --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 864d6b5..4c6c27d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 9dd90f8..c99bf53 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 51087f87dcce2663e1fed4dfd4e56eccd580297e +%global gh_commit 9b30d6fd026b2c132b3985ce6b23bec09ab3aa68 %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.2 +Version: 2.1.0 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -127,6 +127,9 @@ exit $ret %changelog +* Wed Feb 19 2025 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Tue Feb 18 2025 Remi Collet - 2.0.2-1 - update to 2.0.2 diff --git a/sources b/sources index 1f8ea36..5eb94d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpstan-phpdoc-parser-2.0.2-51087f8.tgz) = 95ef0c04a0c192cc8dc9ab5f657324f66e1f709a4e349f4ee766d01c3610f0f39f00be728efc8824949188aa06b364cc985349ecd2d4b68d678f322c9378b301 +SHA512 (php-phpstan-phpdoc-parser-2.1.0-9b30d6f.tgz) = 55e686acd5c3b0f4954dbb7befde1b619c2fc61d19a2d2a50364fa79157132a90a82de6582ec9f15451f29e52a112f5424ad62fc66d10765586ffc438edb07d7 From 5074218f188b4dc09dd2ab45a006bcb0c2b99f9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Feb 2025 15:18:39 +0100 Subject: [PATCH 07/12] v2.1.0 (cherry picked from commit eaaaed62cd9396d17710a9e5f46403291c876126) --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 864d6b5..4c6c27d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 52e8801..d5c67a4 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 51087f87dcce2663e1fed4dfd4e56eccd580297e +%global gh_commit 9b30d6fd026b2c132b3985ce6b23bec09ab3aa68 %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.2 +Version: 2.1.0 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -127,6 +127,9 @@ exit $ret %changelog +* Wed Feb 19 2025 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Tue Feb 18 2025 Remi Collet - 2.0.2-1 - update to 2.0.2 diff --git a/sources b/sources index 1f8ea36..5eb94d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpstan-phpdoc-parser-2.0.2-51087f8.tgz) = 95ef0c04a0c192cc8dc9ab5f657324f66e1f709a4e349f4ee766d01c3610f0f39f00be728efc8824949188aa06b364cc985349ecd2d4b68d678f322c9378b301 +SHA512 (php-phpstan-phpdoc-parser-2.1.0-9b30d6f.tgz) = 55e686acd5c3b0f4954dbb7befde1b619c2fc61d19a2d2a50364fa79157132a90a82de6582ec9f15451f29e52a112f5424ad62fc66d10765586ffc438edb07d7 From 1d36fa9af7b948654e6975ba631a0be71fc4fb36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jul 2025 08:05:24 +0200 Subject: [PATCH 08/12] v2.2.0 --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4c6c27d..7728d09 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index d5c67a4..05e59d2 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 9b30d6fd026b2c132b3985ce6b23bec09ab3aa68 +%global gh_commit b9e61a61e39e02dd90944e9115241c7f7e76bfd8 %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.1.0 +Version: 2.2.0 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}" php81 php82 php83 php84 php85; do if which $cmdarg; then set $cmdarg $1 -d auto_prepend_file=vendor/autoload.php \ @@ -127,6 +127,9 @@ exit $ret %changelog +* Tue Jul 15 2025 Remi Collet - 2.2.0-1 +- update to 2.2.0 + * Wed Feb 19 2025 Remi Collet - 2.1.0-1 - update to 2.1.0 diff --git a/sources b/sources index 5eb94d7..9f1ea89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpstan-phpdoc-parser-2.1.0-9b30d6f.tgz) = 55e686acd5c3b0f4954dbb7befde1b619c2fc61d19a2d2a50364fa79157132a90a82de6582ec9f15451f29e52a112f5424ad62fc66d10765586ffc438edb07d7 +SHA512 (php-phpstan-phpdoc-parser-2.2.0-b9e61a6.tgz) = c26b11d236d3dbe1462305051de53a4d6f28d0ba0a57c91c6d75d7ec3a6fec1346d168d9d10178f184574282432a95f42f3880190796c4b82507542c8bb6f240 From bc8a4c975ea93cb4418b1132959f45c528a3f6ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jul 2025 08:05:24 +0200 Subject: [PATCH 09/12] v2.2.0 (cherry picked from commit 1d36fa9af7b948654e6975ba631a0be71fc4fb36) --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4c6c27d..7728d09 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index c99bf53..c542ea3 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 9b30d6fd026b2c132b3985ce6b23bec09ab3aa68 +%global gh_commit b9e61a61e39e02dd90944e9115241c7f7e76bfd8 %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.1.0 +Version: 2.2.0 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}" php81 php82 php83 php84 php85; do if which $cmdarg; then set $cmdarg $1 -d auto_prepend_file=vendor/autoload.php \ @@ -127,6 +127,9 @@ exit $ret %changelog +* Tue Jul 15 2025 Remi Collet - 2.2.0-1 +- update to 2.2.0 + * Wed Feb 19 2025 Remi Collet - 2.1.0-1 - update to 2.1.0 diff --git a/sources b/sources index 5eb94d7..9f1ea89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpstan-phpdoc-parser-2.1.0-9b30d6f.tgz) = 55e686acd5c3b0f4954dbb7befde1b619c2fc61d19a2d2a50364fa79157132a90a82de6582ec9f15451f29e52a112f5424ad62fc66d10765586ffc438edb07d7 +SHA512 (php-phpstan-phpdoc-parser-2.2.0-b9e61a6.tgz) = c26b11d236d3dbe1462305051de53a4d6f28d0ba0a57c91c6d75d7ec3a6fec1346d168d9d10178f184574282432a95f42f3880190796c4b82507542c8bb6f240 From 2ed3e76b6a6b72bc301a2c4a0abe628673d2827b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:26:19 +0000 Subject: [PATCH 10/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpstan-phpdoc-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 05e59d2..ff9f55c 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -20,7 +20,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jul 15 2025 Remi Collet - 2.2.0-1 - update to 2.2.0 From 631b99f26de6fa4706a7ce8aae4967b878c1bafd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Sep 2025 07:04:00 +0200 Subject: [PATCH 11/12] v2.3.0 --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7728d09..ff8e256 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index ff9f55c..67d9fd1 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit b9e61a61e39e02dd90944e9115241c7f7e76bfd8 +%global gh_commit 1e0cd5370df5dd2e556a36b9c62f62e555870495 %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.2.0 -Release: 2%{?dist} +Version: 2.3.0 +Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Mon Sep 1 2025 Remi Collet - 2.3.0-1 +- update to 2.3.0 + * Fri Jul 25 2025 Fedora Release Engineering - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 9f1ea89..76c86cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpstan-phpdoc-parser-2.2.0-b9e61a6.tgz) = c26b11d236d3dbe1462305051de53a4d6f28d0ba0a57c91c6d75d7ec3a6fec1346d168d9d10178f184574282432a95f42f3880190796c4b82507542c8bb6f240 +SHA512 (php-phpstan-phpdoc-parser-2.3.0-1e0cd53.tgz) = 6fca0397ff88cdb55f5724daf81b29d5a818c30f3a353c8f4bd6d6e021f136241aa9e7c467e15603b2f50f857c7ef585b82ecd545e287c1a0a5ea89de6e07c09 From 798181bfcf2dd9356fb875398e175f15b90378d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jan 2026 14:44:56 +0100 Subject: [PATCH 12/12] v2.3.1 --- .gitignore | 1 + php-phpstan-phpdoc-parser.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ff8e256..52f41a8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /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 diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 67d9fd1..928567d 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-2025 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 1e0cd5370df5dd2e556a36b9c62f62e555870495 +%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.3.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 php85; 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,9 @@ exit $ret %changelog +* Mon Jan 12 2026 Remi Collet - 2.3.1-1 +- update to 2.3.1 + * Mon Sep 1 2025 Remi Collet - 2.3.0-1 - update to 2.3.0 diff --git a/sources b/sources index 76c86cf..b346b20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpstan-phpdoc-parser-2.3.0-1e0cd53.tgz) = 6fca0397ff88cdb55f5724daf81b29d5a818c30f3a353c8f4bd6d6e021f136241aa9e7c467e15603b2f50f857c7ef585b82ecd545e287c1a0a5ea89de6e07c09 +SHA512 (php-phpstan-phpdoc-parser-2.3.1-16dbf99.tgz) = 2c7f1c44f6f03d3082e4af00790cb529626c099cac798ece173f3bbfcb17acf3198b3eb62791a025d2ef63ccad0d0031c98f38b4435288dcf122c3fc5560a383