From 5659611208295e4edf9ee7a9c8d39455353c1a2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Apr 2017 15:13:50 +0200 Subject: v2.2.2 --- php-cs-fixer.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index fa8be99..9ae90e1 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit aff95e090fdaf57c20d32d7728b090f2015bfcef +%global gh_commit 362d7bd3df3521966ae0fc82bb67c000c5f25059 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-cs-fixer -Version: 2.2.1 +Version: 2.2.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -55,7 +55,7 @@ BuildRequires: php-composer(symfony/process) >= 2.3 BuildRequires: php-composer(symfony/stopwatch) < 4 BuildRequires: php-composer(symfony/stopwatch) >= 2.5 BuildRequires: php-composer(sebastian/diff) < 2 -BuildRequires: php-composer(sebastian/diff) >= 1.1 +BuildRequires: php-composer(sebastian/diff) >= 1.4 BuildRequires: php-mbstring BuildRequires: php-xml BuildRequires: php-reflection @@ -85,7 +85,7 @@ BuildRequires: php-composer(fedora/autoloader) # "php": "^5.3.6 || >=7.0 <7.2", # "doctrine/annotations": "^1.2", # "ext-tokenizer": "*", -# "sebastian/diff": "^1.1", +# "sebastian/diff": "^1.4", # "symfony/console": "^2.4 || ^3.0", # "symfony/event-dispatcher": "^2.1 || ^3.0", # "symfony/filesystem": "^2.4 || ^3.0", @@ -103,7 +103,7 @@ Requires: php-tokenizer Requires: php-composer(doctrine/annotations) < 2 Requires: php-composer(doctrine/annotations) >= 1.2 Requires: php-composer(sebastian/diff) < 2 -Requires: php-composer(sebastian/diff) >= 1.1 +Requires: php-composer(sebastian/diff) >= 1.4 Requires: php-composer(symfony/console) < 4 Requires: php-composer(symfony/console) >= 2.4 Requires: php-composer(symfony/event-dispatcher) < 4 @@ -241,6 +241,10 @@ exit $ret %changelog +* Mon Apr 24 2017 Remi Collet - 2.2.2-1 +- Update to 2.2.2 +- raise dependency on sebastian/diff >= 1.4 + * Mon Apr 10 2017 Remi Collet - 2.2.1-1 - Update to 2.2.1 -- cgit