diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-10 07:55:59 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-10 07:55:59 +0100 |
commit | 4248d1befaabd3def6746bdf7159107c7cf19195 (patch) | |
tree | 409ce06fcc3ce0f8609731592e546cf04d6833bd /php-doctrine-dbal.spec | |
parent | cbd7b89ebb09e4efb42207f9a308b37faea097b0 (diff) |
update to 2.13.8
Diffstat (limited to 'php-doctrine-dbal.spec')
-rw-r--r-- | php-doctrine-dbal.spec | 11 |
1 files changed, 7 insertions, 4 deletions
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 <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2022 Shawn Iwinski <shawn.iwinski@gmail.com> # Adam Williamson <awilliam@redhat.com> # # 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 <remi@remirepo.net> - 2.13.8-1 +- update to 2.13.8 + * Thu Jan 6 2022 Remi Collet <remi@remirepo.net> - 2.13.7-1 - update to 2.13.7 |