diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-04 11:37:35 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-04 11:37:35 +0200 |
commit | 59afb94b236ff5d5b04bcb189f81acd2d038d8a9 (patch) | |
tree | 83ca5d988f0489fa107d719ad9faafb7b4635b2c | |
parent | d0385fc566706489d06b8b5fd84e665a08c4a43c (diff) |
update to 4.4.40
-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 |