From 2da37b551b2b7d3b0214efc205478603d4810792 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jul 2022 14:29:07 +0200 Subject: update to 3.8.0 --- php-cs-fixer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index b77ed20..6f9f2c4 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 7705d5a985132a40282d18a176eb9a4a0497747c +%global gh_commit cbad1115aac4b5c3c5540e7210d3c9fba2f81fa3 %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.7.0 +Version: 3.8.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PHP Coding Standards Fixer @@ -50,7 +50,7 @@ Provides: php-cs-fixer3 = %{version} # Bundled PHP libraries Provides: bundled(php-composer-pcre) = 3.0.0 -Provides: bundled(php-composer-semver) = 3.2.9 +Provides: bundled(php-composer-semver) = 3.3.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.3 @@ -147,6 +147,9 @@ sed -e 's:%{_datadir}:%{buildroot}%{_datadir}:' -i %{name} %changelog +* Mon Mar 21 2022 Remi Collet - 3.8.0-1 +- update to 3.8.0 + * Tue Mar 8 2022 Remi Collet - 3.7.0-1 - update to 3.7.0 #StandWithUkraine️ -- cgit