From 736645302205aa9c3ba53bc7cb09051c27433ffd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2019 09:30:01 +0200 Subject: v3.4.27 --- php-symfony3.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-symfony3.spec') diff --git a/php-symfony3.spec b/php-symfony3.spec index 3c429a0..a5a65c2 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.26 -%global github_commit 1b89e7baec9891c323bbf1ec81af77d901fc60c9 +%global github_version 3.4.27 +%global github_commit a9bb1182151d81054800aa4fa2680d92a5928a6a %global composer_vendor symfony %global composer_project symfony @@ -96,9 +96,9 @@ # NOTE: Min version not 4.0 to restrict to single major version %global symfony_security_acl_min_ver 2.8 %global symfony_security_acl_max_ver 3.0 -# "twig/twig": "~1.37.1|~2.6.2" +# "twig/twig": "^1.40|^2.9" # NOTE: Multiple major versions handled in autoloaders -%global twig_min_ver 1.37.1 +%global twig_min_ver 1.40 %global twig_max_ver 3.0 # Build using "--with tests" to enable tests @@ -2808,6 +2808,10 @@ exit $RET # ############################################################################## %changelog +* Thu May 2 2019 Remi Collet - 3.4.27-1 +- update to 3.4.27 +- raise dependency on twig 1.40 + * Thu Apr 18 2019 Remi Collet - 3.4.26-1 - update to 3.4.26 -- cgit