diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-07 11:07:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-07 11:07:45 +0100 |
commit | d0385fc566706489d06b8b5fd84e665a08c4a43c (patch) | |
tree | 6795b23491d62950363928759117e87e572109e2 | |
parent | f67b4bfcfdc064bf1b33895958630d06e4647626 (diff) |
update to 4.4.39
-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 6a38fa8..3258418 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.38 -%global github_commit 502c66aaa37d877c882c74256d7ac2398d5502f1 +%global github_version 4.4.39 +%global github_commit 0ab468eede956f4c0f9e3dddf97d8650a39830c8 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -3315,6 +3315,9 @@ exit $RET # ############################################################################## %changelog +* Mon Mar 7 2022 Remi Collet <remi@remirepo.net> - 4.4.39-1 +- update to 4.4.39 + * Mon Feb 28 2022 Remi Collet <remi@remirepo.net> - 4.4.38-1 - update to 4.4.38 |