From c20d5e3cb77920925a83911362879ef4ffc1d510 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Jul 2024 07:59:34 +0200 Subject: [PATCH 01/10] v3.10.2 (cherry picked from commit dac4b5583b54bfaedb881018fdad78893acb3b80) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9f712fc..7a6af7a 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ clog /php-pear-PHP-CodeSniffer-3.10.0-57e0980.tgz /roundcubemail-1.5.7-complete.tar.gz /php-pear-PHP-CodeSniffer-3.10.1-8f90f7a.tgz +/php-pear-PHP-CodeSniffer-3.10.2-86e5f5d.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 68e0c4f..26e2776 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 8f90f7a53ce271935282967f53d0894f8f1ff877 +%global gh_commit 86e5f5dd9a840c46810ebe5ff1885581c42a3017 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-05-22 +%global gh_date 2024-07-21 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.10.1 +Version: 3.10.2 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -141,6 +141,9 @@ fi %changelog +* Mon Jul 22 2024 Remi Collet - 3.10.2-1 +- update to 3.10.2 + * Thu May 23 2024 Remi Collet - 3.10.1-1 - update to 3.10.1 diff --git a/sources b/sources index 5a2cc0c..61ddab6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.10.1-8f90f7a.tgz) = 00e972de684d7655b894212962aa49bb5c89899d01dcbb6eb0fb929bd5dc0553c7dd9542e017b22262564137dc2fb545ea8e055d8a6b3c79261d7ce85096432c +SHA512 (php-pear-PHP-CodeSniffer-3.10.2-86e5f5d.tgz) = 376d75a347cb130ab3128634c9332295597431b0a01fbdc234129e2ec4eef89916e64675aaa9fe850c43fd27a651c0b0fd8a5b15a784713dd77fbc058af6ca18 From 76a1f360ce2ca9878f72c016779af44cfd5cee04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 17 Sep 2024 03:39:08 +0000 Subject: [PATCH 02/10] Correct SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 If there will be no comments in two weeks, I will merge this. (cherry picked from commit 9222b878e84d0d65d14760b8a171f10e358c0b8a) --- php-pear-PHP-CodeSniffer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 26e2776..00608c9 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -27,7 +27,7 @@ Version: 3.10.2 Release: 1%{?dist} Summary: PHP coding standards enforcement tool -License: BSD 3-Clause +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to retrieve test suite Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz From ed1cc9c1cbb7af744bd2c367135cf5d1cbd9bf53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Sep 2024 14:50:06 +0200 Subject: [PATCH 03/10] v3.10.3 (cherry picked from commit bcdd00f96baa4055897c293582bbfaede7b05839) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7a6af7a..6bcab39 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ clog /roundcubemail-1.5.7-complete.tar.gz /php-pear-PHP-CodeSniffer-3.10.1-8f90f7a.tgz /php-pear-PHP-CodeSniffer-3.10.2-86e5f5d.tgz +/php-pear-PHP-CodeSniffer-3.10.3-62d3299.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 00608c9..8a7cf94 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 86e5f5dd9a840c46810ebe5ff1885581c42a3017 +%global gh_commit 62d32998e820bddc40f99f8251958aed187a5c9c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-07-21 +%global gh_date 2024-09-18 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.10.2 +Version: 3.10.3 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -141,6 +141,9 @@ fi %changelog +* Wed Sep 18 2024 Remi Collet - 3.10.3-1 +- update to 3.10.3 + * Mon Jul 22 2024 Remi Collet - 3.10.2-1 - update to 3.10.2 diff --git a/sources b/sources index 61ddab6..d8709a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.10.2-86e5f5d.tgz) = 376d75a347cb130ab3128634c9332295597431b0a01fbdc234129e2ec4eef89916e64675aaa9fe850c43fd27a651c0b0fd8a5b15a784713dd77fbc058af6ca18 +SHA512 (php-pear-PHP-CodeSniffer-3.10.3-62d3299.tgz) = 5d3ad84e8a67cdc9b30ff807232923a022cd5e4149a770c02ff36d54fca4959d1cae7bd00cf11b948b4d2df0f7a345b36cfc950d15258dab966472554ca0557d From 02e760c8731c4af8e546abf65aa2e729044210f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Nov 2024 12:46:45 +0100 Subject: [PATCH 04/10] v3.11.0 (cherry picked from commit 4ed1e86361a73abf5d1b1e091c5f82a96c7f1201) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6bcab39..d27709f 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ clog /php-pear-PHP-CodeSniffer-3.10.1-8f90f7a.tgz /php-pear-PHP-CodeSniffer-3.10.2-86e5f5d.tgz /php-pear-PHP-CodeSniffer-3.10.3-62d3299.tgz +/php-pear-PHP-CodeSniffer-3.11.0-70c08f8.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 8a7cf94..cbb6f18 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 62d32998e820bddc40f99f8251958aed187a5c9c +%global gh_commit 70c08f8d20c0eb4fe56f26644dd94dae76a7f450 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-09-18 +%global gh_date 2024-11-12 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.10.3 +Version: 3.11.0 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -113,7 +113,7 @@ sed -e "/@copyright/s/2021/${YEAR}/" \ # Version 3.9.0: Tests: 2276, Assertions: 10969, Warnings: 4, Skipped: 12. 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 memory_limit=-1 ${2:-%{_bindir}/phpunit9} \ @@ -141,6 +141,9 @@ fi %changelog +* Tue Nov 12 2024 Remi Collet - 3.11.0-1 +- update to 3.11.0 + * Wed Sep 18 2024 Remi Collet - 3.10.3-1 - update to 3.10.3 diff --git a/sources b/sources index d8709a5..9ac7bae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.10.3-62d3299.tgz) = 5d3ad84e8a67cdc9b30ff807232923a022cd5e4149a770c02ff36d54fca4959d1cae7bd00cf11b948b4d2df0f7a345b36cfc950d15258dab966472554ca0557d +SHA512 (php-pear-PHP-CodeSniffer-3.11.0-70c08f8.tgz) = c12f22e7b5e219ea10edcca3188eb3a294b37a538ec47d44c9b6191092f8a7313c90e30926ef7a3713d452209e8ff214c5e016b432719a8b442be8f7a78fe1e6 From 2b6357fdce2526cf94bfd39a0ec9223a490f92d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Nov 2024 10:01:24 +0100 Subject: [PATCH 05/10] v3.11.1 (cherry picked from commit bbfa53333887ff1e6e3622098850a3b9df480a5b) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d27709f..bab5621 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ clog /php-pear-PHP-CodeSniffer-3.10.2-86e5f5d.tgz /php-pear-PHP-CodeSniffer-3.10.3-62d3299.tgz /php-pear-PHP-CodeSniffer-3.11.0-70c08f8.tgz +/php-pear-PHP-CodeSniffer-3.11.1-19473c3.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index cbb6f18..9071a87 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 70c08f8d20c0eb4fe56f26644dd94dae76a7f450 +%global gh_commit 19473c30efe4f7b3cd42522d0b2e6e7f243c6f87 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-11-12 +%global gh_date 2024-11-16 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.11.0 +Version: 3.11.1 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -141,6 +141,9 @@ fi %changelog +* Mon Nov 18 2024 Remi Collet - 3.11.1-1 +- update to 3.11.1 + * Tue Nov 12 2024 Remi Collet - 3.11.0-1 - update to 3.11.0 diff --git a/sources b/sources index 9ac7bae..d2ae863 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.11.0-70c08f8.tgz) = c12f22e7b5e219ea10edcca3188eb3a294b37a538ec47d44c9b6191092f8a7313c90e30926ef7a3713d452209e8ff214c5e016b432719a8b442be8f7a78fe1e6 +SHA512 (php-pear-PHP-CodeSniffer-3.11.1-19473c3.tgz) = 52f18f27dbe83b59f8f1d09dc0d68d4a53a78ee0828d901b7a3b9e521e3854e69df4c026220ce15ed1047acbc627b7fd7013405dd16f8176e2bd72b576512a41 From ddb15f4117b97aad08579bdb9a4d73e08e0d074c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Dec 2024 08:21:13 +0100 Subject: [PATCH 06/10] v3.11.2 (cherry picked from commit 7426c9065a2c8af45025982d80d349407d89a823) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bab5621..41c403b 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ clog /php-pear-PHP-CodeSniffer-3.10.3-62d3299.tgz /php-pear-PHP-CodeSniffer-3.11.0-70c08f8.tgz /php-pear-PHP-CodeSniffer-3.11.1-19473c3.tgz +/php-pear-PHP-CodeSniffer-3.11.2-1368f4a.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 9071a87..72c2258 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 19473c30efe4f7b3cd42522d0b2e6e7f243c6f87 +%global gh_commit 1368f4a58c3c52114b86b1abe8f4098869cb0079 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-11-16 +%global gh_date 2024-12-11 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.11.1 +Version: 3.11.2 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -45,6 +45,7 @@ BuildRequires: php-dom BuildRequires: php-iconv BuildRequires: php-intl %if %{with tests} +BuildRequires: php-bcmath # to run test suite, from composer.json "require-dev" # "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" %global phpunit %{_bindir}/phpunit9 @@ -111,12 +112,14 @@ YEAR=$(date +%Y) sed -e "/@copyright/s/2021/${YEAR}/" \ -i src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed -# Version 3.9.0: Tests: 2276, Assertions: 10969, Warnings: 4, Skipped: 12. +# Version 3.11.2: Tests: 3174, Assertions: 18639, Warnings: 3, Skipped: 19. +# testBrokenRulesetMultiError failing reported as https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/767 ret=0 for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg $1 -d memory_limit=-1 ${2:-%{_bindir}/phpunit9} \ + --filter '^((?!(testBrokenRulesetMultiError)).)*$' \ || ret=1 fi done @@ -141,6 +144,9 @@ fi %changelog +* Thu Dec 12 2024 Remi Collet - 3.11.2-1 +- update to 3.11.2 + * Mon Nov 18 2024 Remi Collet - 3.11.1-1 - update to 3.11.1 diff --git a/sources b/sources index d2ae863..f7e5eb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.11.1-19473c3.tgz) = 52f18f27dbe83b59f8f1d09dc0d68d4a53a78ee0828d901b7a3b9e521e3854e69df4c026220ce15ed1047acbc627b7fd7013405dd16f8176e2bd72b576512a41 +SHA512 (php-pear-PHP-CodeSniffer-3.11.2-1368f4a.tgz) = 2e490407d80d8f235d81c4dde1503eb2722bcb7bf6753e7d9d13017fb84cdbbaf51a15e7613295e1f00eb7097fcb070dfa7861309d8805a22df0a852cd9f7901 From b244a555fad21efeb345723c39968b72481bd43a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Jan 2025 07:50:30 +0100 Subject: [PATCH 07/10] v3.11.3 (cherry picked from commit 360553de8ad3e930aa04adc361d3aab494f9abce) (cherry picked from commit e8f463df8526000b979dff1df6e7d8446c78c73b) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 41c403b..3d1d52e 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ clog /php-pear-PHP-CodeSniffer-3.11.0-70c08f8.tgz /php-pear-PHP-CodeSniffer-3.11.1-19473c3.tgz /php-pear-PHP-CodeSniffer-3.11.2-1368f4a.tgz +/php-pear-PHP-CodeSniffer-3.11.3-ba05f99.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 72c2258..dd39be4 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -1,6 +1,6 @@ # spec file for php-pear-PHP-CodeSniffer # -# Copyright (c) 2013-2024 Remi Collet +# Copyright (c) 2013-2025 Remi Collet # Copyright (c) 2009-2013 Christof Damian # Copyright (c) 2006-2009 Konstantin Ryabitsev # @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 1368f4a58c3c52114b86b1abe8f4098869cb0079 +%global gh_commit ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-12-11 +%global gh_date 2025-01-23 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.11.2 +Version: 3.11.3 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -109,7 +109,8 @@ rm src/Standards/Generic/Tests/Debug/JSHintUnitTest.* # Fix current date YEAR=$(date +%Y) -sed -e "/@copyright/s/2021/${YEAR}/" \ +PREV=$(expr $YEAR - 1) +sed -e "/@copyright/s/${PREV}/${YEAR}/" \ -i src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed # Version 3.11.2: Tests: 3174, Assertions: 18639, Warnings: 3, Skipped: 19. @@ -144,6 +145,9 @@ fi %changelog +* Fri Jan 24 2025 Remi Collet - 3.11.3-1 +- update to 3.11.3 + * Thu Dec 12 2024 Remi Collet - 3.11.2-1 - update to 3.11.2 diff --git a/sources b/sources index f7e5eb0..c14a20c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.11.2-1368f4a.tgz) = 2e490407d80d8f235d81c4dde1503eb2722bcb7bf6753e7d9d13017fb84cdbbaf51a15e7613295e1f00eb7097fcb070dfa7861309d8805a22df0a852cd9f7901 +SHA512 (php-pear-PHP-CodeSniffer-3.11.3-ba05f99.tgz) = 359397a569fb71d6636124bf0226799dbd6bbf84e3aa7d2f64bc9adbde729973299f8664a32f901963e5e552f1474378f5ca87d1386baff7b7311c2386e77980 From a96450c60fa818c9b875c92198088cf2fdca9de4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Mar 2025 09:03:06 +0100 Subject: [PATCH 08/10] v3.12.0 (cherry picked from commit 2a1edf8f00b0cc6d82ae44bbafd4c956377d743e) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3d1d52e..c854aea 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ clog /php-pear-PHP-CodeSniffer-3.11.1-19473c3.tgz /php-pear-PHP-CodeSniffer-3.11.2-1368f4a.tgz /php-pear-PHP-CodeSniffer-3.11.3-ba05f99.tgz +/php-pear-PHP-CodeSniffer-3.12.0-2d1b63d.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index dd39be4..c0756c6 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10 +%global gh_commit 2d1b63db139c3c6ea0c927698e5160f8b3b8d630 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-01-23 +%global gh_date 2025-03-18 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.11.3 +Version: 3.12.0 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -145,6 +145,9 @@ fi %changelog +* Tue Mar 18 2025 Remi Collet - 3.12.0-1 +- update to 3.12.0 + * Fri Jan 24 2025 Remi Collet - 3.11.3-1 - update to 3.11.3 diff --git a/sources b/sources index c14a20c..9d3c9b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.11.3-ba05f99.tgz) = 359397a569fb71d6636124bf0226799dbd6bbf84e3aa7d2f64bc9adbde729973299f8664a32f901963e5e552f1474378f5ca87d1386baff7b7311c2386e77980 +SHA512 (php-pear-PHP-CodeSniffer-3.12.0-2d1b63d.tgz) = bb60634b82b410c1ec6a53c19eda4d4f9baad0ca71280b3dda2754d6aa1d83649763c7b31ee2ffe5b3a0cc6ef829dc8cebbae668646c93cc27b2e3f53c054c66 From ccd25247c887f4abb0665720f85772686a50d92f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Apr 2025 11:19:44 +0200 Subject: [PATCH 09/10] v3.12.1 (cherry picked from commit 711b33f980c0f67d0fe6aedbf3617def12b757c9) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c854aea..791bf65 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ clog /php-pear-PHP-CodeSniffer-3.11.2-1368f4a.tgz /php-pear-PHP-CodeSniffer-3.11.3-ba05f99.tgz /php-pear-PHP-CodeSniffer-3.12.0-2d1b63d.tgz +/php-pear-PHP-CodeSniffer-3.12.1-ea16a1f.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index c0756c6..0e9a12a 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 2d1b63db139c3c6ea0c927698e5160f8b3b8d630 +%global gh_commit ea16a1f3719783345febd3aab41beb55c8c84bfd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-03-18 +%global gh_date 2025-04-04 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.12.0 +Version: 3.12.1 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -145,6 +145,9 @@ fi %changelog +* Mon Apr 7 2025 Remi Collet - 3.12.1-1 +- update to 3.12.1 + * Tue Mar 18 2025 Remi Collet - 3.12.0-1 - update to 3.12.0 diff --git a/sources b/sources index 9d3c9b8..2125d91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.12.0-2d1b63d.tgz) = bb60634b82b410c1ec6a53c19eda4d4f9baad0ca71280b3dda2754d6aa1d83649763c7b31ee2ffe5b3a0cc6ef829dc8cebbae668646c93cc27b2e3f53c054c66 +SHA512 (php-pear-PHP-CodeSniffer-3.12.1-ea16a1f.tgz) = 983f63a8b2d2eb938c7621fb979c90d20ac7ba3375e33e2b139571a289f2efb925581343e123cb11f8281198927fa8caef8a93eee8ca00411ea0910fbb3d5611 From 369abf37c8d0108b487240308dcf0af4efd1d894 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Apr 2025 09:52:03 +0200 Subject: [PATCH 10/10] v3.12.2 (cherry picked from commit bd66e5bd2ec598862b66ac9d38262ba8cd0d3d23) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 791bf65..474d92e 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ clog /php-pear-PHP-CodeSniffer-3.11.3-ba05f99.tgz /php-pear-PHP-CodeSniffer-3.12.0-2d1b63d.tgz /php-pear-PHP-CodeSniffer-3.12.1-ea16a1f.tgz +/php-pear-PHP-CodeSniffer-3.12.2-6d4cf60.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 0e9a12a..a0b75ba 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit ea16a1f3719783345febd3aab41beb55c8c84bfd +%global gh_commit 6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-04-04 +%global gh_date 2025-04-13 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -23,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.12.1 +Version: 3.12.2 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -145,6 +145,9 @@ fi %changelog +* Mon Apr 14 2025 Remi Collet - 3.12.2-1 +- update to 3.12.2 + * Mon Apr 7 2025 Remi Collet - 3.12.1-1 - update to 3.12.1 diff --git a/sources b/sources index 2125d91..c871598 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.12.1-ea16a1f.tgz) = 983f63a8b2d2eb938c7621fb979c90d20ac7ba3375e33e2b139571a289f2efb925581343e123cb11f8281198927fa8caef8a93eee8ca00411ea0910fbb3d5611 +SHA512 (php-pear-PHP-CodeSniffer-3.12.2-6d4cf60.tgz) = 9c61b2b336a0bc838e79b1ddb1f12ce9550476e1104c13fb1bc38d6d15787a5ba82106f1a48250cb32a63d2e0d007f17f10b9305a57b88ba1de91c979dfc8a1e