diff options
| -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 ca5b0ab..e2547aa 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 f171dc216bc8a4192d5a0876a899cce6f9e379d6 +%global gh_commit 9f10aa6390cea91da175ea608880e942d7c0226e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-12-01 +%global gh_date 2025-12-05 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.91.2 +Version: 3.91.3 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Sat Dec 6 2025 Remi Collet <remi@remirepo.net> - 3.91.3-1 +- update to 3.91.3 + * Tue Dec 2 2025 Remi Collet <remi@remirepo.net> - 3.91.2-1 - update to 3.91.2 |
