From b66f7494f39d29bc4129edbbe3d2e16fe570a633 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Aug 2024 08:53:10 +0200 Subject: update to 3.61.1 --- php-cs-fixer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 9234c87..f7c8034 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 737a24b6d531db9c034ac97524ac3a3bde0c20c0 +%global gh_commit 94a87189f55814e6cabca2d9a33b06de384a2ab8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 2024-07-31 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.61.0 +Version: 3.61.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -158,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Thu Aug 1 2024 Remi Collet - 3.61.1-1 +- update to 3.61.1 + * Wed Jul 31 2024 Remi Collet - 3.61.0-1 - update to 3.61.0 -- cgit