From 468b26db7b97cc0d711a94e17ad4847b0aca0ed6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Feb 2019 12:01:43 +0100 Subject: v3.4.22 --- php-symfony3.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php-symfony3.spec') diff --git a/php-symfony3.spec b/php-symfony3.spec index 462791e..d4fe820 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.21 -%global github_commit c7a57e0bcc3c57ae697f072b3e862487b6fd0030 +%global github_version 3.4.22 +%global github_commit 907d4d1d1a419663c3c37cfb33dd65c48fa62d1b %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.35|~2.4" +# "twig/twig": "~1.37.1|~2.6.2" # NOTE: Multiple major versions handled in autoloaders -%global twig_min_ver 1.35 +%global twig_min_ver 1.37.1 %global twig_max_ver 3.0 # Build using "--with tests" to enable tests @@ -116,7 +116,6 @@ Version: %{github_version} Release: 1%{?dist} Summary: Symfony PHP framework (version 3) -Group: Development/Libraries # MIT and CC-BY-SA: # - WebProfiler bundle (web-profiler-bundle sub-package) # MIT: @@ -873,6 +872,8 @@ Requires: php-spl # Composer Provides: php-composer(%{composer_vendor}/console) = %{version} +Provides: php-composer(psr/log-implementation) = 1.0 + %description console The Console component eases the creation of beautiful and testable command line @@ -2808,6 +2809,10 @@ exit $RET # ############################################################################## %changelog +* Mon Feb 4 2019 Remi Collet - 3.4.22-1 +- update to 3.4.22 +- raise dependency on twig 1.37.1 + * Mon Jan 7 2019 Remi Collet - 3.4.21-1 - update to 3.4.21 -- cgit