diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-21 06:50:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-21 06:50:34 +0100 |
commit | 52f37b39484a4c6f20e5a517d341603b644cc578 (patch) | |
tree | 9442bdcfccbec7b5fffd9a308e988cc535e17ab7 /php-cs-fixer.spec | |
parent | a18b1e71ae80e169a221decf53e99c3ad459e573 (diff) |
v2.2.19
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r-- | php-cs-fixer.spec | 8 |
1 files changed, 5 insertions, 3 deletions
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 <remi@remirepo.net> - 2.2.19-1 +- update to 2.2.19 + * Thu Mar 8 2018 Remi Collet <remi@remirepo.net> - 2.2.18-1 - update to 2.2.18 |