diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-16 09:17:26 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-16 09:17:26 +0100 |
commit | 6521cc6d0b045bf7b29447c45c85f99c4762b7aa (patch) | |
tree | c323fdd206c71fe27aa8ea9473158174ed97723d /php-cs-fixer.spec | |
parent | 35586ce7e0710c7bcb3d475c0026eba5dfc24134 (diff) |
update to 3.47.0
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r-- | php-cs-fixer.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index da9d570..7751b61 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,15 +10,15 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit be6831c9af1740470d2a773119b9273f8ac1c3d2 +%global gh_commit 184dd992fe49169a18300dba4435212db55220f7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date 20150717 +%global gh_date 2024-01-15 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.46.0 -Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} +Version: 3.47.0 +Release: 1%{?dist} Summary: PHP Coding Standards Fixer # see bundled list below, SPDX @@ -150,6 +150,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Tue Jan 16 2024 Remi Collet <remi@remirepo.net> - 3.47.0-1 +- update to 3.47.0 + * Thu Jan 4 2024 Remi Collet <remi@remirepo.net> - 3.46.0-1 - update to 3.46.0 |