From 4a433ad5ff2fb5f4a182028755fd544f3c570cf8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Mar 2022 07:55:51 +0100 Subject: update to 3.7.0 #StandWithUkraine️ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php-cs-fixer.spec | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 7edf815..b77ed20 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 1975e4453eb2726d1f50da0ce7fa91295029a4fa +%global gh_commit 7705d5a985132a40282d18a176eb9a4a0497747c %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.6.0 +Version: 3.7.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PHP Coding Standards Fixer @@ -49,33 +49,33 @@ Obsoletes: php-cs-fixer3 < 3.5 Provides: php-cs-fixer3 = %{version} # Bundled PHP libraries -Provides: bundled(php-composer-pcre) = 1.0.1 +Provides: bundled(php-composer-pcre) = 3.0.0 Provides: bundled(php-composer-semver) = 3.2.9 -Provides: bundled(php-composer-xdebug-handler) = 3.0.1 +Provides: bundled(php-composer-xdebug-handler) = 3.0.3 Provides: bundled(php-doctrine-annotations) = 1.13.2 -Provides: bundled(php-doctrine-lexer) = 1.2.2 +Provides: bundled(php-doctrine-lexer) = 1.2.3 Provides: bundled(php-php-cs-fixer-diff) = v2.0.2 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.3 +Provides: bundled(php-symfony-console) = v5.4.5 Provides: bundled(php-symfony-deprecation-contracts) = v2.5.0 Provides: bundled(php-symfony-event-dispatcher) = v5.4.3 Provides: bundled(php-symfony-event-dispatcher-contracts) = v2.5.0 -Provides: bundled(php-symfony-filesystem) = v5.4.3 +Provides: bundled(php-symfony-filesystem) = v5.4.6 Provides: bundled(php-symfony-finder) = v5.4.3 Provides: bundled(php-symfony-options-resolver) = v5.4.3 -Provides: bundled(php-symfony-polyfill-ctype) = v1.24.0 -Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.24.0 -Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.24.0 -Provides: bundled(php-symfony-polyfill-mbstring) = v1.24.0 -Provides: bundled(php-symfony-polyfill-php73) = v1.24.0 -Provides: bundled(php-symfony-polyfill-php80) = v1.24.0 -Provides: bundled(php-symfony-polyfill-php81) = v1.24.0 -Provides: bundled(php-symfony-process) = v5.4.3 +Provides: bundled(php-symfony-polyfill-ctype) = v1.25.0 +Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.25.0 +Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.25.0 +Provides: bundled(php-symfony-polyfill-mbstring) = v1.25.0 +Provides: bundled(php-symfony-polyfill-php73) = v1.25.0 +Provides: bundled(php-symfony-polyfill-php80) = v1.25.0 +Provides: bundled(php-symfony-polyfill-php81) = v1.25.0 +Provides: bundled(php-symfony-process) = v5.4.5 Provides: bundled(php-symfony-service-contracts) = v2.5.0 -Provides: bundled(php-symfony-stopwatch) = v5.4.3 +Provides: bundled(php-symfony-stopwatch) = v5.4.5 Provides: bundled(php-symfony-string) = v5.4.3 Provides: php-composer(friendsofphp/php-cs-fixer) = %{version} @@ -147,6 +147,9 @@ sed -e 's:%{_datadir}:%{buildroot}%{_datadir}:' -i %{name} %changelog +* Tue Mar 8 2022 Remi Collet - 3.7.0-1 +- update to 3.7.0 #StandWithUkraine️ + * Tue Feb 8 2022 Remi Collet - 3.6.0-1 - update to 3.6.0 -- cgit