diff options
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index f52fb6e..6ae0b99 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony4 # -# Copyright (c) 2016-2022 Shawn Iwinski <shawn@iwin.ski> +# Copyright (c) 2016-2023 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.48 -%global github_commit a23b1f3be1c5a6818481f4fd10792e8400446f65 +%global github_version 4.4.50 +%global github_commit 6bc1c2e2506327daa9a2359ec45f7098ca947728 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -3315,6 +3315,12 @@ exit $RET # ############################################################################## %changelog +* Thu Feb 2 2023 Remi Collet <remi@remirepo.net> - 4.4.50-1 +- update to 4.4.50 + +* Tue Nov 29 2022 Remi Collet <remi@remirepo.net> - 4.4.49-1 +- update to 4.4.49 + * Thu Nov 3 2022 Remi Collet <remi@remirepo.net> - 4.4.48-1 - update to 4.4.48 |