From 3bb84856c57df61573371bd86e7b2db3f79b9f5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Mar 2022 07:58:03 +0100 Subject: update to 3.3.3 --- php-doctrine-dbal3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-dbal3.spec') diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index 413ac17..291f632 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.2 -%global github_commit 35eae239ef515d55ebb24e9d4715cad09a4f58ed +%global github_version 3.3.3 +%global github_commit 82331b861727c15b1f457ef05a8729e508e7ead5 %global major 3 %global composer_vendor doctrine @@ -76,7 +76,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.5.10 +BuildRequires: phpunit9 >= 9.5.16 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -290,6 +290,9 @@ exit $RETURN_CODE %changelog +* Thu Mar 10 2022 Remi Collet - 3.3.3-1 +- update to 3.3.3 + * Mon Feb 7 2022 Remi Collet - 3.3.2-1 - update to 3.3.2 -- cgit