diff options
| -rw-r--r-- | php-doctrine-doctrine-bundle.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec index a9d2ba2..78c225c 100644 --- a/php-doctrine-doctrine-bundle.spec +++ b/php-doctrine-doctrine-bundle.spec @@ -12,8 +12,8 @@  %global github_owner     doctrine  %global github_name      DoctrineBundle -%global github_version   1.12.12 -%global github_commit    5a94ec5c9081ddf10061b95e0c140dc260d6b6d3 +%global github_version   1.12.13 +%global github_commit    85460b85edd8f61a16ad311e7ffc5d255d3c937c  %global composer_vendor  doctrine  %global composer_project doctrine-bundle @@ -73,7 +73,7 @@  Name:          php-%{composer_vendor}-%{composer_project}  Version:       %{github_version} -Release:       2%{?dist} +Release:       1%{?dist}  Summary:       Symfony Bundle for Doctrine  License:       MIT @@ -330,6 +330,9 @@ exit $RETURN_CODE  %changelog +* Tue Dec  8 2020 Remi Collet <remi@remirepo.net> - 1.12.13-1 +- update to 1.12.13 +  * Mon Nov 16 2020 Remi Collet <remi@remirepo.net> - 1.12.12-2  - allow doctrine/dbal 3  | 
