summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-02 16:26:42 +0100
committerRemi Collet <remi@remirepo.net>2019-12-02 16:26:42 +0100
commitd10dd9b92c82b2d593c9b02d30aab2c13d8f6d63 (patch)
treeccff61b2f254616cd4012c947a01deb39a5967d0
parent84138bc0ef91f292ea5a3fe2a8279de9e74cff1d (diff)
allow symfony/security-acl v3
-rw-r--r--php-symfony.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony.spec b/php-symfony.spec
index 78aadfc..f608aa4 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -83,10 +83,8 @@
%global symfony_polyfill_min_ver 1.8
%global symfony_polyfill_max_ver 2.0
# "symfony/security-acl": "~2.7|~3.0.0"
-# NOTE: Max version not "3.1" so php-symfony-security-acl pkg is installed
-# instead of php-symfony-security-acl3
%global symfony_security_acl_min_ver 2.7
-%global symfony_security_acl_max_ver 3.0
+%global symfony_security_acl_max_ver 4
# "twig/twig": "~1.34|~2.4"
%global twig_min_ver 1.34
%global twig_max_ver 3.0
@@ -107,7 +105,7 @@
Name: php-%{composer_project}
Version: %{github_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: PHP framework for web projects
License: MIT
@@ -2710,6 +2708,9 @@ done
# ##############################################################################
%changelog
+* Mon Dec 2 2019 Remi Collet <remi@remirepo.net> - 2.8.52-2
+- allow symfony/security-acl v3
+
* Wed Nov 13 2019 Remi Collet <remi@remirepo.net> - 2.8.52-1
- update to 2.8.52