From 52f37b39484a4c6f20e5a517d341603b644cc578 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Mar 2018 06:50:34 +0100 Subject: v2.2.19 --- php-cs-fixer.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 8512c96..80fea6c 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 44f73c3e881805da5957ebd16ea87da9270cd5f3 +%global gh_commit 2de0ac9c1d0d48a9b969814f43698223c6e03d6d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -15,11 +15,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-cs-fixer -Version: 2.2.18 +Version: 2.2.19 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style -Group: Development/Tools License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to get upstream test suite @@ -259,6 +258,9 @@ fi %changelog +* Wed Mar 21 2018 Remi Collet - 2.2.19-1 +- update to 2.2.19 + * Thu Mar 8 2018 Remi Collet - 2.2.18-1 - update to 2.2.18 -- cgit