diff options
| author | Remi Collet <remi@remirepo.net> | 2021-04-07 09:48:59 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-04-07 09:48:59 +0200 | 
| commit | 81012fdfbb11b304c19013c5c4a2a535ceb79c74 (patch) | |
| tree | 776e788ef45c2caba54915730bedc76399b62aee | |
| parent | d3504743968989aa3a7a59bf7b97fdcde15bafd7 (diff) | |
update to 2.18.5
| -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 ab5ed27..8477600 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    06f764e3cb6d60822d8f5135205f9d32b5508a31 +%global gh_commit    e0f6d05c8b157f50029ca6c65c19ed2694f475bf  %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.4 +Version:        2.18.5  Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}  Summary:        A tool to automatically fix PHP code style @@ -349,6 +349,9 @@ exit $ret  %changelog +* Wed Apr  7 2021 Remi Collet <remi@remirepo.net> - 2.18.5-1 +- update to 2.18.5 +  * Mon Mar 22 2021 Remi Collet <remi@remirepo.net> - 2.18.4-1  - update to 2.18.4  | 
