diff options
| author | Remi Collet <remi@remirepo.net> | 2017-11-27 07:33:04 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-11-27 07:33:04 +0100 | 
| commit | f65fccc45828626b55c25c8ea70836290a1b659f (patch) | |
| tree | cefc32bf3c7014a3b75f0bb61916a4a8718abab3 | |
| parent | e4f73cb1fd3c14e5a36aa8efab9661cfe21409b3 (diff) | |
v2.2.12
| -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 6cefe7f..8037d32 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    11937d6616f02451af7540cfda3e13bffc25f51f +%global gh_commit    362ad63e80d05a238fbe542d75cc1f8e9246797e  %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.11 +Version:        2.2.12  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 27 2017 Remi Collet <remi@remirepo.net> - 2.2.12-1 +- Update to 2.2.12 +  * Mon Nov 20 2017 Remi Collet <remi@remirepo.net> - 2.2.11-1  - Update to 2.2.11  | 
