diff options
| -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 d3f98ea..cc1fa9f 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -16,9 +16,9 @@  %bcond_without       tests -%global gh_commit    5b5e3821314f947dd040c70f7992a64eac89025c +%global gh_commit    ad545ea9c1b7d270ce0fc9cbfb884161cd706119  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2025-06-17 +%global gh_date      2025-09-05  %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.2 +Version:        3.13.4  Release:        1%{?dist}  Summary:        PHP coding standards enforcement tool @@ -148,6 +148,9 @@ fi  %changelog +* Mon Sep  8 2025 Remi Collet <remi@remirepo.net> - 3.13.4-1 +- update to 3.13.4 +  * Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 3.13.2-1  - update to 3.13.2 | 
