From 4604d7397c92860c8f81c87ae47d67a46bef34e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Apr 2019 07:08:33 +0200 Subject: v2.0.2 --- php-doctrine-migrations.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-doctrine-migrations.spec b/php-doctrine-migrations.spec index 6fa00fd..8aebd56 100644 --- a/php-doctrine-migrations.spec +++ b/php-doctrine-migrations.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 2d5c1141e91833ae706d5611cb74c56cdc7a7402 +%global gh_commit 43280c14b696a7896a9c70a5e0e4a312ff003187 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project migrations @@ -25,7 +25,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project} -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: PHP Doctrine Migrations project @@ -251,6 +251,9 @@ exit $ret %changelog +* Fri Apr 26 2019 Remi Collet - 2.0.2-1 +- update to 2.0.2 + * Wed Apr 24 2019 Remi Collet - 2.0.1-1 - update to 2.0.1 - drop patch merged upstream -- cgit