diff options
-rw-r--r-- | php-cs-fixer3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cs-fixer3.spec b/php-cs-fixer3.spec index ef586e6..6d52ab2 100644 --- a/php-cs-fixer3.spec +++ b/php-cs-fixer3.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 64c554bcef3c3b4702fcf34c227a316b47139b66 +%global gh_commit 990b979379502feb7f393d6c9aa36cc9b9765f24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -27,7 +27,7 @@ %global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7}) Name: php-cs-fixer%{major} -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -339,6 +339,9 @@ exit $ret %changelog +* Thu Aug 5 2021 Remi Collet <remi@remirepo.net> - 3.0.2-1 +- update to 3.0.2 + * Tue Aug 3 2021 Remi Collet <remi@remirepo.net> - 3.0.1-1 - update to 3.0.1 |