From c94424bd1ae438e65def955395f67dc9e3d2c59e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Feb 2022 07:43:57 +0100 Subject: update to 3.6.0 --- 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 a4e6d04..7edf815 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 333f15e07c866e33e2765e84ba1e0b88e6a3af3b +%global gh_commit 1975e4453eb2726d1f50da0ce7fa91295029a4fa %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.5.0 +Version: 3.6.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PHP Coding Standards Fixer @@ -49,8 +49,8 @@ Obsoletes: php-cs-fixer3 < 3.5 Provides: php-cs-fixer3 = %{version} # Bundled PHP libraries -Provides: bundled(php-composer-pcre) = 1.0.0 -Provides: bundled(php-composer-semver) = 3.2.7 +Provides: bundled(php-composer-pcre) = 1.0.1 +Provides: bundled(php-composer-semver) = 3.2.9 Provides: bundled(php-composer-xdebug-handler) = 3.0.1 Provides: bundled(php-doctrine-annotations) = 1.13.2 Provides: bundled(php-doctrine-lexer) = 1.2.2 @@ -59,13 +59,13 @@ 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.2 +Provides: bundled(php-symfony-console) = v5.4.3 Provides: bundled(php-symfony-deprecation-contracts) = v2.5.0 -Provides: bundled(php-symfony-event-dispatcher) = v5.4.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.0 -Provides: bundled(php-symfony-finder) = v5.4.2 -Provides: bundled(php-symfony-options-resolver) = v5.4.0 +Provides: bundled(php-symfony-filesystem) = v5.4.3 +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 @@ -73,10 +73,10 @@ 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.2 +Provides: bundled(php-symfony-process) = v5.4.3 Provides: bundled(php-symfony-service-contracts) = v2.5.0 -Provides: bundled(php-symfony-stopwatch) = v5.4.0 -Provides: bundled(php-symfony-string) = v5.4.2 +Provides: bundled(php-symfony-stopwatch) = v5.4.3 +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 Feb 8 2022 Remi Collet - 3.6.0-1 +- update to 3.6.0 + * Fri Jan 14 2022 Remi Collet - 3.5.0-1 - update to 3.5.0 - install in /usr/share/php-cs-fixer with all bundled libraries -- cgit