summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r--php-cs-fixer.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index 1fe916f..c5fa71c 100644
--- a/php-cs-fixer.spec
+++ b/php-cs-fixer.spec
@@ -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
@@ -227,6 +227,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
@@ -345,6 +346,9 @@ exit $ret
%changelog
+* Thu Mar 11 2021 Remi Collet <remi@remirepo.net> - 2.18.3-1
+- update to 2.18.3
+
* Tue Jan 26 2021 Remi Collet <remi@remirepo.net> - 2.18.2-1
- update to 2.18.2