diff options
| author | Remi Collet <remi@remirepo.net> | 2025-09-08 10:18:15 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-09-08 10:18:15 +0200 | 
| commit | 39a152590ec5f5a6f0a3df881054bbeed9018798 (patch) | |
| tree | 79a68d287db43a6c752ba291da1b6a050cedc084 | |
| parent | 045c21ffb59603c02de003e839bd6ffd8d02ab6a (diff) | |
update to 3.13.4v3
| -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 | 
