diff options
Diffstat (limited to 'php-doctrine-dbal.spec')
-rw-r--r-- | php-doctrine-dbal.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.11.2-1 +- update to 2.11.2 + * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 2.11.1-1 - update to 2.11.1 |