diff options
| author | Remi Collet <remi@remirepo.net> | 2024-11-18 10:00:36 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-11-18 10:00:36 +0100 | 
| commit | 3539fb6d10d0f0b8237c5afb70c2347377dd8fec (patch) | |
| tree | 3af14a823afe67d8a46955310445ffff2d465ba0 | |
| parent | 8d4ff1b718abc7e0e8f6ad72c9100ab3f5166c4c (diff) | |
update to 3.11.1
| -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 7cb5d1f..cc6a837 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -16,9 +16,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 @@ -26,7 +26,7 @@  Name:           php-pear-PHP-CodeSniffer -Version:        3.11.0 +Version:        3.11.1  Release:        1%{?dist}  Summary:        PHP coding standards enforcement tool @@ -144,6 +144,9 @@ fi  %changelog +* Mon Nov 18 2024 Remi Collet <remi@remirepo.net> - 3.11.1-1 +- update to 3.11.1 +  * Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 3.11.0-1  - update to 3.11.0  | 
