v3.23.0
This commit is contained in:
parent
1f88ed5d56
commit
b2b3d48b10
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -81,3 +81,4 @@ clog
|
|||
/php-cs-fixer-3.20.0-0e8249e.tgz
|
||||
/php-cs-fixer-3.21.1-229b55b.tgz
|
||||
/php-cs-fixer-3.22.0-92b019f.tgz
|
||||
/php-cs-fixer-3.23.0-35af3cb.tgz
|
||||
|
|
|
|||
|
|
@ -10,15 +10,15 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 92b019f6c8d79aa26349d0db7671d37440dc0ff3
|
||||
%global gh_commit 35af3cbbacfa91e164b252a28ec0b644f1ed4e78
|
||||
%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.22.0
|
||||
Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Version: 3.23.0
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
# see bundled list below, SPDX
|
||||
|
|
@ -152,6 +152,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 18 2023 Remi Collet <remi@remirepo.net> - 3.23.0-1
|
||||
- update to 3.23.0
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.22.0-92b019f.tgz) = 3c45dd42c6d4da91bc384166fae90c5059e65d9e86a1597d18eb3f19f0f1741b85e78d5644d77b62f537ee4b357f6bef74681b5fb36862be9e170b6b1082745a
|
||||
SHA512 (php-cs-fixer-3.23.0-35af3cb.tgz) = 24f5a63dbc83f6fc379c81134f6c8a61fee294175a41a757d6722259982740874d4ddff0840cc477e472afa3c1e53c964a2865986b6a8b4ae9a94ea11e56723b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue