diff options
Diffstat (limited to 'php-doctrine-doctrine-bundle2.spec')
-rw-r--r-- | php-doctrine-doctrine-bundle2.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index 39ffc97..2baa1c6 100644 --- a/php-doctrine-doctrine-bundle2.spec +++ b/php-doctrine-doctrine-bundle2.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 2.3.0 -%global github_commit 8b922578bdee2243a26202b13df795e170efaef8 +%global github_version 2.3.1 +%global github_commit a08bc3b4d8567cdff05e89b272ba1e06e9d71c21 %global major 2 %global composer_vendor doctrine @@ -197,6 +197,7 @@ Provides: php-composer(%{composer_vendor}/%{composer_project}) = %{version} Suggests: php-composer(doctrine/orm) Suggests: php-composer(symfony/web-profiler-bundle) Suggests: php-composer(twig/twig) +Suggests: php-pdo # remirepo:1 %endif @@ -326,6 +327,9 @@ exit $RETURN_CODE %changelog +* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 2.3.1-1 +- update to 2.3.1 + * Mon Mar 29 2021 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 |