From 9dc2b5b362431a6988a81eed94cbccb4f67beaaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Sep 2023 07:49:57 +0200 Subject: update to 3.25.0 --- php-cs-fixer.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 59396ea..ea61520 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 bb6c9d7945dcbf6942e151b018c44d3767e21403 +%global gh_commit 9025b7d2b6e1d90a63d0ac0905018ce5d03ec88d %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.24.0 +Version: 3.25.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PHP Coding Standards Fixer @@ -54,12 +54,8 @@ Provides: php-cs-fixer3 = %{version} Provides: bundled(php-sebastian-diff) = 4.0.5 # License MIT Provides: bundled(php-composer-pcre) = 3.1.0 -Provides: bundled(php-composer-semver) = 3.3.2 +Provides: bundled(php-composer-semver) = 3.4.0 Provides: bundled(php-composer-xdebug-handler) = 3.0.3 -Provides: bundled(php-doctrine-annotations) = 2.0.1 -Provides: bundled(php-doctrine-deprecations) = v1.1.1 -Provides: bundled(php-doctrine-lexer) = 2.1.0 -Provides: bundled(php-psr-cache) = 3.0.0 Provides: bundled(php-psr-container) = 2.0.2 Provides: bundled(php-psr-event-dispatcher) = 1.0.0 Provides: bundled(php-psr-log) = 2.0.0 @@ -154,6 +150,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Fri Sep 1 2023 Remi Collet - 3.25.0-1 +- update to 3.25.0 + * Thu Aug 31 2023 Remi Collet - 3.24.0-1 - update to 3.24.0 -- cgit