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 1460bdc..a6128a4 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.43 -%global github_commit b0686468ec94e7ca9e16108f4510c7ac0326a564 +%global github_version 4.4.44 +%global github_commit 4a61fa7d89245ac0e8a8b8a44e05f4abd8f8f233 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -3315,6 +3315,9 @@ exit $RET # ############################################################################## %changelog +* Fri Jul 29 2022 Remi Collet <remi@remirepo.net> - 4.4.44-1 +- update to 4.4.44 + * Mon Jun 27 2022 Remi Collet <remi@remirepo.net> - 4.4.43-1 - update to 4.4.43 |