diff options
author | Remi Collet <remi@remirepo.net> | 2024-05-30 07:15:18 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-05-30 07:15:18 +0200 |
commit | 4ea7be461432893d65ce263c333d4490294b5d96 (patch) | |
tree | 51a49e250e4a39a79c68cf30b4eeffd35a58cb07 /php-cs-fixer.spec | |
parent | 75e5202082b0c6d1a7856162b45d76747618e58b (diff) |
update to 3.58.1
Diffstat (limited to 'php-cs-fixer.spec')
-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 1abf571..a636389 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 55d3483c80c09f91d876aa4e2971ce349d07310c +%global gh_commit 04e9424025677a86914b9a4944dbbf4060bb0aff %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-05-28 +%global gh_date 2024-05-29 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.58.0 +Version: 3.58.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -160,6 +160,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Thu May 30 2024 Remi Collet <remi@remirepo.net> - 3.58.1-1 +- update to 3.58.1 + * Wed May 29 2024 Remi Collet <remi@remirepo.net> - 3.58.0-1 - update to 3.58.0 |