parent
89725a719b
commit
7f3b33c559
3 changed files with 13 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -120,3 +120,4 @@ clog
|
|||
/php-cs-fixer-3.61.1-94a8718.tgz
|
||||
/php-cs-fixer-3.62.0-627692f.tgz
|
||||
/php-cs-fixer-3.63.1-ee3cc2e.tgz
|
||||
/php-cs-fixer-3.64.0-58dd9c9.tgz
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit ee3cc2e1fbfbddf98c17d4615db574a2a311c1ea
|
||||
%global gh_commit 58dd9c931c785a79739310aef5178928305ffa67
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2024-08-27
|
||||
%global gh_date 2024-08-30
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.63.1
|
||||
Version: 3.64.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -54,11 +54,11 @@ Provides: php-cs-fixer3 = %{version}
|
|||
Provides: bundled(php-sebastian-diff) = 5.1.1
|
||||
# License MIT
|
||||
Provides: bundled(php-clue-ndjson-react) = v1.3.0
|
||||
Provides: bundled(php-composer-pcre) = 3.3.0
|
||||
Provides: bundled(php-composer-pcre) = 3.3.1
|
||||
Provides: bundled(php-composer-semver) = 3.4.2
|
||||
Provides: bundled(php-composer-xdebug-handler) = 3.0.5
|
||||
Provides: bundled(php-evenement-evenement) = v3.0.2
|
||||
Provides: bundled(php-fidry-cpu-core-counter) = 1.1.0
|
||||
Provides: bundled(php-fidry-cpu-core-counter) = 1.2.0
|
||||
Provides: bundled(php-psr-container) = 2.0.2
|
||||
Provides: bundled(php-psr-event-dispatcher) = 1.0.0
|
||||
Provides: bundled(php-psr-log) = 2.0.0
|
||||
|
|
@ -69,12 +69,12 @@ Provides: bundled(php-react-event-loop) = v1.5.0
|
|||
Provides: bundled(php-react-promise) = v3.2.0
|
||||
Provides: bundled(php-react-socket) = v1.16.0
|
||||
Provides: bundled(php-react-stream) = v1.4.0
|
||||
Provides: bundled(php-symfony-console) = v6.4.10
|
||||
Provides: bundled(php-symfony-console) = v6.4.11
|
||||
Provides: bundled(php-symfony-deprecation-contracts) = v3.5.0
|
||||
Provides: bundled(php-symfony-event-dispatcher) = v6.4.8
|
||||
Provides: bundled(php-symfony-event-dispatcher-contracts) = v3.5.0
|
||||
Provides: bundled(php-symfony-filesystem) = v6.4.9
|
||||
Provides: bundled(php-symfony-finder) = v6.4.10
|
||||
Provides: bundled(php-symfony-finder) = v6.4.11
|
||||
Provides: bundled(php-symfony-options-resolver) = v6.4.8
|
||||
Provides: bundled(php-symfony-polyfill-ctype) = v1.30.0
|
||||
Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.30.0
|
||||
|
|
@ -85,7 +85,7 @@ Provides: bundled(php-symfony-polyfill-php81) = v1.30.0
|
|||
Provides: bundled(php-symfony-process) = v6.4.8
|
||||
Provides: bundled(php-symfony-service-contracts) = v3.5.0
|
||||
Provides: bundled(php-symfony-stopwatch) = v6.4.8
|
||||
Provides: bundled(php-symfony-string) = v6.4.10
|
||||
Provides: bundled(php-symfony-string) = v6.4.11
|
||||
|
||||
Provides: php-composer(friendsofphp/php-cs-fixer) = %{version}
|
||||
|
||||
|
|
@ -158,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 31 2024 Remi Collet <remi@remirepo.net> - 3.64.0-1
|
||||
- update to 3.64.0
|
||||
|
||||
* Tue Aug 27 2024 Remi Collet <remi@remirepo.net> - 3.63.1-1
|
||||
- update to 3.63.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.63.1-ee3cc2e.tgz) = 1a9bae83299a26c0f8a4fdecd0e28e20eb860197d419f97cfb6c7be2394db64af7867b059a8ad2798468fc09c4423d51bc37031c58215dc9d1e1d403d5dcc5fd
|
||||
SHA512 (php-cs-fixer-3.64.0-58dd9c9.tgz) = 6aaabe39bd10914796769c9a7df92976f9985137b54130f43f9b36e8f7f9de60b51ac4df93de328f41ba7643d93938531a7a3c8592beac9ebab69b0c64b4272f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue