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 c4389b1..6cefe7f 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    b0e0f1d3d0b36a728768f9c44b074b22eb4b4c64 +%global gh_commit    11937d6616f02451af7540cfda3e13bffc25f51f  %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.10 +Version:        2.2.11  Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}  Summary:        A tool to automatically fix PHP code style @@ -263,6 +263,9 @@ fi  %changelog +* Mon Nov 20 2017 Remi Collet <remi@remirepo.net> - 2.2.11-1 +- Update to 2.2.11 +  * Fri Nov 10 2017 Remi Collet <remi@remirepo.net> - 2.2.10-1  - Update to 2.2.10  | 
