From 4248d1befaabd3def6746bdf7159107c7cf19195 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Mar 2022 07:55:59 +0100 Subject: update to 2.13.8 --- php-doctrine-dbal.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-doctrine-dbal.spec') diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index 7c0007f..bae5fe5 100644 --- a/php-doctrine-dbal.spec +++ b/php-doctrine-dbal.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-doctrine-dbal # -# Copyright (c) 2013-2021 Shawn Iwinski +# Copyright (c) 2013-2022 Shawn Iwinski # Adam Williamson # # License: MIT @@ -16,8 +16,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 2.13.7 -%global github_commit 6e22f6012b42d7932674857989fcf184e9e9b1c3 +%global github_version 2.13.8 +%global github_commit dc9b3c3c8592c935a6e590441f9abc0f9eba335b %global composer_vendor doctrine %global composer_project dbal @@ -62,7 +62,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 @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Thu Mar 10 2022 Remi Collet - 2.13.8-1 +- update to 2.13.8 + * Thu Jan 6 2022 Remi Collet - 2.13.7-1 - update to 2.13.7 -- cgit