From 9e289003b7797f6bfff448d024f475cf885a50d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Apr 2017 07:49:37 +0200 Subject: v2.2.1 --- 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 4e3a8b2..fa8be99 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d6f17423412d33df6b69c9aaf12037b91703533b +%global gh_commit aff95e090fdaf57c20d32d7728b090f2015bfcef %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.0 +Version: 2.2.1 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 +* Mon Apr 10 2017 Remi Collet - 2.2.1-1 +- Update to 2.2.1 + * Sat Apr 1 2017 Remi Collet - 2.2.0-1 - Update to 2.2.0 - add dependency on doctrine/annotations -- cgit