From c86388b2d63da95afe617b667cc278eb4f544fc7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 May 2022 08:14:46 +0200 Subject: update to 2.12.2 allow doctrine/deprecations 1 --- php-doctrine-orm.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-doctrine-orm.spec') diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index f3d2a6b..f283039 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name orm -%global github_version 2.12.1 -%global github_commit 2e4a8722721b934149ff53b191522a6829b6d73b +%global github_version 2.12.2 +%global github_commit 8291a7f09b12d14783ed6537b4586583d155869e %global composer_vendor doctrine %global composer_project orm @@ -36,9 +36,9 @@ # "doctrine/dbal": "^2.13.1 || ^3.2" %global dbal_min_ver 2.13.1 %global dbal_max_ver 4 -# "doctrine/deprecations": "^0.5.3" +# "doctrine/deprecations": "^0.5.3 || ^1" %global deprecations_min_ver 0.5.3 -%global deprecations_max_ver 1 +%global deprecations_max_ver 2 # "doctrine/inflector": "^1.4 || ^2.0" %global inflector_min_ver 1.4 %global inflector_max_ver 3 @@ -156,7 +156,7 @@ BuildRequires: php-composer(psr/log) < %{psr_log_max_ver} BuildRequires: php-composer(psr/log) >= %{psr_log_min_ver} %endif %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.4 +BuildRequires: phpunit9 >= 9.5 BuildRequires: php-pdo # phpcompatinfo (computed from version 2.5.11) BuildRequires: php-ctype @@ -416,6 +416,10 @@ exit $RETURN_CODE %changelog +* Tue May 3 2022 Remi Collet - 2.12.2-1 +- update to 2.12.2 +- allow doctrine/deprecations 1 + * Mon Apr 25 2022 Remi Collet - 2.12.1-1 - update to 2.12.1 -- cgit