summaryrefslogtreecommitdiffstats
path: root/php-symfony3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-04 12:01:43 +0100
committerRemi Collet <remi@remirepo.net>2019-02-04 12:01:43 +0100
commit468b26db7b97cc0d711a94e17ad4847b0aca0ed6 (patch)
tree8a293a7512dfc4c18deeb9086bf519a332418ba9 /php-symfony3.spec
parent03eeb07ba523b4aebddb0062fe7a9e7bf7e4661a (diff)
v3.4.22
Diffstat (limited to 'php-symfony3.spec')
-rw-r--r--php-symfony3.spec15
1 files changed, 10 insertions, 5 deletions
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 <remi@remirepo.net> - 3.4.22-1
+- update to 3.4.22
+- raise dependency on twig 1.37.1
+
* Mon Jan 7 2019 Remi Collet <remi@remirepo.net> - 3.4.21-1
- update to 3.4.21