From 567923dd40a72fd9ddd8ef491f8568f0e2d7ab2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Apr 2025 09:44:56 +0200 Subject: update to 3.75.0 re-license spec file to CECILL-2.1 --- php-cs-fixer.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 2571d29..52114a7 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for php-cs-fixer # -# Copyright (c) 2016-2025 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 6b7cb12a6cf592fd9a2b46a2d5d4c3b44003973d +%global gh_commit 399a128ff2fdaf4281e4e79b755693286cdf325c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-03-27 +%global gh_date 2025-03-31 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.74.0 +Version: 3.75.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,10 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Tue Apr 1 2025 Remi Collet - 3.75.0-1 +- update to 3.75.0 +- re-license spec file to CECILL-2.1 + * Fri Mar 28 2025 Remi Collet - 3.74.0-1 - update to 3.74.0 -- cgit