diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-30 14:22:57 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-30 14:22:57 +0200 |
commit | fc3f3f5e8562dc9b056a64c18137469b828f926f (patch) | |
tree | 048d798f8768cc92c39c99d191b221e3a222a8c6 | |
parent | 5b390ca68b7cf69b7cedf3f954711ab3b95f93de (diff) |
update to 4.4.26
-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 769f055..904b31c 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony4 # -# 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 4.4.25 -%global github_commit c71e9ba222f7a970e92399c1fb5d82af18c77dd4 +%global github_version 4.4.26 +%global github_commit 8df2da89fbaa0bdcc1b9338047f0ecef9a15ba23 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -3310,6 +3310,9 @@ exit $RET # ############################################################################## %changelog +* Wed Jun 30 2021 Remi Collet <remi@remirepo.net> - 4.4.26-1 +- update to 4.4.26 + * Tue Jun 1 2021 Remi Collet <remi@remirepo.net> - 4.4.25-1 - update to 4.4.25 - add dependency on symfony/polyfill-php81 |