v2.2.1
This commit is contained in:
parent
da4e372625
commit
ef78cfe786
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
|||
/php-cs-fixer-2.1.2-c7de769.tgz
|
||||
/php-cs-fixer-2.1.3-d30ca69.tgz
|
||||
/php-cs-fixer-2.2.0-d6f1742.tgz
|
||||
/php-cs-fixer-2.2.1-aff95e0.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit d6f17423412d33df6b69c9aaf12037b91703533b
|
||||
%global gh_commit aff95e090fdaf57c20d32d7728b090f2015bfcef
|
||||
%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.0
|
||||
Version: 2.2.1
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: A tool to automatically fix PHP code style
|
||||
|
||||
|
|
@ -226,6 +226,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 10 2017 Remi Collet <remi@remirepo.net> - 2.2.1-1
|
||||
- Update to 2.2.1
|
||||
|
||||
* Sat Apr 1 2017 Remi Collet <remi@remirepo.net> - 2.2.0-1
|
||||
- Update to 2.2.0
|
||||
- add dependency on doctrine/annotations
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-2.2.0-d6f1742.tgz) = 765c5f3321efc286db24b3f029b25b54df7e45fe37ede270885a604911846e610b18cc502a64109b68ad6d1685d68e741afa5aa5bb5bb4b7a5da18397d199876
|
||||
SHA512 (php-cs-fixer-2.2.1-aff95e0.tgz) = d49fc3b7e663d16f73fdec90655935d42a71a15b442db5232bd5eda5f7da43a4895e845b5d9a365e78fd2d0fd6ac2c9c69afa9e0dc898572c439fb5fea8c6a30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue