From 8a43d617e8255f00c25dafeebc7b5951b3c7059a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Jan 2023 11:59:53 +0100 Subject: update to 3.14.3 --- php-cs-fixer.spec | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 9427789..19f8c94 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-cs-fixer # # Copyright (c) 2016-2023 Remi Collet -# License: CC-BY-SA +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3952f08a81bd3b1b15e11c3de0b6bf037faa8496 +%global gh_commit b418036b95b4936a33fe906245d3044395935e73 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.13.2 +Version: 3.14.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PHP Coding Standards Fixer @@ -56,20 +56,20 @@ Provides: bundled(php-sebastian-diff) = 4.0.4 Provides: bundled(php-composer-pcre) = 3.1.0 Provides: bundled(php-composer-semver) = 3.3.2 Provides: bundled(php-composer-xdebug-handler) = 3.0.3 -Provides: bundled(php-doctrine-annotations) = 1.14.2 +Provides: bundled(php-doctrine-annotations) = 2.0.0 Provides: bundled(php-doctrine-deprecations) = v1.0.0 Provides: bundled(php-doctrine-lexer) = 2.1.0 Provides: bundled(php-psr-cache) = 1.0.1 Provides: bundled(php-psr-container) = 1.1.2 Provides: bundled(php-psr-event-dispatcher) = 1.0.0 Provides: bundled(php-psr-log) = 1.1.4 -Provides: bundled(php-symfony-console) = v5.4.17 +Provides: bundled(php-symfony-console) = v5.4.19 Provides: bundled(php-symfony-deprecation-contracts) = v2.5.2 -Provides: bundled(php-symfony-event-dispatcher) = v5.4.17 +Provides: bundled(php-symfony-event-dispatcher) = v5.4.19 Provides: bundled(php-symfony-event-dispatcher-contracts) = v2.5.2 -Provides: bundled(php-symfony-filesystem) = v5.4.13 -Provides: bundled(php-symfony-finder) = v5.4.17 -Provides: bundled(php-symfony-options-resolver) = v5.4.11 +Provides: bundled(php-symfony-filesystem) = v5.4.19 +Provides: bundled(php-symfony-finder) = v5.4.19 +Provides: bundled(php-symfony-options-resolver) = v5.4.19 Provides: bundled(php-symfony-polyfill-ctype) = v1.27.0 Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.27.0 Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.27.0 @@ -77,10 +77,10 @@ Provides: bundled(php-symfony-polyfill-mbstring) = v1.27.0 Provides: bundled(php-symfony-polyfill-php73) = v1.27.0 Provides: bundled(php-symfony-polyfill-php80) = v1.27.0 Provides: bundled(php-symfony-polyfill-php81) = v1.27.0 -Provides: bundled(php-symfony-process) = v5.4.11 +Provides: bundled(php-symfony-process) = v5.4.19 Provides: bundled(php-symfony-service-contracts) = v2.5.2 -Provides: bundled(php-symfony-stopwatch) = v5.4.13 -Provides: bundled(php-symfony-string) = v5.4.17 +Provides: bundled(php-symfony-stopwatch) = v5.4.19 +Provides: bundled(php-symfony-string) = v5.4.19 Provides: php-composer(friendsofphp/php-cs-fixer) = %{version} @@ -155,6 +155,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Tue Jan 31 2023 Remi Collet - 3.14.3-1 +- update to 3.14.3 + * Tue Jan 3 2023 Remi Collet - 3.13.2-1 - update to 3.13.2 -- cgit