diff options
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 a2a57ca..ca65b56 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    4dd6768cb7558440d27d18f54909eee417317ce9 +%global gh_commit    f34967da2866ace090a2b447de1f357356474573  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2025-10-18 +%global gh_date      2025-10-24  %global gh_owner     FriendsOfPHP  %global gh_project   PHP-CS-Fixer  Name:           php-cs-fixer -Version:        3.89.0 +Version:        3.89.1  Release:        1%{?dist}  Summary:        PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}  %changelog +* Fri Oct 24 2025 Remi Collet <remi@remirepo.net> - 3.89.1-1 +- update to 3.89.1 +  * Mon Oct 20 2025 Remi Collet <remi@remirepo.net> - 3.89.0-1  - update to 3.89.0  | 
