From 6e0a75220eaf530ccd9f82c1fad88f6d0951166f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Oct 2020 09:33:34 +0200 Subject: update to 2.11.2 --- php-doctrine-dbal.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-dbal.spec') diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index 03b8dfd..ec1bf16 100644 --- a/php-doctrine-dbal.spec +++ b/php-doctrine-dbal.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 2.11.1 -%global github_commit 6e6903cd5e3a5be60a79439e3ee8fe126f78fe86 +%global github_version 2.11.2 +%global github_commit b88a45cbc395e850b2d958dcd7b9d49d09ff23e0 %global composer_vendor doctrine %global composer_project dbal @@ -56,7 +56,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.3 +BuildRequires: phpunit9 >= 9.4 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -219,6 +219,9 @@ exit $RETURN_CODE %changelog +* Mon Oct 19 2020 Remi Collet - 2.11.2-1 +- update to 2.11.2 + * Mon Sep 28 2020 Remi Collet - 2.11.1-1 - update to 2.11.1 -- cgit