summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r--php-cs-fixer.spec16
1 files changed, 12 insertions, 4 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index e4357d5..7fa7f38 100644
--- a/php-cs-fixer.spec
+++ b/php-cs-fixer.spec
@@ -11,14 +11,14 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 1ca468270efbb75ce0c7566a79cca8ea2888584d
+%global gh_commit 900389362c43d116fee1ffc51f7878145fa61b57
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 2025-03-03
+%global gh_date 2025-03-13
%global gh_owner FriendsOfPHP
%global gh_project PHP-CS-Fixer
Name: php-cs-fixer
-Version: 3.70.2
+Version: 3.72.0
Release: 1%{?dist}
Summary: PHP Coding Standards Fixer
@@ -71,7 +71,9 @@ projects. This tool does not only detect them, but also fixes them for you.
%patch -P0 -p1 -b .rpm
# Fix version
-sed -e '/VERSION/s/3.68.6-DEV/%{version}/' -i src/Console/Application.php
+#sed -e '/VERSION/s/3.68.6-DEV/%{version}/' -i src/Console/Application.php
+# check version
+grep "'%{version}'" src/Console/Application.php
%build
@@ -104,6 +106,12 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
%changelog
+* Thu Mar 13 2025 Remi Collet <remi@remirepo.net> - 3.72.0-1
+- update to 3.72.0
+
+* Sat Mar 8 2025 Remi Collet <remi@remirepo.net> - 3.71.0-1
+- update to 3.71.0
+
* Tue Mar 4 2025 Remi Collet <remi@remirepo.net> - 3.70.2-1
- update to 3.70.2