diff options
| author | Remi Collet <remi@remirepo.net> | 2024-05-22 09:37:33 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-05-22 09:37:33 +0200 | 
| commit | fc31d5e0b7fc8805e68946c3797aff785d6fee47 (patch) | |
| tree | b6cf438be6b2a8a5d2320afc2ab2242bc8176182 | |
| parent | dd40485346b32440fc5d284b2e24d3b642dd7785 (diff) | |
update to 3.57.2
| -rw-r--r-- | php-cs-fixer.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 43a9b2a..5673a18 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    3f7efe667a8c9818aacceee478add7c0fc24cb21 +%global gh_commit    22f7f3145606df92b02fb1bd22c30abfce956d3c  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2024-05-16 +%global gh_date      2024-05-20  %global gh_owner     FriendsOfPHP  %global gh_project   PHP-CS-Fixer  Name:           php-cs-fixer -Version:        3.57.1 +Version:        3.57.2  Release:        1%{?dist}  Summary:        PHP Coding Standards Fixer @@ -160,6 +160,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}  %changelog +* Wed May 22 2024 Remi Collet <remi@remirepo.net> - 3.57.2-1 +- update to 3.57.2 +  * Thu May 16 2024 Remi Collet <remi@remirepo.net> - 3.57.1-1  - update to 3.57.1  | 
