diff options
-rw-r--r-- | php-symfony-security-acl.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-symfony-security-acl.spec b/php-symfony-security-acl.spec index 26142ee..590ffdd 100644 --- a/php-symfony-security-acl.spec +++ b/php-symfony-security-acl.spec @@ -12,8 +12,8 @@ %global github_owner symfony %global github_name security-acl -%global github_version 3.0.3 -%global github_commit 744c6d5b56ef1dc2d6f8018291b5a5ca1dc48ae5 +%global github_version 3.0.4 +%global github_commit dc8f10b3bda34e9ddcad49edc7accf61f31fce43 %global composer_vendor symfony %global composer_project security-acl @@ -203,6 +203,9 @@ exit $RETURN_CODE %changelog +* Thu Dec 12 2019 Remi Collet <remi@remirepo.net> - 3.0.4-1 +- update to 3.0.4 + * Thu Dec 12 2019 Remi Collet <remi@remirepo.net> - 3.0.3-1 - update to 3.0.3 - allow Symfony 5 |