From 532ddd34993965b6f68ebb9ffc841499039a4c06 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Nov 2017 08:09:39 +0100 Subject: Update to 2.8.3 open https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3279 bad tag for 2.8.3 --- php-cs-fixer.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 4236cd4..78e9cf8 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b331701944cbe492e466d2b46b2880068803eb08 +%global gh_commit d9ec9b848cbf930c31dea3693d34dbd8b9c95295 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -21,7 +21,7 @@ %global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7}) Name: php-cs-fixer -Version: 2.8.2 +Version: 2.8.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -291,6 +291,11 @@ exit $ret %changelog +* Mon Nov 27 2017 Remi Collet - 2.8.3-1 +- Update to 2.8.3 +- open https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3279 + bad tag for 2.8.3 + * Mon Nov 20 2017 Remi Collet - 2.8.2-1 - Update to 2.8.2 -- cgit