diff options
-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 |