From 3a6180eb9f98bcb2e7442301bb32b3a0d595e5ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Apr 2017 09:11:14 +0200 Subject: v2.2.3 --- php-cs-fixer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 9ae90e1..6ee21aa 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 362d7bd3df3521966ae0fc82bb67c000c5f25059 +%global gh_commit 8f33cf3da0da94b67b9cd696b2b9dda81c928f72 %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.2 +Version: 2.2.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -241,6 +241,9 @@ exit $ret %changelog +* Wed Apr 26 2017 Remi Collet - 2.2.3-1 +- Update to 2.2.3 + * Mon Apr 24 2017 Remi Collet - 2.2.2-1 - Update to 2.2.2 - raise dependency on sebastian/diff >= 1.4 -- cgit