diff options
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r-- | php-cs-fixer.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 9a083c1..e5f4e26 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 4a952bd19dc97879b0620f495552ef09b55f7d36 +%global gh_commit 2f5170365e2a422d0c5421f9c8818b2c078105f6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-08-13 +%global gh_date 2025-09-02 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.86.0 +Version: 3.87.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,12 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Sep 3 2025 Remi Collet <remi@remirepo.net> - 3.87.1-1 +- update to 3.87.1 + +* Tue Sep 2 2025 Remi Collet <remi@remirepo.net> - 3.87.0-1 +- update to 3.87.0 + * Thu Aug 14 2025 Remi Collet <remi@remirepo.net> - 3.86.0-1 - update to 3.86.0 |