diff options
-rw-r--r-- | php-symfony4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index 3258418..626ea40 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 4.4.39 -%global github_commit 0ab468eede956f4c0f9e3dddf97d8650a39830c8 +%global github_version 4.4.40 +%global github_commit 406847f8c944b577c116531cb342d2875324a2c1 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -3315,6 +3315,9 @@ exit $RET # ############################################################################## %changelog +* Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 4.4.40-1 +- update to 4.4.40 + * Mon Mar 7 2022 Remi Collet <remi@remirepo.net> - 4.4.39-1 - update to 4.4.39 |