diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-08 11:56:02 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-08 11:56:02 +0100 |
commit | 2a96d107b1a94a94097014b5c1be35b846fd097a (patch) | |
tree | d1c7738ef3b3a9746007a36343da3594d77c0b32 | |
parent | cc9d78dd3adafbfbca5c4ed3cda08652e802a4fd (diff) |
-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 |