diff options
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 413ac17..291f632 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.3.2 -%global github_commit 35eae239ef515d55ebb24e9d4715cad09a4f58ed +%global github_version 3.3.3 +%global github_commit 82331b861727c15b1f457ef05a8729e508e7ead5 %global major 3 %global composer_vendor doctrine @@ -76,7 +76,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 @@ -290,6 +290,9 @@ exit $RETURN_CODE %changelog +* Thu Mar 10 2022 Remi Collet <remi@remirepo.net> - 3.3.3-1 +- update to 3.3.3 + * Mon Feb 7 2022 Remi Collet <remi@remirepo.net> - 3.3.2-1 - update to 3.3.2 |