diff options
| -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  | 
