From cc547ebfdb7f0b16e4df68f4848d8b2dc848b633 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 11:35:41 +0100 Subject: update to 3.6.1 --- 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 1b150c4..6fd43a5 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.6.0 -%global github_commit 85b98cb23c8af471a67abfe14485da696bcabc2e +%global github_version 3.6.1 +%global github_commit 57815c7bbcda3cd18871d253c1dd8cbe56f8526e %global major 3 %global composer_vendor doctrine @@ -76,7 +76,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.6.3 +BuildRequires: phpunit9 >= 9.6.4 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -291,6 +291,9 @@ exit $RETURN_CODE %changelog +* Mon Mar 6 2023 Remi Collet - 3.6.1-1 +- update to 3.6.1 + * Wed Feb 8 2023 Remi Collet - 3.6.0-1 - update to 3.6.0 -- cgit