From d7c5f95f601699a3fe0c3f4c6476a205d64abc93 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Feb 2024 08:54:47 +0100 Subject: [PATCH 1/8] update to 3.9.0 drop patch merged upstream (cherry picked from commit 307edb1bb419e19c7a0179edd633fa587899a6cf) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 07b117a..933ca86 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ clog /PHP_CodeSniffer-3.7.2.tgz /php-pear-PHP-CodeSniffer-3.8.0-5805f7a.tgz /php-pear-PHP-CodeSniffer-3.8.1-14f5fff.tgz +/php-pear-PHP-CodeSniffer-3.9.0-d63cee4.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 6e6d839..e7489e6 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,8 +13,9 @@ %bcond_without tests -%global gh_commit 14f5fff1e64118595db5408e946f3a22c75807f7 +%global gh_commit d63cee4890a8afaf86a22e51ad4d97c91dd4579b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) +%global gh_date 2024-02-16 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -22,7 +23,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.8.1 +Version: 3.9.0 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -34,7 +35,6 @@ Source1: makesrc.sh # RPM installation path Patch0: %{name}-rpm.patch -Patch1: 0001-skip-tests-requiring-git-repository.patch BuildArch: noarch BuildRequires: php(language) >= 5.4 @@ -79,7 +79,6 @@ certain standards, such as PEAR, or user-defined. %prep %setup -q -n %{gh_project}-%{gh_commit} %patch -P0 -p1 -b .rpm -%patch -P1 -p1 -b .nogit %build @@ -112,12 +111,12 @@ YEAR=$(date +%Y) sed -e "/@copyright/s/2021/${YEAR}/" \ -i src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed -# Version 3.6.2: Tests: 1327, Assertions: 8476, Skipped: 8. +# Version 3.9.0: Tests: 2276, Assertions: 10969, Warnings: 4, Skipped: 12. ret=0 for cmdarg in "php %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg - $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \ + $1 -d memory_limit=-1 ${2:-%{_bindir}/phpunit9} \ || ret=1 fi done @@ -142,6 +141,10 @@ fi %changelog +* Sat Feb 17 2024 Remi Collet - 3.9.0-1 +- update to 3.9.0 +- drop patch merged upstream + * Fri Jan 12 2024 Remi Collet - 3.8.1-1 - update to 3.8.1 - add patch for test suite from diff --git a/sources b/sources index af78dc6..d68770b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.8.1-14f5fff.tgz) = f3d219c9520c134061994ee36a44ac3aff8aaf311495eefd4f0fc7489d3e9473283b69a4cc4cd6df8e352a1ed3d8bdc177b4ecec5bab59f25cee13cbeb9fe162 +SHA512 (php-pear-PHP-CodeSniffer-3.9.0-d63cee4.tgz) = a496f09e2d80a38936eb6117738f0dc41e9b256d67e2a45f2978b7c889b90c35a4c902f3579fa412f96615f86b6b3cb44b9990f5f78d6df21edb78d50a0038d8 From 2b1b1d86d8db1b554bff1cd9cc40ced6b0e05917 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Apr 2024 08:04:56 +0200 Subject: [PATCH 2/8] v3.9.1 (cherry picked from commit 3666b4ec4cd8e37d72605eb79a03cdddced5c847) --- .gitignore | 1 + php-pear-PHP-CodeSniffer-rpm.patch | 24 ++++++++---------------- php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 933ca86..99d439c 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ clog /php-pear-PHP-CodeSniffer-3.8.0-5805f7a.tgz /php-pear-PHP-CodeSniffer-3.8.1-14f5fff.tgz /php-pear-PHP-CodeSniffer-3.9.0-d63cee4.tgz +/php-pear-PHP-CodeSniffer-3.9.1-267a440.tgz diff --git a/php-pear-PHP-CodeSniffer-rpm.patch b/php-pear-PHP-CodeSniffer-rpm.patch index 66736db..082cf2d 100644 --- a/php-pear-PHP-CodeSniffer-rpm.patch +++ b/php-pear-PHP-CodeSniffer-rpm.patch @@ -1,31 +1,23 @@ diff -up ./bin/phpcbf.rpm ./bin/phpcbf ---- ./bin/phpcbf.rpm 2023-12-11 09:46:17.920584703 +0100 -+++ ./bin/phpcbf 2023-12-11 09:46:27.469951577 +0100 -@@ -8,11 +8,7 @@ +--- ./bin/phpcbf.rpm 2024-04-02 07:58:25.996735959 +0200 ++++ ./bin/phpcbf 2024-04-02 07:59:09.906379098 +0200 +@@ -8,7 +8,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ --if (is_file(__DIR__.'/../autoload.php') === true) { -- include_once __DIR__.'/../autoload.php'; --} else { -- include_once 'PHP/CodeSniffer/autoload.php'; --} +-require_once __DIR__.'/../autoload.php'; +include_once '/usr/share/pear/PHP/CodeSniffer/autoload.php'; $runner = new PHP_CodeSniffer\Runner(); $exitCode = $runner->runPHPCBF(); diff -up ./bin/phpcs.rpm ./bin/phpcs ---- ./bin/phpcs.rpm 2023-12-11 09:45:10.918010545 +0100 -+++ ./bin/phpcs 2023-12-11 09:46:03.104015468 +0100 -@@ -8,11 +8,7 @@ +--- ./bin/phpcs.rpm 2024-04-02 07:58:25.996735959 +0200 ++++ ./bin/phpcs 2024-04-02 07:59:18.295693037 +0200 +@@ -8,7 +8,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ --if (is_file(__DIR__.'/../autoload.php') === true) { -- include_once __DIR__.'/../autoload.php'; --} else { -- include_once 'PHP/CodeSniffer/autoload.php'; --} +-require_once __DIR__.'/../autoload.php'; +include_once '/usr/share/pear/PHP/CodeSniffer/autoload.php'; $runner = new PHP_CodeSniffer\Runner(); diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index e7489e6..e52c067 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit d63cee4890a8afaf86a22e51ad4d97c91dd4579b +%global gh_commit 267a4405fff1d9c847134db3a3c92f1ab7f77909 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-02-16 +%global gh_date 2024-03-31 %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.9.0 +Version: 3.9.1 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -141,6 +141,9 @@ fi %changelog +* Tue Apr 2 2024 Remi Collet - 3.9.1-1 +- update to 3.9.1 + * Sat Feb 17 2024 Remi Collet - 3.9.0-1 - update to 3.9.0 - drop patch merged upstream diff --git a/sources b/sources index d68770b..f9b4ee0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.9.0-d63cee4.tgz) = a496f09e2d80a38936eb6117738f0dc41e9b256d67e2a45f2978b7c889b90c35a4c902f3579fa412f96615f86b6b3cb44b9990f5f78d6df21edb78d50a0038d8 +SHA512 (php-pear-PHP-CodeSniffer-3.9.1-267a440.tgz) = 5501d0b3e30c6ac9670921e451f47366c92e98abce80eaaf4e459e8a9752b304f0c31beb1ce5054af964c93e66282bbb20d0c9be22515758817767616e0626ef From 52cd0000aa6fa1088798da6630d046976c718328 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2024 11:02:24 +0200 Subject: [PATCH 3/8] v3.9.2 --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 99d439c..6a8907d 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ clog /php-pear-PHP-CodeSniffer-3.8.1-14f5fff.tgz /php-pear-PHP-CodeSniffer-3.9.0-d63cee4.tgz /php-pear-PHP-CodeSniffer-3.9.1-267a440.tgz +/php-pear-PHP-CodeSniffer-3.9.2-aac1f6f.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index e52c067..be9b485 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 267a4405fff1d9c847134db3a3c92f1ab7f77909 +%global gh_commit aac1f6f347a5c5ac6bc98ad395007df00990f480 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-03-31 +%global gh_date 2024-04-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.9.1 +Version: 3.9.2 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -141,6 +141,9 @@ fi %changelog +* Wed Apr 24 2024 Remi Collet - 3.9.2-1 +- update to 3.9.2 + * Tue Apr 2 2024 Remi Collet - 3.9.1-1 - update to 3.9.1 diff --git a/sources b/sources index f9b4ee0..6d7f47b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.9.1-267a440.tgz) = 5501d0b3e30c6ac9670921e451f47366c92e98abce80eaaf4e459e8a9752b304f0c31beb1ce5054af964c93e66282bbb20d0c9be22515758817767616e0626ef +SHA512 (php-pear-PHP-CodeSniffer-3.9.2-aac1f6f.tgz) = 7c4299bb058e24864439235b78d03486aa87cc6a2b30082fe79896054a49816c1fb1e29dd1b673fc16ccadbd83db2d3e4d57ba9827f7c007ae5a586bbbb9991d From 8fd3c0220225613a19aa1c3667b49356c0016c4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 May 2024 10:39:18 +0200 Subject: [PATCH 4/8] v3.10.0 (cherry picked from commit 86de742b5b1c034607a78a65e8ccf02808900b25) --- .gitignore | 1 + php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6a8907d..187cc79 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ clog /php-pear-PHP-CodeSniffer-3.9.0-d63cee4.tgz /php-pear-PHP-CodeSniffer-3.9.1-267a440.tgz /php-pear-PHP-CodeSniffer-3.9.2-aac1f6f.tgz +/php-pear-PHP-CodeSniffer-3.10.0-57e0980.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index be9b485..00755b0 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit aac1f6f347a5c5ac6bc98ad395007df00990f480 +%global gh_commit 57e09801c2fbae2d257b8b75bebb3deeb7e9deb2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-04-23 +%global gh_date 2024-05-20 %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.9.2 +Version: 3.10.0 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -141,6 +141,9 @@ fi %changelog +* Wed May 22 2024 Remi Collet - 3.10.0-1 +- update to 3.10.0 + * Wed Apr 24 2024 Remi Collet - 3.9.2-1 - update to 3.9.2 diff --git a/sources b/sources index 6d7f47b..a11a815 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.9.2-aac1f6f.tgz) = 7c4299bb058e24864439235b78d03486aa87cc6a2b30082fe79896054a49816c1fb1e29dd1b673fc16ccadbd83db2d3e4d57ba9827f7c007ae5a586bbbb9991d +SHA512 (php-pear-PHP-CodeSniffer-3.10.0-57e0980.tgz) = 33fd93bcb6294655e08f71dbdb2911b0030a938cd2dbebfd8a8052d4688056da04c49569b5be029a8d524d2de33c03607e650586577d388683e2797643bb3dd9 From c30ae219c66d4a91bcc2169fcbb963b745eef2b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 May 2024 07:42:25 +0200 Subject: [PATCH 5/8] v3.10.1 (cherry picked from commit ed1eb2685ab10149a221820c964773a32fb92f5c) --- .gitignore | 2 ++ php-pear-PHP-CodeSniffer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 187cc79..9f712fc 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ clog /php-pear-PHP-CodeSniffer-3.9.1-267a440.tgz /php-pear-PHP-CodeSniffer-3.9.2-aac1f6f.tgz /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 diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 00755b0..9afe9da 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -13,9 +13,9 @@ %bcond_without tests -%global gh_commit 57e09801c2fbae2d257b8b75bebb3deeb7e9deb2 +%global gh_commit 8f90f7a53ce271935282967f53d0894f8f1ff877 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-05-20 +%global gh_date 2024-05-22 %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.0 +Version: 3.10.1 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -141,6 +141,9 @@ fi %changelog +* Thu May 23 2024 Remi Collet - 3.10.1-1 +- update to 3.10.1 + * Wed May 22 2024 Remi Collet - 3.10.0-1 - update to 3.10.0 diff --git a/sources b/sources index a11a815..5a2cc0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-pear-PHP-CodeSniffer-3.10.0-57e0980.tgz) = 33fd93bcb6294655e08f71dbdb2911b0030a938cd2dbebfd8a8052d4688056da04c49569b5be029a8d524d2de33c03607e650586577d388683e2797643bb3dd9 +SHA512 (php-pear-PHP-CodeSniffer-3.10.1-8f90f7a.tgz) = 00e972de684d7655b894212962aa49bb5c89899d01dcbb6eb0fb929bd5dc0553c7dd9542e017b22262564137dc2fb545ea8e055d8a6b3c79261d7ce85096432c From f13ce2f501cc7766c78fab22ee9ee88d9ef0e6d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Jul 2024 07:59:34 +0200 Subject: [PATCH 6/8] v3.10.2 (cherry picked from commit dac4b5583b54bfaedb881018fdad78893acb3b80) (cherry picked from commit c20d5e3cb77920925a83911362879ef4ffc1d510) --- .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 9afe9da..e82d859 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 f5d3c1fa172ca19b1dd782f7728b12058f9a9103 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 7/8] 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 e82d859..dbbc70f 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 332417e063f90702ee225633bed4616ecbb1f622 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Sep 2024 14:50:06 +0200 Subject: [PATCH 8/8] 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 dbbc70f..9a1ac51 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