diff options
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index 7f959a4..a9ee2bf 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony4 # -# Copyright (c) 2016-2021 Shawn Iwinski <shawn@iwin.ski> +# Copyright (c) 2016-2022 Shawn Iwinski <shawn@iwin.ski> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -21,7 +21,8 @@ %global composer_project symfony # "php": ">=7.1.3" -%global php_min_ver 7.1.3 +# use 7.4 as older polyfills are disabled +%global php_min_ver 7.4 # "cache/integration-tests": "dev-master" # NOTE: Min and max versions added to restrict to single major version %global cache_integration_tests_min_ver 0 @@ -144,7 +145,7 @@ Name: php-%{composer_project}4 Version: %{github_version} -Release: 1%{?github_prerelease:.%{github_prerelease}}%{?dist} +Release: 2%{?github_prerelease:.%{github_prerelease}}%{?dist} Summary: Symfony PHP framework (version 4) # MIT and CC-BY-SA: @@ -3315,6 +3316,9 @@ exit $RET # ############################################################################## %changelog +* Thu Jan 13 2022 Remi Collet <remi@remirepo.net> - 4.4.36-2 +- fix autoloader for 7.4 + * Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 4.4.36-1 - update to 4.4.36 |