diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-20 09:49:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-20 09:49:13 +0100 |
commit | 4bd389770ff56462fb51e50a7e8760f03213a9b4 (patch) | |
tree | 61bcc558e1ca391be6f5ff2abb7427df810694f4 /php-cs-fixer.spec | |
parent | 6a0d903372764d6c2e67013bd5f512075dd93645 (diff) |
update to 3.52.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 a4d349c..5057f29 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 a3564bd66f4bce9bc871ef18b690e2dc67a7f969 +%global gh_commit 6e77207f0d851862ceeb6da63e6e22c01b1587bc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-03-18 +%global gh_date 2024-03-19 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.52.0 +Version: 3.52.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -150,6 +150,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Mar 20 2024 Remi Collet <remi@remirepo.net> - 3.52.1-1 +- update to 3.52.1 + * Tue Mar 19 2024 Remi Collet <remi@remirepo.net> - 3.52.0-1 - update to 3.52.0 |