From d634b1f8ecadd66d38186010fb179e6a398d4ac8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 May 2022 08:12:27 +0200 Subject: update to 3.3.6 allow doctrine/deprecations 1 --- php-doctrine-dbal3.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-doctrine-dbal3.spec') diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index 3c9723a..9633901 100644 --- a/php-doctrine-dbal3.spec +++ b/php-doctrine-dbal3.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 3.3.5 -%global github_commit 719663b15983278227669c8595151586a2ff3327 +%global github_version 3.3.6 +%global github_commit 9e7f76dd1cde81c62574fdffa5a9c655c847ad21 %global major 3 %global composer_vendor doctrine @@ -27,7 +27,7 @@ # "doctrine/event-manager": "^1.0" %global doctrine_event_min_ver 1.0 %global doctrine_event_max_ver 2 -# "doctrine/deprecations": "^0.5.3", +# "doctrine/deprecations": "^0.5.3|^1", %global doctrine_deprecations_min_ver 0.5.3 %global doctrine_deprecations_max_ver 2 # "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0" @@ -290,6 +290,10 @@ exit $RETURN_CODE %changelog +* Tue May 3 2022 Remi Collet - 3.3.6-1 +- update to 3.3.6 +- allow doctrine/deprecations 1 + * Tue Apr 5 2022 Remi Collet - 3.3.5-1 - update to 3.3.5 -- cgit