diff options
| author | Remi Collet <remi@remirepo.net> | 2021-05-17 11:50:31 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-05-17 11:50:31 +0200 | 
| commit | ff7910bcfce686c9d1f97e515b56102acbe50c39 (patch) | |
| tree | 8ed8a6b2b8bd17592862f683cbc6a6bc3b6e6b7d | |
| parent | d901fd15415c147342f6b9fa8c97755aa0da13e2 (diff) | |
update to 3.4.48
| -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 | 
