From df25e3ea496da44e5dc3cd71693c000f2dec2d4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Sep 2022 09:17:24 +0200 Subject: update to 3.4.4 --- 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 c6fe0f3..d015c40 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.4.1 -%global github_commit 94e016428884227245fb1219e0de7d8b86ca16d7 +%global github_version 3.4.4 +%global github_commit 4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5 %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.21 +BuildRequires: phpunit9 >= 9.5.24 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -290,6 +290,9 @@ exit $RETURN_CODE %changelog +* Fri Sep 9 2022 Remi Collet - 3.4.4-1 +- update to 3.4.4 + * Thu Aug 18 2022 Remi Collet - 3.4.1-1 - update to 3.4.1 -- cgit