diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-02 14:44:54 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-02 14:44:54 +0100 |
commit | acc9b405b953868d8a3c7ca6d8ee43240a23c654 (patch) | |
tree | 6678d23c15e4e0d2e89645a59f7a9b8ea088464d /php-symfony4.spec | |
parent | 42167dda209bdc1994c891bf5188958981b8b613 (diff) |
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 |