v2.18.3
This commit is contained in:
parent
df5b9f28f3
commit
621945bfe0
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -47,3 +47,4 @@ clog
|
|||
/php-cs-fixer-2.17.1-5198b73.tgz
|
||||
/php-cs-fixer-diff-1.3.1-dbd31ae.tgz
|
||||
/php-cs-fixer-2.18.2-18f8c9d.tgz
|
||||
/php-cs-fixer-2.18.3-ab99202.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 18f8c9d184ba777380794a389fabc179896ba913
|
||||
%global gh_commit ab99202fccff2a9f97592fbe1b5c76dd06df3513
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
#global gh_date 20150717
|
||||
%global gh_owner FriendsOfPHP
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
%global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7})
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 2.18.2
|
||||
Version: 2.18.3
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: A tool to automatically fix PHP code style
|
||||
|
||||
|
|
@ -191,6 +191,7 @@ TESTS="
|
|||
tests/Test/IntegrationCaseFactoryInterface.php
|
||||
tests/Test/InternalIntegrationCaseFactory.php
|
||||
tests/Test/IsIdenticalConstraint.php
|
||||
tests/Test/TokensWithObservedTransformers.php
|
||||
tests/TestCase.php
|
||||
"
|
||||
for i in $TESTS; do
|
||||
|
|
@ -307,6 +308,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 11 2021 Remi Collet <remi@remirepo.net> - 2.18.3-1
|
||||
- update to 2.18.3
|
||||
|
||||
* Tue Mar 2 2021 Remi Collet <remi@remirepo.net> - 2.18.2-1
|
||||
- update to 2.18.2
|
||||
- switch to phpunit9
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (php-cs-fixer-2.18.2-18f8c9d.tgz) = df2b98866b5cd25b8bb993a159eb02168b599335765c68b80db0b53aad0e338ecb38978a14a4349d009315dd5c722330bc1a87d4c4c887b45a6fe11a184f6fba
|
||||
SHA512 (php-cs-fixer-2.18.3-ab99202.tgz) = bb86d6f6c3749f99018a190da56b416944ce736cd484e03f2ea5e22e504159072496f19587c04c4aad1754b6ee7140afbf08294feeb095feeb40bbfd55cc74d0
|
||||
SHA512 (php-cs-fixer-diff-1.3.1-dbd31ae.tgz) = 7044698e43fe88086b8b1200752fa178c125d3b00d79b11ec4721f0d0a979e886530e4a29e84f932de0d27cf540cc6807cd7b64b1d1335198c14b3849bc5ca2e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue