From 4ea7be461432893d65ce263c333d4490294b5d96 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 May 2024 07:15:18 +0200 Subject: update to 3.58.1 --- php-cs-fixer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 1abf571..a636389 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 55d3483c80c09f91d876aa4e2971ce349d07310c +%global gh_commit 04e9424025677a86914b9a4944dbbf4060bb0aff %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-05-28 +%global gh_date 2024-05-29 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.58.0 +Version: 3.58.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -160,6 +160,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Thu May 30 2024 Remi Collet - 3.58.1-1 +- update to 3.58.1 + * Wed May 29 2024 Remi Collet - 3.58.0-1 - update to 3.58.0 -- cgit