summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-04-01 09:44:56 +0200
committerRemi Collet <remi@php.net>2025-04-01 09:44:56 +0200
commit567923dd40a72fd9ddd8ef491f8568f0e2d7ab2d (patch)
tree69e2962426e9962493b6e11b18153763b8f35995 /php-cs-fixer.spec
parent57e5745b62a9afef544b6499af338370deabe5a7 (diff)
update to 3.75.0HEADmaster
re-license spec file to CECILL-2.1
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r--php-cs-fixer.spec16
1 files changed, 10 insertions, 6 deletions
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 <remi@remirepo.net> - 3.75.0-1
+- update to 3.75.0
+- re-license spec file to CECILL-2.1
+
* Fri Mar 28 2025 Remi Collet <remi@remirepo.net> - 3.74.0-1
- update to 3.74.0