From ef3f0ff42c6c56b6ee9d025dc84d09d971761c02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jan 2021 11:23:01 +0100 Subject: update to 2.17.3 --- php-cs-fixer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 08253f9..be6b2d6 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-cs-fixer # -# Copyright (c) 2016-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit aaee4f3d16a996fc0b570be0c69d3b80c909c507 +%global gh_commit bd32f5dd72cdfc7b53f54077f980e144bfa2f595 %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.17.2 +Version: 2.17.3 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 +* Mon Jan 4 2021 Remi Collet - 2.17.3-1 +- update to 2.17.3 + * Mon Dec 21 2020 Remi Collet - 2.17.2-1 - update to 2.17.2 - switch to phpunit9 -- cgit