From 3c63d247dcef1935c0edc43909444f1f021de7de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Apr 2021 09:14:45 +0200 Subject: update to 2.3.1 --- php-doctrine-doctrine-bundle2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-doctrine-doctrine-bundle2.spec') 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 - 2.3.1-1 +- update to 2.3.1 + * Mon Mar 29 2021 Remi Collet - 2.3.0-1 - update to 2.3.0 -- cgit