From 3d98c1fdc7dd9c36a8b64fef80548dbd4c36e394 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:00:38 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-nikic-php-parser4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 7733c1e..b869be4 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -26,7 +26,7 @@ Name: php-%{gh_owner}-%{pk_project}%{major} Version: 4.19.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -149,6 +149,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 4.19.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Mar 19 2024 Remi Collet - 4.19.1-1 - update to 4.19.1 - raise dependency on PHP 7.1 From 0a1ad37159f3eae9185380a3912f265ba1ddf403 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Sep 2024 15:13:16 +0200 Subject: [PATCH 2/6] v4.19.2 --- .gitignore | 1 + php-nikic-php-parser4.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3d81ff7..7c7cdef 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ clog /php-nikic-php-parser4-4.17.1-a6303e5.tgz /php-nikic-php-parser4-4.18.0-1bcbb21.tgz /php-nikic-php-parser4-4.19.1-4e1b88d.tgz +/php-nikic-php-parser4-4.19.2-0ed4c89.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index b869be4..6f04561 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -15,7 +15,7 @@ %bcond_with tests %endif -%global gh_commit 4e1b88d21c69391150ace211e9eaf05810858d0b +%global gh_commit 0ed4c8949a32986043e977dbe14776c14d644c45 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -25,8 +25,8 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.19.1 -Release: 2%{?dist} +Version: 4.19.2 +Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -126,7 +126,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -149,6 +149,9 @@ exit $ret %changelog +* Wed Sep 18 2024 Remi Collet - 4.19.2-1 +- update to 4.19.2 + * Fri Jul 19 2024 Fedora Release Engineering - 4.19.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 5165174..1c5d8d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.19.1-4e1b88d.tgz) = 42b7a4c9cb67221a4803e1e61bfbc2fb4b37e07b06df551b818e9166bb941fea2939461f50a2bff2a552e83427fb199d61209b41ba6f9eaf928aa3e832f84131 +SHA512 (php-nikic-php-parser4-4.19.2-0ed4c89.tgz) = b1453d0ca5bc50eda6e00f2f58bd2e6e9666fb427c0b4a7426f31d7bfd534786fc9efca91cf56b2e8655c8f8aabb4dd4f8cb34485aba6d790f500f5e33e02764 From 52f2336083da6fb4ef042c7e372e13b428bb45b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Sep 2024 07:39:44 +0200 Subject: [PATCH 3/6] v4.19.4 --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7c7cdef..9962f52 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ clog /php-nikic-php-parser4-4.18.0-1bcbb21.tgz /php-nikic-php-parser4-4.19.1-4e1b88d.tgz /php-nikic-php-parser4-4.19.2-0ed4c89.tgz +/php-nikic-php-parser4-4.19.4-715f4d2.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 6f04561..d03604f 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -15,7 +15,7 @@ %bcond_with tests %endif -%global gh_commit 0ed4c8949a32986043e977dbe14776c14d644c45 +%global gh_commit 715f4d25e225bc47b293a8b997fe6ce99bf987d2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -25,7 +25,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.19.2 +Version: 4.19.4 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -49,7 +49,7 @@ BuildRequires: php-json BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { -# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0", +# "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", # "ircmaxell/php-yacc": "0.0.7" %global phpunit %{_bindir}/phpunit9 BuildRequires: phpunit9 @@ -149,6 +149,9 @@ exit $ret %changelog +* Mon Sep 30 2024 Remi Collet - 4.19.4-1 +- update to 4.19.4 + * Wed Sep 18 2024 Remi Collet - 4.19.2-1 - update to 4.19.2 diff --git a/sources b/sources index 1c5d8d7..b1a71f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.19.2-0ed4c89.tgz) = b1453d0ca5bc50eda6e00f2f58bd2e6e9666fb427c0b4a7426f31d7bfd534786fc9efca91cf56b2e8655c8f8aabb4dd4f8cb34485aba6d790f500f5e33e02764 +SHA512 (php-nikic-php-parser4-4.19.4-715f4d2.tgz) = c6eb9e25fe950264a8f27bf16adc603af9973da0514f0b728fc0fd768f000f7a983403c674209f78941672adf72ca61d54e705d05884b7dc4ccfbfa7d4e6696b From c36ac9be7b890a484dd3dd01682348a393ef80b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:12:06 +0000 Subject: [PATCH 4/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-nikic-php-parser4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index d03604f..c8fcbfb 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -26,7 +26,7 @@ Name: php-%{gh_owner}-%{pk_project}%{major} Version: 4.19.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -149,6 +149,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 4.19.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Sep 30 2024 Remi Collet - 4.19.4-1 - update to 4.19.4 From 47a6680bd1704159dbcd141161eaf4967f9b3247 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:16:08 +0000 Subject: [PATCH 5/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-nikic-php-parser4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index c8fcbfb..a1b7dc8 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -26,7 +26,7 @@ Name: php-%{gh_owner}-%{pk_project}%{major} Version: 4.19.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -149,6 +149,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 4.19.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 4.19.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From afa9e97f46d6ec013733833532254d5e6d6f234e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Dec 2025 09:01:52 +0100 Subject: [PATCH 6/6] update to 4.19.5 re-license spec file to CECILL-2.1 --- .gitignore | 1 + php-nikic-php-parser4.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9962f52..9aae347 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ clog /php-nikic-php-parser4-4.19.1-4e1b88d.tgz /php-nikic-php-parser4-4.19.2-0ed4c89.tgz /php-nikic-php-parser4-4.19.4-715f4d2.tgz +/php-nikic-php-parser4-4.19.5-51bd93c.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index a1b7dc8..5658e8c 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for php-nikic-php-parser4 # -# Copyright (c) 2016-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -15,7 +15,7 @@ %bcond_with tests %endif -%global gh_commit 715f4d25e225bc47b293a8b997fe6ce99bf987d2 +%global gh_commit 51bd93cc741b7fc3d63d20b6bdcd99fdaa359837 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -25,8 +25,8 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.19.4 -Release: 3%{?dist} +Version: 4.19.5 +Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -126,7 +126,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" 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 include_path=%{php_home} \ @@ -149,6 +149,10 @@ exit $ret %changelog +* Tue Dec 9 2025 Remi Collet - 4.19.5-1 +- update to 4.19.5 +- re-license spec file to CECILL-2.1 + * Fri Jul 25 2025 Fedora Release Engineering - 4.19.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index b1a71f1..619d1c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.19.4-715f4d2.tgz) = c6eb9e25fe950264a8f27bf16adc603af9973da0514f0b728fc0fd768f000f7a983403c674209f78941672adf72ca61d54e705d05884b7dc4ccfbfa7d4e6696b +SHA512 (php-nikic-php-parser4-4.19.5-51bd93c.tgz) = 739cb8134ca83bfaeb8189dc40ef7603e2c7c7813d28841b279306f6e2d3f77910eb5033aae0c2bad0f38d0dc6490953cc3518bf433c4f99cecf2007c10d17cc