From e30aa8ac408ae95c3f5ae6159c83ca2993efd65c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Nov 2019 09:08:38 +0100 Subject: v2.16.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 743a17d..0fb4807 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 705490b0f282f21017d73561e9498d2b622ee34c +%global gh_commit ceaff36bee1ed3f1bbbedca36d2528c0826c336d %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.15.3 +Version: 2.16.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -341,6 +341,9 @@ exit $ret %changelog +* Mon Nov 4 2019 Remi Collet - 2.16.0-1 +- update to 2.16.0 + * Sun Sep 1 2019 Remi Collet - 2.15.3-1 - update to 2.15.3 -- cgit