From 2f2282dadcebd6f3c3667e7a46ab8a122027980c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 4 Jan 2026 06:51:21 +0100 Subject: update to 3.92.4 --- php-cs-fixer.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index bcb42da..eb6c9ed 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-cs-fixer # -# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2016-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2ba8f5a60f6f42fb65758cfb3768434fa2d1c7e8 +%global gh_commit 9e7488b19403423e02e8403cc1eb596baf4673b0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-12-18 +%global gh_date 2026-01-04 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.92.3 +Version: 3.92.4 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Sun Jan 4 2026 Remi Collet - 3.92.4-1 +- update to 3.92.4 + * Thu Dec 18 2025 Remi Collet - 3.92.3-1 - update to 3.92.3 -- cgit