diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-30 11:30:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-30 11:30:34 +0200 |
commit | 4098c201fda622ec4fac36b69f39cdc6d7f16087 (patch) | |
tree | 50a36d62d29c3a997e769e2b6066ea2ad36ffe60 | |
parent | e3380f95437480f60095d6e09e0e597b37a0b59d (diff) |
v3.4.39
-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 0d44d24..e86636b 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.38 -%global github_commit c5a882db43e7163114edffdf3ee2f988328fa6c4 +%global github_version 3.4.39 +%global github_commit 29ccc948a87d72c991fff9dbb92bd64f728e7b75 %global composer_vendor symfony %global composer_project symfony @@ -2876,6 +2876,9 @@ exit $RET # ############################################################################## %changelog +* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 3.4.39-1 +- update to 3.4.39 + * Tue Mar 3 2020 Remi Collet <remi@remirepo.net> - 3.4.38-1 - update to 3.4.38 |