From 2da37b551b2b7d3b0214efc205478603d4810792 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jul 2022 14:29:07 +0200 Subject: update to 3.8.0 --- installed.json | 14 +++++++------- php-cs-fixer.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/installed.json b/installed.json index 717de9b..792764e 100644 --- a/installed.json +++ b/installed.json @@ -76,17 +76,17 @@ }, { "name": "composer/semver", - "version": "3.2.9", - "version_normalized": "3.2.9.0", + "version": "3.3.1", + "version_normalized": "3.3.1.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649" + "reference": "5d8e574bb0e69188786b8ef77d43341222a41a71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649", - "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649", + "url": "https://api.github.com/repos/composer/semver/zipball/5d8e574bb0e69188786b8ef77d43341222a41a71", + "reference": "5d8e574bb0e69188786b8ef77d43341222a41a71", "shasum": "" }, "require": { @@ -96,7 +96,7 @@ "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, - "time": "2022-02-04T13:58:43+00:00", + "time": "2022-03-16T11:22:07+00:00", "type": "library", "extra": { "branch-alias": { @@ -140,7 +140,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.9" + "source": "https://github.com/composer/semver/tree/3.3.1" }, "funding": [ { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index b77ed20..6f9f2c4 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7705d5a985132a40282d18a176eb9a4a0497747c +%global gh_commit cbad1115aac4b5c3c5540e7210d3c9fba2f81fa3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.7.0 +Version: 3.8.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PHP Coding Standards Fixer @@ -50,7 +50,7 @@ Provides: php-cs-fixer3 = %{version} # Bundled PHP libraries Provides: bundled(php-composer-pcre) = 3.0.0 -Provides: bundled(php-composer-semver) = 3.2.9 +Provides: bundled(php-composer-semver) = 3.3.1 Provides: bundled(php-composer-xdebug-handler) = 3.0.3 Provides: bundled(php-doctrine-annotations) = 1.13.2 Provides: bundled(php-doctrine-lexer) = 1.2.3 @@ -147,6 +147,9 @@ sed -e 's:%{_datadir}:%{buildroot}%{_datadir}:' -i %{name} %changelog +* Mon Mar 21 2022 Remi Collet - 3.8.0-1 +- update to 3.8.0 + * Tue Mar 8 2022 Remi Collet - 3.7.0-1 - update to 3.7.0 #StandWithUkraine️ -- cgit