From 85bd157b365da3b797d8ba6732ea18a937e04ba9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jul 2022 14:00:15 +0200 Subject: update to 3.9.3 --- php-cs-fixer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index a4b2fd8..96ff72b 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 9b23c42f4d063f9e3aad823500e0940348b5ed63 +%global gh_commit bad87e63d7d87efa5e82aa4feafa52df6a37e6c1 %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.9.2 +Version: 3.9.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PHP Coding Standards Fixer @@ -153,6 +153,9 @@ sed -e 's:%{_datadir}:%{buildroot}%{_datadir}:' -i %{name} %changelog +* Wed Jul 13 2022 Remi Collet - 3.9.3-1 +- update to 3.9.3 + * Tue Jul 12 2022 Remi Collet - 3.9.2-1 - update to 3.9.2 -- cgit