diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-04 09:42:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-10-04 09:42:23 +0200 |
commit | ce7831c688636cc39fca17d6509db39f89af3472 (patch) | |
tree | 5035bec16467c50852a8a6bc2565b228865c85bc /php-doctrine-dbal3.spec | |
parent | ccb2cfd7a3469285a6c33525f94eae55ec6eaf91 (diff) |
update to 3.1.3
Diffstat (limited to 'php-doctrine-dbal3.spec')
-rw-r--r-- | php-doctrine-dbal3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index 35f87e6..18de29a 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.1.2 -%global github_commit 3ee2622b57370c786f531678f6641208747f7bfc +%global github_version 3.1.3 +%global github_commit 96b0053775a544b4a6ab47654dac0621be8b4cf8 %global major 3 %global composer_vendor doctrine @@ -64,7 +64,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 @@ -255,6 +255,9 @@ exit $RETURN_CODE %changelog +* Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 3.1.3-1 +- update to 3.1.3 + * Mon Sep 13 2021 Remi Collet <remi@remirepo.net> - 3.1.2-1 - update to 3.1.2 |