diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-26 07:08:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-26 07:08:33 +0200 |
commit | 4604d7397c92860c8f81c87ae47d67a46bef34e4 (patch) | |
tree | 0f044808fbc1f70ba22909805c70f28d38d46b6c /php-doctrine-migrations.spec | |
parent | b725a5dbeed58a4210d30234690fd5a5adca6de8 (diff) |
v2.0.2
Diffstat (limited to 'php-doctrine-migrations.spec')
-rw-r--r-- | php-doctrine-migrations.spec | 7 |
1 files 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 <remi@remirepo.net> - 2.0.2-1 +- update to 2.0.2 + * Wed Apr 24 2019 Remi Collet <remi@remirepo.net> - 2.0.1-1 - update to 2.0.1 - drop patch merged upstream |