From b26125d7fee7f24180259591ec3c4fca1014f324 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Jan 2022 12:21:44 +0100 Subject: update to 4.4.37 --- composer.json | 1 - php-symfony4.spec | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c2933d5..85fd3e0 100644 --- a/composer.json +++ b/composer.json @@ -154,7 +154,6 @@ }, "config": { "allow-plugins": { - "composer/package-versions-deprecated": true, "symfony/runtime": true } }, diff --git a/php-symfony4.spec b/php-symfony4.spec index d0e4b87..635def3 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 4.4.36 -%global github_commit 879e519c066067ae6cc58519ac1877ce016cbf6b +%global github_version 4.4.37 +%global github_commit 1ec78b0e535d587bd6c5503227b47a0808e96934 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -145,7 +145,7 @@ Name: php-%{composer_project}4 Version: %{github_version} -Release: 2%{?github_prerelease:.%{github_prerelease}}%{?dist} +Release: 1%{?github_prerelease:.%{github_prerelease}}%{?dist} Summary: Symfony PHP framework (version 4) # MIT and CC-BY-SA: @@ -3299,6 +3299,9 @@ exit $RET # ############################################################################## %changelog +* Fri Jan 28 2022 Remi Collet - 4.4.37-1 +- update to 4.4.37 + * Thu Jan 13 2022 Remi Collet - 4.4.36-2 - fix autoloader for 7.4 -- cgit