From 9c9e03787addfb5b27f7f9db2fbded197158c7ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Nov 2017 08:56:06 +0100 Subject: v2.8.1 --- php-cs-fixer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 53edcd6..1ba047f 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 89e7b083f27241e03dd776cb8d6781c77e341db6 +%global gh_commit 04f71e56e03ba2627e345e8c949c80dcef0e683e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -21,8 +21,8 @@ %global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7}) Name: php-cs-fixer -Version: 2.8.0 -Release: 3%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} +Version: 2.8.1 +Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style Group: Development/Tools @@ -291,6 +291,9 @@ exit $ret %changelog +* Fri Nov 10 2017 Remi Collet - 2.8.1-1 +- Update to 2.8.1 + * Tue Nov 7 2017 Remi Collet - 2.8.0-3 - fix FTBFS from Koschei using symfony package names -- cgit