diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-18 08:47:54 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-18 08:47:54 +0200 |
commit | 045c21ffb59603c02de003e839bd6ffd8d02ab6a (patch) | |
tree | f3d919ebc1a28d94c8e9ff8bd166c42ff995f1fc | |
parent | babb55fe716ba7884e294606623bddcd290af71e (diff) |
update to 3.13.2v3
-rw-r--r-- | php-pear-PHP-CodeSniffer.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 5b8fb01..d3f98ea 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -16,9 +16,9 @@ %bcond_without tests -%global gh_commit 65ff2489553b83b4597e89c3b8b721487011d186 +%global gh_commit 5b5e3821314f947dd040c70f7992a64eac89025c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-05-11 +%global gh_date 2025-06-17 %global gh_owner PHPCSStandards %global gh_project PHP_CodeSniffer # keep in old PEAR tree @@ -26,7 +26,7 @@ Name: php-pear-PHP-CodeSniffer -Version: 3.13.0 +Version: 3.13.2 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -148,6 +148,9 @@ fi %changelog +* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 3.13.2-1 +- update to 3.13.2 + * Thu May 15 2025 Remi Collet <remi@remirepo.net> - 3.13.0-1 - update to 3.13.0 |