diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-26 09:11:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-26 09:11:14 +0200 |
commit | 3a6180eb9f98bcb2e7442301bb32b3a0d595e5ad (patch) | |
tree | 29b9bdb5c393c86055acdb1320c4664c54669d31 /php-cs-fixer.spec | |
parent | 5659611208295e4edf9ee7a9c8d39455353c1a2d (diff) |
v2.2.3
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 9ae90e1..6ee21aa 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 362d7bd3df3521966ae0fc82bb67c000c5f25059 +%global gh_commit 8f33cf3da0da94b67b9cd696b2b9dda81c928f72 %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.2 +Version: 2.2.3 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 +* Wed Apr 26 2017 Remi Collet <remi@remirepo.net> - 2.2.3-1 +- Update to 2.2.3 + * Mon Apr 24 2017 Remi Collet <remi@remirepo.net> - 2.2.2-1 - Update to 2.2.2 - raise dependency on sebastian/diff >= 1.4 |