diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-27 14:22:44 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-27 14:22:44 +0200 |
commit | 74f685450227d86111d6dfa4b75c5c589bcfc277 (patch) | |
tree | ad8de4ce5d28fce123e116e50b7c8e3586ae7e9d /php-cs-fixer.spec | |
parent | 7a3c7164f8c4a5ed8fd444024090a18e83de3261 (diff) |
php-cs-fixer: 1.12.2
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r-- | php-cs-fixer.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index c29988b..2e01110 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d33ee60f3d3e6152888b7f3a385f49e5c43bf1bf +%global gh_commit baa7112bef3b86c65fcfaae9a7a50436e3902b41 %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: 1.12.1 +Version: 1.12.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -167,6 +167,9 @@ rm -rf %{buildroot} %changelog +* Tue Sep 27 2016 Remi Collet <remi@fedoraproject.org> - 1.12.2-1 +- update to 1.12.2 + * Fri Sep 9 2016 Remi Collet <remi@fedoraproject.org> - 1.12.1-1 - initial package, version 1.12.1 |