diff options
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index 9008295..79b5fa2 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony4 # -# Copyright (c) 2016-2019 Shawn Iwinski <shawn@iwin.ski> +# Copyright (c) 2016-2020 Shawn Iwinski <shawn@iwin.ski> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 4.4.4 -%global github_commit 488093b6fb1fb2064dd79dccd7ed542512188af5 +%global github_version 4.4.5 +%global github_commit b802dd453f98820b5e79433b268e81debffc6ad4 %global composer_vendor symfony %global composer_project symfony @@ -3293,6 +3293,9 @@ exit $RET # ############################################################################## %changelog +* Tue Mar 3 2020 Remi Collet <remi@remirepo.net> - 4.4.5-1 +- update to 4.4.5 + * Mon Feb 3 2020 Remi Collet <remi@remirepo.net> - 4.4.4-1 - update to 4.4.4 |