diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-19 15:15:18 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-19 15:15:18 +0100 |
commit | 3cc5e6e3153674b9ebec80f8b7ce7b78750b2fa9 (patch) | |
tree | 2c510821bbc252e2a17bf6d000d178859250f519 | |
parent | 03729f37869b8724a4b6486d21d8289fb4e65bc4 (diff) |
-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 3cc8a54..ef02523 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 630a59448c00729bc235d5e95cfedefeaca37523 +%global gh_commit 13b0c0eede38c11cd674b080f2b485d0f14ffa9f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-02-14 +%global gh_date 2025-02-18 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.69.0 +Version: 3.69.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -104,6 +104,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Feb 19 2025 Remi Collet <remi@remirepo.net> - 3.69.1-1 +- update to 3.69.1 + * Mon Feb 17 2025 Remi Collet <remi@remirepo.net> - 3.69.0-1 - update to 3.69.0 |