diff options
-rw-r--r-- | php-symfony3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony3.spec b/php-symfony3.spec index 9914932..44bfeae 100644 --- a/php-symfony3.spec +++ b/php-symfony3.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony3 # -# Copyright (c) 2016-2020 Shawn Iwinski <shawn@iwin.ski> +# Copyright (c) 2016-2021 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 3.4.47 -%global github_commit 83093d5448a7b90fd4cbcce38580ae53898f506f +%global github_version 3.4.48 +%global github_commit d0d17db1c5e0497e66afe99e920b787aebee5f0a %global composer_vendor symfony %global composer_project symfony @@ -2841,6 +2841,9 @@ exit $RET # ############################################################################## %changelog +* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 3.4.48-1 +- update to 3.4.48 + * Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 3.4.47-1 - update to 3.4.47 |