diff options
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r-- | php-cs-fixer.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 13ad108..75aaf7d 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -13,14 +13,14 @@ %bcond_with generators -%global gh_commit db533e9aeb19c33033b6a1b734c8de4f4ebaa7dc +%global gh_commit 73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-01-12 +%global gh_date 2025-01-13 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.67.1 +Version: 3.68.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -168,6 +168,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Tue Jan 14 2025 Remi Collet <remi@remirepo.net> - 3.68.0-1 +- update to 3.68.0 + * Mon Jan 13 2025 Remi Collet <remi@remirepo.net> - 3.67.1-1 - update to 3.67.1 |