From 8be9abf2543cc96268715e9a4592c8328f7c9e54 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 08:50:44 +0000 Subject: [PATCH 01/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 0c9c91c..741c2e7 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -28,7 +28,7 @@ Name: php-%{gh_owner}-%{pk_project}%{major} Version: 4.15.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -151,6 +151,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 4.15.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Jan 17 2023 Remi Collet - 4.15.3-1 - update to 4.15.3 From a42fa489ae53e9623dfe8073b7be6a8e8a4e3a3c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 10:10:33 +0100 Subject: [PATCH 02/20] v4.15.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 16b4599..2b4eaf4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ clog /php-nikic-php-parser4-4.15.1-0ef6c55.tgz /php-nikic-php-parser4-4.15.2-f59bbe4.tgz /php-nikic-php-parser4-4.15.3-570e980.tgz +/php-nikic-php-parser4-4.15.4-6bb5176.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 741c2e7..0f4432e 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 570e980a201d8ed0236b0a62ddf2c9cbb2034039 +%global gh_commit 6bb5176bc4af8bcb7d926f88718db9b96a2d4290 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,8 +27,8 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.3 -Release: 2%{?dist} +Version: 4.15.4 +Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -151,6 +151,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 4.15.4-1 +- update to 4.15.4 + * Fri Jan 20 2023 Fedora Release Engineering - 4.15.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index dc3e74d..4e5d254 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.3-570e980.tgz) = 56f47c944579d788ebe3c098b50a6509216d02541e83ddeeb96a614d37b2666780fcb43058e2fc21b369036b5600561631ac35f3edf6fd7189f15c5bbca1192e +SHA512 (php-nikic-php-parser4-4.15.4-6bb5176.tgz) = a7793f9097d761a50aef37fc99673cb988596c460bad29be312b005c99dda5e55f93589d52990d942929d6d9f7062c265064748765b6d9e267dc5841b41b0df1 From e0d1587cac51cc88470cdd835f734f3fd40ee4a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 10:10:33 +0100 Subject: [PATCH 03/20] v4.15.4 (cherry picked from commit a42fa489ae53e9623dfe8073b7be6a8e8a4e3a3c) --- .gitignore | 1 + php-nikic-php-parser4.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16b4599..2b4eaf4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ clog /php-nikic-php-parser4-4.15.1-0ef6c55.tgz /php-nikic-php-parser4-4.15.2-f59bbe4.tgz /php-nikic-php-parser4-4.15.3-570e980.tgz +/php-nikic-php-parser4-4.15.4-6bb5176.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 0c9c91c..06331fa 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 570e980a201d8ed0236b0a62ddf2c9cbb2034039 +%global gh_commit 6bb5176bc4af8bcb7d926f88718db9b96a2d4290 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.3 +Version: 4.15.4 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -151,6 +151,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 4.15.4-1 +- update to 4.15.4 + * Tue Jan 17 2023 Remi Collet - 4.15.3-1 - update to 4.15.3 diff --git a/sources b/sources index dc3e74d..4e5d254 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.3-570e980.tgz) = 56f47c944579d788ebe3c098b50a6509216d02541e83ddeeb96a614d37b2666780fcb43058e2fc21b369036b5600561631ac35f3edf6fd7189f15c5bbca1192e +SHA512 (php-nikic-php-parser4-4.15.4-6bb5176.tgz) = a7793f9097d761a50aef37fc99673cb988596c460bad29be312b005c99dda5e55f93589d52990d942929d6d9f7062c265064748765b6d9e267dc5841b41b0df1 From dffd60ecf1d4e35f0ddd0aea36987cb782e6a6c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 May 2023 10:04:15 +0200 Subject: [PATCH 04/20] v4.15.5 --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2b4eaf4..6b5e42c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ clog /php-nikic-php-parser4-4.15.2-f59bbe4.tgz /php-nikic-php-parser4-4.15.3-570e980.tgz /php-nikic-php-parser4-4.15.4-6bb5176.tgz +/php-nikic-php-parser4-4.15.5-11e2663.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 0f4432e..c2751a6 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 6bb5176bc4af8bcb7d926f88718db9b96a2d4290 +%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.4 +Version: 4.15.5 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -91,7 +91,7 @@ Autoloader: %{php_home}/%{ns_project}%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm %build @@ -151,6 +151,9 @@ exit $ret %changelog +* Wed May 24 2023 Remi Collet - 4.15.5-1 +- update to 4.15.5 + * Mon Mar 6 2023 Remi Collet - 4.15.4-1 - update to 4.15.4 diff --git a/sources b/sources index 4e5d254..d47ac83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.4-6bb5176.tgz) = a7793f9097d761a50aef37fc99673cb988596c460bad29be312b005c99dda5e55f93589d52990d942929d6d9f7062c265064748765b6d9e267dc5841b41b0df1 +SHA512 (php-nikic-php-parser4-4.15.5-11e2663.tgz) = ace66102ddeb7a0f4b644b5d8579e1ed76579146ded37ac1459bbb14865fef6fd1eac5653336366dd8fad3ce0928b74ed0daac74232c979249e3bf445385a10c From 760f943715e525981c4eea2e6c5637bac4eba5ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 May 2023 10:04:15 +0200 Subject: [PATCH 05/20] v4.15.5 (cherry picked from commit dffd60ecf1d4e35f0ddd0aea36987cb782e6a6c3) --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2b4eaf4..6b5e42c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ clog /php-nikic-php-parser4-4.15.2-f59bbe4.tgz /php-nikic-php-parser4-4.15.3-570e980.tgz /php-nikic-php-parser4-4.15.4-6bb5176.tgz +/php-nikic-php-parser4-4.15.5-11e2663.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 06331fa..ddaf1ed 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 6bb5176bc4af8bcb7d926f88718db9b96a2d4290 +%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.4 +Version: 4.15.5 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -91,7 +91,7 @@ Autoloader: %{php_home}/%{ns_project}%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm %build @@ -151,6 +151,9 @@ exit $ret %changelog +* Wed May 24 2023 Remi Collet - 4.15.5-1 +- update to 4.15.5 + * Mon Mar 6 2023 Remi Collet - 4.15.4-1 - update to 4.15.4 diff --git a/sources b/sources index 4e5d254..d47ac83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.4-6bb5176.tgz) = a7793f9097d761a50aef37fc99673cb988596c460bad29be312b005c99dda5e55f93589d52990d942929d6d9f7062c265064748765b6d9e267dc5841b41b0df1 +SHA512 (php-nikic-php-parser4-4.15.5-11e2663.tgz) = ace66102ddeb7a0f4b644b5d8579e1ed76579146ded37ac1459bbb14865fef6fd1eac5653336366dd8fad3ce0928b74ed0daac74232c979249e3bf445385a10c From b1dabc41890e7cf9b38e2467b9f8f60a8e5037db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jun 2023 15:45:15 +0200 Subject: [PATCH 06/20] v1.16.0 --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6b5e42c..dc1f423 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ clog /php-nikic-php-parser4-4.15.3-570e980.tgz /php-nikic-php-parser4-4.15.4-6bb5176.tgz /php-nikic-php-parser4-4.15.5-11e2663.tgz +/php-nikic-php-parser4-4.16.0-19526a3.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index c2751a6..5d395fe 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e +%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.5 +Version: 4.16.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -128,7 +128,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -151,6 +151,9 @@ exit $ret %changelog +* Mon Jun 26 2023 Remi Collet - 4.16.0-1 +- update to 4.16.0 + * Wed May 24 2023 Remi Collet - 4.15.5-1 - update to 4.15.5 diff --git a/sources b/sources index d47ac83..4f2183e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.5-11e2663.tgz) = ace66102ddeb7a0f4b644b5d8579e1ed76579146ded37ac1459bbb14865fef6fd1eac5653336366dd8fad3ce0928b74ed0daac74232c979249e3bf445385a10c +SHA512 (php-nikic-php-parser4-4.16.0-19526a3.tgz) = e4a216a4e412ccfa866275f79083c671461226b8454137cee1ae884776160a2452190b80a88cf9eed31685b61a0edad439ad4cd2a32c7f358728a3dd36eba7f9 From 08746063d4f171039fd0fc64bbc0f05dc998ab34 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jun 2023 15:45:15 +0200 Subject: [PATCH 07/20] v1.16.0 (cherry picked from commit b1dabc41890e7cf9b38e2467b9f8f60a8e5037db) --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6b5e42c..dc1f423 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ clog /php-nikic-php-parser4-4.15.3-570e980.tgz /php-nikic-php-parser4-4.15.4-6bb5176.tgz /php-nikic-php-parser4-4.15.5-11e2663.tgz +/php-nikic-php-parser4-4.16.0-19526a3.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index ddaf1ed..26777f8 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e +%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.5 +Version: 4.16.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -128,7 +128,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -151,6 +151,9 @@ exit $ret %changelog +* Mon Jun 26 2023 Remi Collet - 4.16.0-1 +- update to 4.16.0 + * Wed May 24 2023 Remi Collet - 4.15.5-1 - update to 4.15.5 diff --git a/sources b/sources index d47ac83..4f2183e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.5-11e2663.tgz) = ace66102ddeb7a0f4b644b5d8579e1ed76579146ded37ac1459bbb14865fef6fd1eac5653336366dd8fad3ce0928b74ed0daac74232c979249e3bf445385a10c +SHA512 (php-nikic-php-parser4-4.16.0-19526a3.tgz) = e4a216a4e412ccfa866275f79083c671461226b8454137cee1ae884776160a2452190b80a88cf9eed31685b61a0edad439ad4cd2a32c7f358728a3dd36eba7f9 From b66991830656d84eb3c59ac748a32f26d8f2a911 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 04:29:30 +0000 Subject: [PATCH 08/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 5d395fe..7b58070 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -28,7 +28,7 @@ Name: php-%{gh_owner}-%{pk_project}%{major} Version: 4.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -151,6 +151,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 4.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Jun 26 2023 Remi Collet - 4.16.0-1 - update to 4.16.0 From 7bc4c0eaf6acac100430222d1b2b73375e193a1e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Aug 2023 11:41:05 +0200 Subject: [PATCH 09/20] v4.17.1 --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dc1f423..b6b5df0 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ clog /php-nikic-php-parser4-4.15.4-6bb5176.tgz /php-nikic-php-parser4-4.15.5-11e2663.tgz /php-nikic-php-parser4-4.16.0-19526a3.tgz +/php-nikic-php-parser4-4.17.1-a6303e5.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 7b58070..714a589 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17 +%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,8 +27,8 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.16.0 -Release: 2%{?dist} +Version: 4.17.1 +Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -151,6 +151,9 @@ exit $ret %changelog +* Fri Aug 18 2023 Remi Collet - 4.17.1-1 +- update to 4.17.1 + * Fri Jul 21 2023 Fedora Release Engineering - 4.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 4f2183e..777f98b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.16.0-19526a3.tgz) = e4a216a4e412ccfa866275f79083c671461226b8454137cee1ae884776160a2452190b80a88cf9eed31685b61a0edad439ad4cd2a32c7f358728a3dd36eba7f9 +SHA512 (php-nikic-php-parser4-4.17.1-a6303e5.tgz) = b8bfdfd482af7cafdde18105b9d577ca91ea683389471ccddca5d7fb1241ef19650f7b4508f930b4537fc7a0742ba7a75e675d749419448d2fe3c5f47d536f5d From a15d2d7a8a1e8c9a3e9affafa021440c96e11c7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Aug 2023 11:41:05 +0200 Subject: [PATCH 10/20] v4.17.1 (cherry picked from commit 7bc4c0eaf6acac100430222d1b2b73375e193a1e) (cherry picked from commit b6595b549aeadb0b39d93768317ab8f0306d4892) --- .gitignore | 1 + php-nikic-php-parser4.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc1f423..b6b5df0 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ clog /php-nikic-php-parser4-4.15.4-6bb5176.tgz /php-nikic-php-parser4-4.15.5-11e2663.tgz /php-nikic-php-parser4-4.16.0-19526a3.tgz +/php-nikic-php-parser4-4.17.1-a6303e5.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 26777f8..d06a334 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17 +%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.16.0 +Version: 4.17.1 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -151,6 +151,9 @@ exit $ret %changelog +* Fri Aug 18 2023 Remi Collet - 4.17.1-1 +- update to 4.17.1 + * Mon Jun 26 2023 Remi Collet - 4.16.0-1 - update to 4.16.0 diff --git a/sources b/sources index 4f2183e..777f98b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.16.0-19526a3.tgz) = e4a216a4e412ccfa866275f79083c671461226b8454137cee1ae884776160a2452190b80a88cf9eed31685b61a0edad439ad4cd2a32c7f358728a3dd36eba7f9 +SHA512 (php-nikic-php-parser4-4.17.1-a6303e5.tgz) = b8bfdfd482af7cafdde18105b9d577ca91ea683389471ccddca5d7fb1241ef19650f7b4508f930b4537fc7a0742ba7a75e675d749419448d2fe3c5f47d536f5d From 37063dfa379b0fdb50675a1f56a8cc69aa392b3d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Dec 2023 07:15:07 +0100 Subject: [PATCH 11/20] v4.18.0 --- .gitignore | 1 + php-nikic-php-parser4.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b6b5df0..0507a56 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ clog /php-nikic-php-parser4-4.15.5-11e2663.tgz /php-nikic-php-parser4-4.16.0-19526a3.tgz /php-nikic-php-parser4-4.17.1-a6303e5.tgz +/php-nikic-php-parser4-4.18.0-1bcbb21.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 714a589..80fb9aa 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -7,8 +7,6 @@ # Please, preserve the changelog entries # -# For compatibility with SCL -%undefine __brp_mangle_shebangs %if 0%{?fedora} %bcond_without tests @@ -17,7 +15,7 @@ %bcond_with tests %endif -%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d +%global gh_commit 1bcbb2179f97633e98bbbc87044ee2611c7d7999 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +25,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.17.1 +Version: 4.18.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -128,7 +126,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -151,6 +149,9 @@ exit $ret %changelog +* Mon Dec 11 2023 Remi Collet - 4.18.0-1 +- update to 4.18.0 + * Fri Aug 18 2023 Remi Collet - 4.17.1-1 - update to 4.17.1 diff --git a/sources b/sources index 777f98b..03cb53f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.17.1-a6303e5.tgz) = b8bfdfd482af7cafdde18105b9d577ca91ea683389471ccddca5d7fb1241ef19650f7b4508f930b4537fc7a0742ba7a75e675d749419448d2fe3c5f47d536f5d +SHA512 (php-nikic-php-parser4-4.18.0-1bcbb21.tgz) = ec4682a2fc9075895c2fbc9a17ed6de0e9580c11277176014bd5a8c1c414cc271f5e24ef34650e671e851860ac316ede72b4f62ad61955fb7fc6da56fdd86134 From 4befdb945fcd375395791913cb75376cd2c034de Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 20:59:43 +0000 Subject: [PATCH 12/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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 80fb9aa..49fc2f0 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.18.0 -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 +* Sun Jan 21 2024 Fedora Release Engineering - 4.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Dec 11 2023 Remi Collet - 4.18.0-1 - update to 4.18.0 From e312f2868a2daca2dd6554a079e75d1c0831e3f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 22:46:32 +0000 Subject: [PATCH 13/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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 49fc2f0..1fc6398 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.18.0 -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 +* Thu Jan 25 2024 Fedora Release Engineering - 4.18.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 4.18.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 03b32fa88b8cf0a821982f23a849ef586b100c15 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2024 15:03:23 +0100 Subject: [PATCH 14/20] update to 4.19.1 raise dependency on PHP 7.1 --- .gitignore | 1 + php-nikic-php-parser4.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0507a56..3d81ff7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ clog /php-nikic-php-parser4-4.16.0-19526a3.tgz /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 diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 1fc6398..7733c1e 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-nikic-php-parser4 # -# Copyright (c) 2016-2023 Remi Collet +# Copyright (c) 2016-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -15,7 +15,7 @@ %bcond_with tests %endif -%global gh_commit 1bcbb2179f97633e98bbbc87044ee2611c7d7999 +%global gh_commit 4e1b88d21c69391150ace211e9eaf05810858d0b %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.18.0 -Release: 3%{?dist} +Version: 4.19.1 +Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause @@ -58,9 +58,9 @@ BuildRequires: phpunit9 BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": ">=7.0", +# "php": ">=7.1", # "ext-tokenizer": "*" -Requires: php(language) >= 7.0 +Requires: php(language) >= 7.1 Requires: php-tokenizer # From phpcompatinfo report for version 4.0.0 Requires: php-reflection @@ -149,6 +149,10 @@ exit $ret %changelog +* Tue Mar 19 2024 Remi Collet - 4.19.1-1 +- update to 4.19.1 +- raise dependency on PHP 7.1 + * Thu Jan 25 2024 Fedora Release Engineering - 4.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 03cb53f..5165174 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.18.0-1bcbb21.tgz) = ec4682a2fc9075895c2fbc9a17ed6de0e9580c11277176014bd5a8c1c414cc271f5e24ef34650e671e851860ac316ede72b4f62ad61955fb7fc6da56fdd86134 +SHA512 (php-nikic-php-parser4-4.19.1-4e1b88d.tgz) = 42b7a4c9cb67221a4803e1e61bfbc2fb4b37e07b06df551b818e9166bb941fea2939461f50a2bff2a552e83427fb199d61209b41ba6f9eaf928aa3e832f84131 From 3d98c1fdc7dd9c36a8b64fef80548dbd4c36e394 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:00:38 +0000 Subject: [PATCH 15/20] 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 16/20] 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 17/20] 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 18/20] 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 19/20] 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 20/20] 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