From b062c588573a1455ce854670f5c2a41f2e19295c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Dec 2020 09:13:13 +0100 Subject: update to 2.17.1 --- php-cs-fixer.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 072ab86..0597f93 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 5274ce3d3200a2b374baa42143cb9dfcdcc2fa52 +%global gh_commit 5198b7308ed63f26799387fd7f3901c3db6bd7fd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -21,12 +21,12 @@ # Bundled this fork which is not designed for use outside of php-cs-fixer # https://github.com/PHP-CS-Fixer/diff/releases %global gh_diff_owner PHP-CS-Fixer -%global gh_diff_version 1.3.0 -%global gh_diff_commit 78bb099e9c16361126c86ce82ec4405ebab8e756 +%global gh_diff_version 1.3.1 +%global gh_diff_commit dbd31aeb251639ac0b9e7e29405c1441907f5759 %global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7}) Name: php-cs-fixer -Version: 2.17.0 +Version: 2.17.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -334,6 +334,9 @@ exit $ret %changelog +* Wed Dec 9 2020 Remi Collet - 2.17.1-1 +- update to 2.17.1 + * Tue Dec 8 2020 Remi Collet - 2.17.0-1 - update to 2.17.0 -- cgit