From 133813ea11d3163ff2b768c503ab8abf925f8027 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 10:32:10 +0200 Subject: update to 3.85.1 --- 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 0b30371..027f755 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 38dad0767bf2a9b516b976852200ae722fe984ca +%global gh_commit 2fb6d7f6c3398dca5786a1635b27405d73a417ba %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-07-15 +%global gh_date 2025-07-29 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.84.0 +Version: 3.85.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Jul 30 2025 Remi Collet - 3.85.1-1 +- update to 3.85.1 + * Wed Jul 16 2025 Remi Collet - 3.84.0-1 - update to 3.84.0 -- cgit