diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-12 13:23:29 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-12 13:23:29 +0100 |
commit | 4ba3273015d7090d45b30b17d4c486aae83cdbb3 (patch) | |
tree | de1df0f8db12f771380972a81d0fe67c114efb7d | |
parent | a027b868213dc921141ae2d3cc56d1f6977ecc34 (diff) |
v3.4.34
-rw-r--r-- | php-symfony3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-symfony3.spec b/php-symfony3.spec index 5332a8f..fed8f10 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.33 -%global github_commit 47813652695f1345987fd5dfc0df67607e738b31 +%global github_version 3.4.34 +%global github_commit c461582064eabe9b93b225be589dd6740620ce0f %global composer_vendor symfony %global composer_project symfony @@ -2804,6 +2804,9 @@ exit $RET # ############################################################################## %changelog +* Tue Nov 12 2019 Remi Collet <remi@remirepo.net> - 3.4.34-1 +- update to 3.4.34 + * Tue Nov 5 2019 Remi Collet <remi@remirepo.net> - 3.4.33-1 - update to 3.4.33 - raise dependency on twig 1.41 |