diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-04 09:39:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-10-04 09:39:25 +0200 |
commit | aafff85643f676f52a576532c467655b0ff12165 (patch) | |
tree | 880ff9b97fbba0135e63c00aebbe0ff429ff943e /php-doctrine-dbal.spec | |
parent | 6f24fa8dc4d5aea4e7fe944ef6e243a134084879 (diff) |
update to 2.13.4
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 72e0041..61690db 100644 --- a/php-doctrine-dbal.spec +++ b/php-doctrine-dbal.spec @@ -16,8 +16,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 2.13.3 -%global github_commit 0d7adf4cadfee6f70850e5b163e6cdd706417838 +%global github_version 2.13.4 +%global github_commit 2411a55a2a628e6d8dd598388ab13474802c7b6e %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.5 +BuildRequires: phpunit9 >= 9.5.10 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 2.13.4-1 +- update to 2.13.4 + * Mon Sep 13 2021 Remi Collet <remi@remirepo.net> - 2.13.3-1 - update to 2.13.3 |