From 33e7ef3f6d883a156e16dc085d56d585d0eacd3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jan 2020 11:26:34 +0100 Subject: v3.4.37 --- 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 df45549..59ef354 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.36 -%global github_commit 0a6fccb5772ad2467253e6849d589bd09d9eb195 +%global github_version 3.4.37 +%global github_commit 1bd873459b36cf505c7b515ba6e0e2ee40890b8a %global composer_vendor symfony %global composer_project symfony @@ -117,7 +117,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: @@ -2876,6 +2876,9 @@ exit $RET # ############################################################################## %changelog +* Wed Jan 22 2020 Remi Collet - 3.4.37-1 +- update to 3.4.37 + * Mon Dec 2 2019 Remi Collet - 3.4.36-2 - allow symfony/security-acl v3 -- cgit