From 88e02366c0dfa4c500a162c35ce8d27672fb6a7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2024 11:46:59 +0200 Subject: update to 3.56.1 --- php-cs-fixer.spec | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 41822b2..262cb61 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2aecbc8640d7906c38777b3dcab6f4ca79004d08 +%global gh_commit 69c6168ae8bc96dc656c7f6c7271120a68ae5903 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-04-17 +%global gh_date 2024-05-10 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.54.0 +Version: 3.56.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -55,27 +55,27 @@ Provides: bundled(php-sebastian-diff) = 5.1.1 # License MIT Provides: bundled(php-composer-pcre) = 3.1.3 Provides: bundled(php-composer-semver) = 3.4.0 -Provides: bundled(php-composer-xdebug-handler) = 3.0.4 +Provides: bundled(php-composer-xdebug-handler) = 3.0.5 Provides: bundled(php-psr-container) = 2.0.2 Provides: bundled(php-psr-event-dispatcher) = 1.0.0 Provides: bundled(php-psr-log) = 2.0.0 -Provides: bundled(php-symfony-console) = v6.4.6 -Provides: bundled(php-symfony-deprecation-contracts) = v3.4.0 -Provides: bundled(php-symfony-event-dispatcher) = v6.4.3 -Provides: bundled(php-symfony-event-dispatcher-contracts) = v3.4.2 -Provides: bundled(php-symfony-filesystem) = v6.4.6 -Provides: bundled(php-symfony-finder) = v6.4.0 -Provides: bundled(php-symfony-options-resolver) = v6.4.0 +Provides: bundled(php-symfony-console) = v6.4.7 +Provides: bundled(php-symfony-deprecation-contracts) = v3.5.0 +Provides: bundled(php-symfony-event-dispatcher) = v6.4.7 +Provides: bundled(php-symfony-event-dispatcher-contracts) = v3.5.0 +Provides: bundled(php-symfony-filesystem) = v6.4.7 +Provides: bundled(php-symfony-finder) = v6.4.7 +Provides: bundled(php-symfony-options-resolver) = v6.4.7 Provides: bundled(php-symfony-polyfill-ctype) = v1.29.0 Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.29.0 Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.29.0 Provides: bundled(php-symfony-polyfill-mbstring) = v1.29.0 Provides: bundled(php-symfony-polyfill-php80) = v1.29.0 Provides: bundled(php-symfony-polyfill-php81) = v1.29.0 -Provides: bundled(php-symfony-process) = v6.4.4 -Provides: bundled(php-symfony-service-contracts) = v3.4.2 -Provides: bundled(php-symfony-stopwatch) = v6.4.3 -Provides: bundled(php-symfony-string) = v6.4.4 +Provides: bundled(php-symfony-process) = v6.4.7 +Provides: bundled(php-symfony-service-contracts) = v3.5.0 +Provides: bundled(php-symfony-stopwatch) = v6.4.7 +Provides: bundled(php-symfony-string) = v6.4.7 Provides: php-composer(friendsofphp/php-cs-fixer) = %{version} @@ -150,6 +150,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Mon May 13 2024 Remi Collet - 3.56.1-1 +- update to 3.56.1 + * Wed Apr 17 2024 Remi Collet - 3.54.0-1 - update to 3.54.0 -- cgit