From e60272b026cc2a3f003d170609bc81302115cb3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Jan 2019 09:37:48 +0100 Subject: v2.13.2 --- php-cs-fixer.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 0e78b4c..0a31e62 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-2018 Remi Collet +# Copyright (c) 2016-2019 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 54814c62d5beef3ba55297b9b3186ed8b8a1b161 +%global gh_commit ce6c4bbc24302f535c7bbf9ad35fbb0be4f5a4b2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -26,8 +26,8 @@ %global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7}) Name: php-cs-fixer -Version: 2.13.1 -Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} +Version: 2.13.2 +Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style License: MIT @@ -83,7 +83,7 @@ BuildRequires: php-symfony3-debug # From composer.json, "require-dev": { # NOTICE: listener disabled during test suite # "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", -# "keradus/cli-executor": "^1.1", +# "keradus/cli-executor": "^1.2", # "justinrainbow/json-schema": "^5.0", # "mikey179/vfsStream": "^1.6", # "php-coveralls/php-coveralls": "^2.1", @@ -337,6 +337,9 @@ exit $ret %changelog +* Wed Jan 2 2019 Remi Collet - 2.13.2-1 +- update to 2.13.2 + * Tue Dec 11 2018 Remi Collet - 2.13.1-2 - skip 1 test failing with PHPUnit 7.5 -- cgit