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 --- installed.json | 14 +++++++------- php-cs-fixer.spec | 12 +++++++++--- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/installed.json b/installed.json index 1c70bd7..cc4c6ca 100644 --- a/installed.json +++ b/installed.json @@ -1059,17 +1059,17 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.23", - "version_normalized": "5.4.23.0", + "version": "v5.4.25", + "version_normalized": "5.4.25.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5" + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", - "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", "shasum": "" }, "require": { @@ -1078,7 +1078,7 @@ "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, - "time": "2023-03-02T11:38:35+00:00", + "time": "2023-05-31T13:04:02+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1106,7 +1106,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.23" + "source": "https://github.com/symfony/filesystem/tree/v5.4.25" }, "funding": [ { 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