From c113dd4e2d060a57d8790fd8cfe11432b188a244 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 May 2021 16:54:36 +0200 Subject: update to 4.4.24 --- php-symfony4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-symfony4.spec') diff --git a/php-symfony4.spec b/php-symfony4.spec index 451ba8b..3d6829d 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.23 -%global github_commit bb7ec823d2ea5a77c83a11739fc38f62e2b7999c +%global github_version 4.4.24 +%global github_commit 854af7600a6249c34bdbf4120e078aef6ece660e %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -29,9 +29,9 @@ # "doctrine/annotations": "~1.10.4" %global doctrine_annotations_min_ver 1.10.4 %global doctrine_annotations_max_ver 2.0 -# "doctrine/cache": "~1.6" +# "doctrine/cache": "^1.6|^2.0" %global doctrine_cache_min_ver 1.6 -%global doctrine_cache_max_ver 2.0 +%global doctrine_cache_max_ver 3 # "doctrine/collections": "~1.0" %global doctrine_collections_min_ver 1.0 %global doctrine_collections_max_ver 2 @@ -3303,6 +3303,9 @@ exit $RET # ############################################################################## %changelog +* Wed May 19 2021 Remi Collet - 4.4.24-1 +- update to 4.4.24 + * Mon May 17 2021 Remi Collet - 4.4.23-1 - update to 4.4.23 -- cgit