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 626c3d0..b9eb05e 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.2.1 -%global github_commit 4caf37acf14b513a91dd4f087f7eda424fa25542 +%global github_version 3.3.0 +%global github_commit a4b37db6f186b6843474189b424aed6a7cc5de4b %global major 3 %global composer_vendor doctrine @@ -30,7 +30,7 @@ # "doctrine/deprecations": "^0.5.3", %global doctrine_deprecations_min_ver 0.5.3 %global doctrine_deprecations_max_ver 2 -# "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0" +# "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0" # ignore v2 %global symfony_console_min_ver 3.0 %global symfony_console_max_ver 7 @@ -290,6 +290,9 @@ exit $RETURN_CODE %changelog +* Tue Jan 18 2022 Remi Collet <remi@remirepo.net> - 3.3.0-1 +- update to 3.3.0 + * Thu Jan 6 2022 Remi Collet <remi@remirepo.net> - 3.2.1-1 - update to 3.2.1 |