diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-03 07:03:31 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-03 07:03:31 +0100 |
commit | 94a287fc2462ed09370da33f84bdcf2718630581 (patch) | |
tree | 40caabb911a1f2e796be8f000f8dfa57808637c2 /php-cs-fixer.spec | |
parent | b4523a8caa5e3bacdcdd12aeed4f468c5275e995 (diff) |
update to 3.70.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 c05a8ba..4d81c76 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2ecd5aae0edc937f0d5aa4a22d1d705c6b2e084e +%global gh_commit add1b3a05256392dbad63875240041b2c0349ceb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-02-23 +%global gh_date 2025-03-01 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.70.0 +Version: 3.70.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -104,6 +104,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Mon Mar 3 2025 Remi Collet <remi@remirepo.net> - 3.70.1-1 +- update to 3.70.1 + * Sun Feb 23 2025 Remi Collet <remi@remirepo.net> - 3.70.0-1 - update to 3.70.0 |