From f5b6163bcf6f5452dc6f8989804a3617b299ba92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Feb 2019 09:14:55 +0100 Subject: v2.14.1 --- 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 f596a7e..29d22e2 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 b788ea0af899cedc8114dca7db119c93b6685da2 +%global gh_commit 2e82abd1322897eb8aacb861e5ff551af3888349 %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.14.0 +Version: 2.14.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -337,6 +337,9 @@ exit $ret %changelog +* Mon Feb 11 2019 Remi Collet - 2.14.1-1 +- update to 2.14.1 + * Sat Jan 5 2019 Remi Collet - 2.14.0-1 - update to 2.14.0 -- cgit