From 360887d31dc8b3b2058485b52e01766e994272d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Mar 2025 07:19:31 +0100 Subject: update to 3.70.2 --- 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 4d81c76..e4357d5 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 add1b3a05256392dbad63875240041b2c0349ceb +%global gh_commit 1ca468270efbb75ce0c7566a79cca8ea2888584d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-03-01 +%global gh_date 2025-03-03 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.70.1 +Version: 3.70.2 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -104,6 +104,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Tue Mar 4 2025 Remi Collet - 3.70.2-1 +- update to 3.70.2 + * Mon Mar 3 2025 Remi Collet - 3.70.1-1 - update to 3.70.1 -- cgit