diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-10 07:49:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-10 07:49:37 +0200 |
commit | 9e289003b7797f6bfff448d024f475cf885a50d2 (patch) | |
tree | a15c2a94a9bf1299c43812df6c1f806977f89366 /php-cs-fixer.spec | |
parent | a0f48d5611835b0920dbe19e49e0c349ce3d5255 (diff) |
v2.2.1
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r-- | php-cs-fixer.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 4e3a8b2..fa8be99 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d6f17423412d33df6b69c9aaf12037b91703533b +%global gh_commit aff95e090fdaf57c20d32d7728b090f2015bfcef %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-cs-fixer -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -241,6 +241,9 @@ exit $ret %changelog +* Mon Apr 10 2017 Remi Collet <remi@remirepo.net> - 2.2.1-1 +- Update to 2.2.1 + * Sat Apr 1 2017 Remi Collet <remi@remirepo.net> - 2.2.0-1 - Update to 2.2.0 - add dependency on doctrine/annotations |