From f41724738a5b4b4eb598d214da5980c4ece801a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jul 2022 14:01:56 +0200 Subject: update to 2.3.8 --- composer.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index 9acb522..75508a9 100644 --- a/composer.spec +++ b/composer.spec @@ -18,7 +18,7 @@ %bcond_with syslib %endif -%global gh_commit 10cd375cf85dede2ff417ceab517ef9a0dc55407 +%global gh_commit f69e63262dadd02b3b6edade339c7badda2939c2 %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.7 +%global upstream_version 2.3.8 #global upstream_prever RC2 #global upstream_lower rc2 @@ -41,7 +41,7 @@ Name: composer Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Dependency Manager for PHP # composer and all dependencies are MIT @@ -179,8 +179,8 @@ Provides: bundled(php-psr-log) = 1.1.4 Provides: bundled(php-react-promise) = v2.9.0 Provides: bundled(php-seld-jsonlint) = 1.9.0 Provides: bundled(php-seld-phar-utils) = 1.2.0 -Provides: bundled(php-symfony-console) = v5.4.9 -Provides: bundled(php-symfony-deprecation-contracts) = v2.5.1 +Provides: bundled(php-symfony-console) = v5.4.10 +Provides: bundled(php-symfony-deprecation-contracts) = v2.5.2 Provides: bundled(php-symfony-filesystem) = v5.4.9 Provides: bundled(php-symfony-finder) = v5.4.8 Provides: bundled(php-symfony-polyfill-ctype) = v1.26.0 @@ -190,8 +190,8 @@ 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 +Provides: bundled(php-symfony-service-contracts) = v2.5.2 +Provides: bundled(php-symfony-string) = v5.4.10 %endif # From composer.json, suggest # "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", @@ -424,6 +424,9 @@ exit $ret %changelog +* Fri Jul 1 2022 Remi Collet - 2.3.8-1 +- update to 2.3.8 + * Wed Jun 22 2022 Remi Collet - 2.3.7-2 - add bash completion file -- cgit