From 5fa0652a42e01e978e925e465244a1a7f44a66fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Jul 2022 13:49:36 +0200 Subject: update to 3.9.5 --- 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 f4347d5..813944c 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 093466b1c3ff3e3b469bdbc9827bb2362de6b2fa +%global gh_commit 4465d70ba776806857a1ac2a6f877e582445ff36 %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.4 +Version: 3.9.5 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 +* Fri Jul 22 2022 Remi Collet - 3.9.5-1 +- update to 3.9.5 + * Mon Jul 18 2022 Remi Collet - 3.9.4-1 - update to 3.9.4 -- cgit