diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-27 15:11:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-27 15:11:00 +0200 |
commit | 10f94a8454fa353b3f232fbbdc210f8d629a12ab (patch) | |
tree | 867e05a1be1607570ec4f953d3a2dd89248328cb | |
parent | 4cf135b12d922e0f39adc24a07f226052aa2d720 (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 99fc3e6..b8a43f4 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 f23469674ae50d40e398bfff8018911a2a2b0dbe +%global gh_commit a8d15584bafb0f0d9d938827840060fd4a3ebc99 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-09-24 +%global gh_date 2025-09-27 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.88.0 +Version: 3.88.2 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Sat Sep 27 2025 Remi Collet <remi@remirepo.net> - 3.88.2-1 +- update to 3.88.2 + * Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 3.88.0-1 - update to 3.88.0 |