From 874ce8d045118cec80a0e918662141fa6cc2f319 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Nov 2025 07:13:53 +0100 Subject: update to 3.89.2 --- php-cs-fixer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index ca65b56..99b2684 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 f34967da2866ace090a2b447de1f357356474573 +%global gh_commit 7569658f91e475ec93b99bd5964b059ad1336dcf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-10-24 +%global gh_date 2025-11-06 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.89.1 +Version: 3.89.2 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Fri Nov 7 2025 Remi Collet - 3.89.2-1 +- update to 3.89.2 + * Fri Oct 24 2025 Remi Collet - 3.89.1-1 - update to 3.89.1 -- cgit