diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-12 07:48:32 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-12 07:48:32 +0200 |
| commit | ff52d1881f1d72360e4d2459f0c5191f6312af88 (patch) | |
| tree | 8411f6008a9e25d766f542a7bf40ecec356135a0 /php-cs-fixer.spec | |
| parent | 48e9dae6e7acdd176f4141cfa8a15e57fff2a8b5 (diff) | |
update to 3.95.0
Diffstat (limited to 'php-cs-fixer.spec')
| -rw-r--r-- | php-cs-fixer.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 64dcc45..5201b22 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -11,14 +11,11 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7787ceff91365ba7d623ec410b8f429cdebb4f63 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2026-02-20 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.94.2 +Version: 3.95.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -26,7 +23,7 @@ Summary: PHP Coding Standards Fixer License: MIT AND BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to get upstream test suite -Source0: %{name}-%{version}-%{gh_short}.tgz +Source0: %{name}-%{version}.tgz Source2: makesrc.sh # Use our autoloader @@ -67,7 +64,7 @@ projects. This tool does not only detect them, but also fixes them for you. %prep -%setup -q -n %{gh_project}-%{gh_commit} +%setup -q -n %{gh_project}-%{version} %patch -P0 -p1 -b .rpm # Fix version @@ -106,6 +103,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Sun Apr 12 2026 Remi Collet <remi@remirepo.net> - 3.95.0-1 +- update to 3.95.0 + * Mon Feb 23 2026 Remi Collet <remi@remirepo.net> - 3.94.2-1 - update to 3.94.2 |
