diff options
-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 |