diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-27 08:09:39 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-27 08:09:39 +0100 |
commit | 532ddd34993965b6f68ebb9ffc841499039a4c06 (patch) | |
tree | 0233b681295ddb284e922b04f6b760f3fa2d58f6 | |
parent | 11468e5b4fb89f47dd73e48cc52e690744c2b1ef (diff) |
Update to 2.8.3
open https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3279 bad tag for 2.8.3
-rw-r--r-- | php-cs-fixer.spec | 9 |
1 files 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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 2.8.2-1 - Update to 2.8.2 |