diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-18 11:55:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-18 11:55:39 +0200 |
commit | e01a5f3b771c0e63db245020a99effdebd126737 (patch) | |
tree | 25c72d706e1324886ea5f2fac38e60095a5bccbf /php-symfony4.spec | |
parent | 2df5c3829b17895bc0602a977444b2cddd3d025e (diff) |
ignore doctrine/data-fixtures version
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index 294f0af..5904218 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -35,8 +35,9 @@ %global doctrine_common_min_ver 2.4 %global doctrine_common_max_ver 3.0 # "doctrine/data-fixtures": "1.0.*" +# ignore max version %global doctrine_datafixtures_min_ver 1.0.0 -%global doctrine_datafixtures_max_ver 1.1.0 +%global doctrine_datafixtures_max_ver 2 # "doctrine/dbal": "~2.4" %global doctrine_dbal_min_ver 2.4 %global doctrine_dbal_max_ver 3.0 @@ -106,7 +107,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: @@ -2807,6 +2808,9 @@ exit $RET # ############################################################################## %changelog +* Thu Oct 18 2018 Remi Collet <remi@remirepo.net> - 4.1.6-2 +- ignore doctrine/data-fixtures version + * Wed Oct 3 2018 Remi Collet <remi@remirepo.net> - 4.1.6-1 - update to 4.1.6 |