From 5bc98ddfdc965213890baf8309ecde3d415d8c1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Jun 2022 06:32:32 +0200 Subject: update to 2.3.7 --- composer.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index d83019a..b12715f 100644 --- a/composer.spec +++ b/composer.spec @@ -18,7 +18,7 @@ %bcond_with syslib %endif -%global gh_commit 0f43aa1652c447a6bc7c9217ec133313b1d32e72 +%global gh_commit 10cd375cf85dede2ff417ceab517ef9a0dc55407 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 2.0-dev %global gh_owner composer @@ -26,7 +26,7 @@ %global api_version 2.3.0 %global run_version 2.2.2 -%global upstream_version 2.3.6 +%global upstream_version 2.3.7 #global upstream_prever RC2 #global upstream_lower rc2 @@ -178,12 +178,12 @@ Provides: bundled(php-symfony-console) = v5.4.9 Provides: bundled(php-symfony-deprecation-contracts) = v2.5.1 Provides: bundled(php-symfony-filesystem) = v5.4.9 Provides: bundled(php-symfony-finder) = v5.4.8 -Provides: bundled(php-symfony-polyfill-ctype) = v1.25.0 -Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.25.0 -Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.25.0 -Provides: bundled(php-symfony-polyfill-mbstring) = v1.25.0 -Provides: bundled(php-symfony-polyfill-php73) = v1.25.0 -Provides: bundled(php-symfony-polyfill-php80) = v1.25.0 +Provides: bundled(php-symfony-polyfill-ctype) = v1.26.0 +Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.26.0 +Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.26.0 +Provides: bundled(php-symfony-polyfill-mbstring) = v1.26.0 +Provides: bundled(php-symfony-polyfill-php73) = v1.26.0 +Provides: bundled(php-symfony-polyfill-php80) = v1.26.0 Provides: bundled(php-symfony-process) = v5.4.8 Provides: bundled(php-symfony-service-contracts) = v2.5.1 Provides: bundled(php-symfony-string) = v5.4.9 @@ -417,6 +417,9 @@ exit $ret %changelog +* Tue Jun 7 2022 Remi Collet - 2.3.7-1 +- update to 2.3.7 + * Thu Jun 2 2022 Remi Collet - 2.3.6-1 - update to 2.3.6 -- cgit