summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-11 14:29:07 +0200
committerRemi Collet <remi@php.net>2022-07-11 14:29:07 +0200
commit2da37b551b2b7d3b0214efc205478603d4810792 (patch)
treec55fd616696a9cce9aeea6fbfee38771883a725e /php-cs-fixer.spec
parent4a433ad5ff2fb5f4a182028755fd544f3c570cf8 (diff)
update to 3.8.0
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r--php-cs-fixer.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index b77ed20..6f9f2c4 100644
--- a/php-cs-fixer.spec
+++ b/php-cs-fixer.spec
@@ -10,14 +10,14 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 7705d5a985132a40282d18a176eb9a4a0497747c
+%global gh_commit cbad1115aac4b5c3c5540e7210d3c9fba2f81fa3
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20150717
%global gh_owner FriendsOfPHP
%global gh_project PHP-CS-Fixer
Name: php-cs-fixer
-Version: 3.7.0
+Version: 3.8.0
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
Summary: PHP Coding Standards Fixer
@@ -50,7 +50,7 @@ Provides: php-cs-fixer3 = %{version}
# Bundled PHP libraries
Provides: bundled(php-composer-pcre) = 3.0.0
-Provides: bundled(php-composer-semver) = 3.2.9
+Provides: bundled(php-composer-semver) = 3.3.1
Provides: bundled(php-composer-xdebug-handler) = 3.0.3
Provides: bundled(php-doctrine-annotations) = 1.13.2
Provides: bundled(php-doctrine-lexer) = 1.2.3
@@ -147,6 +147,9 @@ sed -e 's:%{_datadir}:%{buildroot}%{_datadir}:' -i %{name}
%changelog
+* Mon Mar 21 2022 Remi Collet <remi@remirepo.net> - 3.8.0-1
+- update to 3.8.0
+
* Tue Mar 8 2022 Remi Collet <remi@remirepo.net> - 3.7.0-1
- update to 3.7.0 #StandWithUkraine️