summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-02 17:11:36 +0200
committerRemi Collet <remi@remirepo.net>2017-10-02 17:11:36 +0200
commita815eab2836113f767c454621df45d09e8132690 (patch)
tree17943f3d562b11481281e7ba88f75ebbc44e8426 /php-cs-fixer.spec
parent5d4b5c5aced39ac72095dddff7f6066d61a5c4a4 (diff)
v2.7.1
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r--php-cs-fixer.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index 53b13a5..daef3ec 100644
--- a/php-cs-fixer.spec
+++ b/php-cs-fixer.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e4e93a120117e879cfc1f231fbf29274707cd834
+%global gh_commit ab2e189d94698178988f9732bc75bb4ce8d16f77
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20150717
%global gh_owner FriendsOfPHP
@@ -21,7 +21,7 @@
%global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7})
Name: php-cs-fixer
-Version: 2.7.0
+Version: 2.7.1
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
Summary: A tool to automatically fix PHP code style
@@ -282,6 +282,9 @@ exit $ret
%changelog
+* Mon Oct 2 2017 Remi Collet <remi@remirepo.net> - 2.7.1-1
+- Update to 2.7.1
+
* Mon Oct 2 2017 Remi Collet <remi@remirepo.net> - 2.7.0-1
- Update to 2.7.0
- drop dependency on sebastian/diff, bundle fork instead