From 433142962420e0b76f862d04fde22f78769544bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Oct 2020 10:55:44 +0100 Subject: update to 3.4.46 --- php-symfony3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-symfony3.spec') diff --git a/php-symfony3.spec b/php-symfony3.spec index 4afce24..cc91044 100644 --- a/php-symfony3.spec +++ b/php-symfony3.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 3.4.45 -%global github_commit acaf962168168e4a5cd4b0a6d349dfc11fcc774d +%global github_version 3.4.46 +%global github_commit 8cd680e4db34bedbe79f1cb306456dde77adf6b6 %global composer_vendor symfony %global composer_project symfony @@ -119,7 +119,7 @@ Name: php-%{composer_project}3 Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Symfony PHP framework (version 3) # MIT and CC-BY-SA: @@ -2841,6 +2841,9 @@ exit $RET # ############################################################################## %changelog +* Wed Oct 28 2020 Remi Collet - 3.4.46-1 +- update to 3.4.46 + * Mon Oct 26 2020 Remi Collet - 3.4.45-2 - raise dependency on PHP 7.0 - drop dependency on symfony/polyfill-php56 and symfony/polyfill-php70 -- cgit