From 220d52c984670262b3409c93b21260b468abbdbf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Dec 2019 12:11:11 +0100 Subject: v1.3.3 --- php-doctrine-persistence.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-doctrine-persistence.spec b/php-doctrine-persistence.spec index 7492924..92815d7 100644 --- a/php-doctrine-persistence.spec +++ b/php-doctrine-persistence.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit fb81d2bccc0b891393367c8bb1fcc4cf8efcc761 +%global gh_commit 99b196bbd4715a94fa100fac664a351ffa46d6a5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project persistence @@ -26,7 +26,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project} -Version: 1.3.1 +Version: 1.3.3 Release: 1%{?dist} Summary: Doctrine Persistence abstractions @@ -188,6 +188,12 @@ exit $ret %changelog +* Fri Dec 13 2019 Remi Collet - 1.3.3-1 +- update to 1.3.3 + +* Fri Dec 13 2019 Remi Collet - 1.3.2-1 +- update to 1.3.2 + * Fri Dec 13 2019 Remi Collet - 1.3.1-1 - update to 1.3.1 - use new namespace Doctrine\Persistence -- cgit