From f65fccc45828626b55c25c8ea70836290a1b659f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Nov 2017 07:33:04 +0100 Subject: v2.2.12 --- 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 6cefe7f..8037d32 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 11937d6616f02451af7540cfda3e13bffc25f51f +%global gh_commit 362ad63e80d05a238fbe542d75cc1f8e9246797e %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.11 +Version: 2.2.12 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -263,6 +263,9 @@ fi %changelog +* Mon Nov 27 2017 Remi Collet - 2.2.12-1 +- Update to 2.2.12 + * Mon Nov 20 2017 Remi Collet - 2.2.11-1 - Update to 2.2.11 -- cgit