From ce7831c688636cc39fca17d6509db39f89af3472 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Oct 2021 09:42:23 +0200 Subject: update to 3.1.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 35f87e6..18de29a 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.1.2 -%global github_commit 3ee2622b57370c786f531678f6641208747f7bfc +%global github_version 3.1.3 +%global github_commit 96b0053775a544b4a6ab47654dac0621be8b4cf8 %global major 3 %global composer_vendor doctrine @@ -64,7 +64,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.5.5 +BuildRequires: phpunit9 >= 9.5.10 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -255,6 +255,9 @@ exit $RETURN_CODE %changelog +* Mon Oct 4 2021 Remi Collet - 3.1.3-1 +- update to 3.1.3 + * Mon Sep 13 2021 Remi Collet - 3.1.2-1 - update to 3.1.2 -- cgit