diff options
| author | Remi Collet <remi@remirepo.net> | 2021-01-22 09:29:16 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-01-22 09:29:16 +0100 | 
| commit | 7b1304f4c2d0b7cdfdae9c9ba03f9803b099b84f (patch) | |
| tree | eed6d2463bf1f8e76b3872d9d8fc7eb8985d7203 | |
| parent | 8b657d97623719b93ac9ba3991ba51e713016ede (diff) | |
update to 2.18.1
| -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 85ccd2f..ca51d9f 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    cbc5b50bfa2688a1afca20e5a8c71f058e9ccbef +%global gh_commit    c68ff6231adb276857761e43b7ed082f164dce0b  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20150717  %global gh_owner     FriendsOfPHP @@ -26,7 +26,7 @@  %global gh_diff_short   %(c=%{gh_diff_commit}; echo ${c:0:7})  Name:           php-cs-fixer -Version:        2.18.0 +Version:        2.18.1  Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}  Summary:        A tool to automatically fix PHP code style @@ -343,6 +343,9 @@ exit $ret  %changelog +* Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 2.18.1-1 +- update to 2.18.1 +  * Mon Jan 18 2021 Remi Collet <remi@remirepo.net> - 2.18.0-1  - update to 2.18.0  | 
