diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-10 08:56:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-10 08:56:06 +0100 |
commit | 9c9e03787addfb5b27f7f9db2fbded197158c7ae (patch) | |
tree | e8b86284cfdb78d778472656369c18324e52ee3b | |
parent | a8764795f79a2af56868cae59ee35b59edb79b44 (diff) |
v2.8.1
-rw-r--r-- | php-cs-fixer.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.8.1-1 +- Update to 2.8.1 + * Tue Nov 7 2017 Remi Collet <remi@remirepo.net> - 2.8.0-3 - fix FTBFS from Koschei using symfony package names |