diff options
| author | Remi Collet <remi@remirepo.net> | 2025-04-01 09:44:56 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-04-01 09:44:56 +0200 | 
| commit | 567923dd40a72fd9ddd8ef491f8568f0e2d7ab2d (patch) | |
| tree | 69e2962426e9962493b6e11b18153763b8f35995 | |
| parent | 57e5745b62a9afef544b6499af338370deabe5a7 (diff) | |
update to 3.75.0
re-license spec file to CECILL-2.1
| -rw-r--r-- | installed.json | 28 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 16 | 
2 files changed, 24 insertions, 20 deletions
diff --git a/installed.json b/installed.json index dd700d1..4aed2a1 100644 --- a/installed.json +++ b/installed.json @@ -1197,17 +1197,17 @@          },          {              "name": "symfony/console", -            "version": "v6.4.17", -            "version_normalized": "6.4.17.0", +            "version": "v6.4.20", +            "version_normalized": "6.4.20.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/console.git", -                "reference": "799445db3f15768ecc382ac5699e6da0520a0a04" +                "reference": "2e4af9c952617cc3f9559ff706aee420a8464c36"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04", -                "reference": "799445db3f15768ecc382ac5699e6da0520a0a04", +                "url": "https://api.github.com/repos/symfony/console/zipball/2e4af9c952617cc3f9559ff706aee420a8464c36", +                "reference": "2e4af9c952617cc3f9559ff706aee420a8464c36",                  "shasum": ""              },              "require": { @@ -1240,7 +1240,7 @@                  "symfony/stopwatch": "^5.4|^6.0|^7.0",                  "symfony/var-dumper": "^5.4|^6.0|^7.0"              }, -            "time": "2024-12-07T12:07:30+00:00", +            "time": "2025-03-03T17:16:38+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1274,7 +1274,7 @@                  "terminal"              ],              "support": { -                "source": "https://github.com/symfony/console/tree/v6.4.17" +                "source": "https://github.com/symfony/console/tree/v6.4.20"              },              "funding": [                  { @@ -2224,23 +2224,23 @@          },          {              "name": "symfony/process", -            "version": "v6.4.19", -            "version_normalized": "6.4.19.0", +            "version": "v6.4.20", +            "version_normalized": "6.4.20.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/process.git", -                "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3" +                "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/process/zipball/7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3", -                "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3", +                "url": "https://api.github.com/repos/symfony/process/zipball/e2a61c16af36c9a07e5c9906498b73e091949a20", +                "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20",                  "shasum": ""              },              "require": {                  "php": ">=8.1"              }, -            "time": "2025-02-04T13:35:48+00:00", +            "time": "2025-03-10T17:11:00+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -2268,7 +2268,7 @@              "description": "Executes commands in sub-processes",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/process/tree/v6.4.19" +                "source": "https://github.com/symfony/process/tree/v6.4.20"              },              "funding": [                  { 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  | 
