From c9b66e7ac93601849b207182ad712134671954d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Aug 2018 07:12:17 +0200 Subject: v2.13.0 --- 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 4dbaaa9..0b93dde 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit b23d49981cfc95497d03081aeb6df6575196a0d3 +%global gh_commit 7136aa4e0c5f912e8af82383775460d906168a10 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -26,7 +26,7 @@ %global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7}) Name: php-cs-fixer -Version: 2.12.3 +Version: 2.13.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -335,6 +335,9 @@ exit $ret %changelog +* Fri Aug 24 2018 Remi Collet - 2.13.0-1 +- update to 2.13.0 + * Mon Aug 20 2018 Remi Collet - 2.12.3-1 - update to 2.12.3 - raise dependency on composer/xdebug-handler 1.2 -- cgit