From 9e71942011d7a6543e528e0909aa6af66f029388 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 08:48:18 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-microsoft-tolerant-php-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index ea77a48..b03595a 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -23,7 +23,7 @@ Name: php-%{pk_vendor}-%{pk_name} Version: 0.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From ca84a7a82f7f2255b88a7a115f995afaf16a1b4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 09:47:10 +0100 Subject: [PATCH 2/9] v0.1.2 --- .gitignore | 1 + php-microsoft-tolerant-php-parser.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 74d0363..906e337 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /php-microsoft-tolerant-php-parser-0.0.22-3fdca6b.tgz /php-microsoft-tolerant-php-parser-0.0.23-1d76657.tgz /php-microsoft-tolerant-php-parser-0.1.1-6a96561.tgz +/php-microsoft-tolerant-php-parser-0.1.2-3eccfd2.tgz diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index b03595a..b62f889 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-microsoft-tolerant-php-parser # -# Copyright (c) 2018-2021 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2018-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github -%global gh_commit 6a965617cf484355048ac6d2d3de7b6ec93abb16 +%global gh_commit 3eccfd273323aaf69513e2f1c888393f5947804b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Microsoft %global gh_project tolerant-php-parser @@ -22,8 +22,8 @@ Name: php-%{pk_vendor}-%{pk_name} -Version: 0.1.1 -Release: 4%{?dist} +Version: 0.1.2 +Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -94,7 +94,7 @@ rm tests/ParserGrammarTest.php : Run the test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit8 \ --testsuite invariants \ @@ -127,6 +127,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 0.1.2-1 +- update to 0.1.2 + * Fri Jan 20 2023 Fedora Release Engineering - 0.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 88f647b..eaa78cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-microsoft-tolerant-php-parser-0.1.1-6a96561.tgz) = 4595664a6f7e7b129414651e22599cd4c78dfaec41a75fdef790fe444da00bf7e9cb644d9c0b7a0aec85ae37632f64c8b8307fd612a8d4f2cc84c859c548e81c +SHA512 (php-microsoft-tolerant-php-parser-0.1.2-3eccfd2.tgz) = 4f4fe1597e2f4a817b5bf8e4dc72678f78c012d300c471427c10e06992d04958ced8440f6235c90e9b2284f578dc6b3772e328b5775ed8f729ce8844a91a729b From 5feddd3ba830795a01ac84e4d42921c73356f4c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 09:47:10 +0100 Subject: [PATCH 3/9] v0.1.2 (cherry picked from commit ca84a7a82f7f2255b88a7a115f995afaf16a1b4d) --- .gitignore | 1 + php-microsoft-tolerant-php-parser.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 74d0363..906e337 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /php-microsoft-tolerant-php-parser-0.0.22-3fdca6b.tgz /php-microsoft-tolerant-php-parser-0.0.23-1d76657.tgz /php-microsoft-tolerant-php-parser-0.1.1-6a96561.tgz +/php-microsoft-tolerant-php-parser-0.1.2-3eccfd2.tgz diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index ea77a48..3ea0bba 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-microsoft-tolerant-php-parser # -# Copyright (c) 2018-2021 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2018-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github -%global gh_commit 6a965617cf484355048ac6d2d3de7b6ec93abb16 +%global gh_commit 3eccfd273323aaf69513e2f1c888393f5947804b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Microsoft %global gh_project tolerant-php-parser @@ -22,8 +22,8 @@ Name: php-%{pk_vendor}-%{pk_name} -Version: 0.1.1 -Release: 3%{?dist} +Version: 0.1.2 +Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -94,7 +94,7 @@ rm tests/ParserGrammarTest.php : Run the test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit8 \ --testsuite invariants \ @@ -127,6 +127,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 0.1.2-1 +- update to 0.1.2 + * Fri Jul 22 2022 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 88f647b..eaa78cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-microsoft-tolerant-php-parser-0.1.1-6a96561.tgz) = 4595664a6f7e7b129414651e22599cd4c78dfaec41a75fdef790fe444da00bf7e9cb644d9c0b7a0aec85ae37632f64c8b8307fd612a8d4f2cc84c859c548e81c +SHA512 (php-microsoft-tolerant-php-parser-0.1.2-3eccfd2.tgz) = 4f4fe1597e2f4a817b5bf8e4dc72678f78c012d300c471427c10e06992d04958ced8440f6235c90e9b2284f578dc6b3772e328b5775ed8f729ce8844a91a729b From 77176ff5b8b5c904ab5c7dd1cf709030eeafec7c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 04:27:04 +0000 Subject: [PATCH 4/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-microsoft-tolerant-php-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index b62f889..2833349 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -23,7 +23,7 @@ Name: php-%{pk_vendor}-%{pk_name} Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 0.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Mar 6 2023 Remi Collet - 0.1.2-1 - update to 0.1.2 From 51d0f07b3c05e9346f8a38061ab834f37150fd59 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 20:57:27 +0000 Subject: [PATCH 5/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-microsoft-tolerant-php-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index 2833349..2607604 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -23,7 +23,7 @@ Name: php-%{pk_vendor}-%{pk_name} Version: 0.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 0.1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 0.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From c45ed976a22a9115f319066826a7b6562480e5b5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 22:44:13 +0000 Subject: [PATCH 6/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-microsoft-tolerant-php-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index 2607604..e7707be 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -23,7 +23,7 @@ Name: php-%{pk_vendor}-%{pk_name} Version: 0.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 0.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c831c8eb83f739437c6f8033e4c81eb79f1577be Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 06:58:30 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-microsoft-tolerant-php-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index e7707be..6f0d855 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -23,7 +23,7 @@ Name: php-%{pk_vendor}-%{pk_name} Version: 0.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 0.1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 0.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 1f7743a9cb1a97a9247f4cbd14fecac95d964e6c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:09:27 +0000 Subject: [PATCH 8/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-microsoft-tolerant-php-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index 6f0d855..7370cd0 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -23,7 +23,7 @@ Name: php-%{pk_vendor}-%{pk_name} Version: 0.1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 0.1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 0.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From b52ca616dc7d49ce1be11ffb25da9c7ad51f858d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:14:51 +0000 Subject: [PATCH 9/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-microsoft-tolerant-php-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index 7370cd0..3bb5e63 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -23,7 +23,7 @@ Name: php-%{pk_vendor}-%{pk_name} Version: 0.1.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tolerant PHP-to-AST parser License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.1.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 0.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild