From 2a96d107b1a94a94097014b5c1be35b846fd097a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Dec 2020 11:56:02 +0100 Subject: update to 1.12.13 --- php-doctrine-doctrine-bundle.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-doctrine-bundle.spec') 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 - 1.12.13-1 +- update to 1.12.13 + * Mon Nov 16 2020 Remi Collet - 1.12.12-2 - allow doctrine/dbal 3 -- cgit