From d6f3d7b192aa9cd3afbc50ccbc13093aa816be76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Jun 2023 08:02:11 +0200 Subject: update to 3.20.0 --- php-cs-fixer.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index bd5776d..cd45d18 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 b123395c9fa3a70801f816f13606c0f3a7ada8df +%global gh_commit 0e8249e0b15e2bc022fbbd1090ce29d071481e69 %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.18.0 +Version: 3.20.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PHP Coding Standards Fixer @@ -67,7 +67,7 @@ Provides: bundled(php-symfony-console) = v5.4.24 Provides: bundled(php-symfony-deprecation-contracts) = v2.5.2 Provides: bundled(php-symfony-event-dispatcher) = v5.4.22 Provides: bundled(php-symfony-event-dispatcher-contracts) = v2.5.2 -Provides: bundled(php-symfony-filesystem) = v5.4.23 +Provides: bundled(php-symfony-filesystem) = v5.4.25 Provides: bundled(php-symfony-finder) = v5.4.21 Provides: bundled(php-symfony-options-resolver) = v5.4.21 Provides: bundled(php-symfony-polyfill-ctype) = v1.27.0 @@ -155,6 +155,12 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Jun 28 2023 Remi Collet - 3.20.0-1 +- update to 3.20.0 + +* Mon Jun 26 2023 Remi Collet - 3.19.2-1 +- update to 3.19.2 + * Tue Jun 20 2023 Remi Collet - 3.18.0-1 - update to 3.18.0 -- cgit