diff options
-rw-r--r-- | php-doctrine-common3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-common3.spec b/php-doctrine-common3.spec index ae6ac1a..fefa53b 100644 --- a/php-doctrine-common3.spec +++ b/php-doctrine-common3.spec @@ -10,8 +10,8 @@ %global github_owner doctrine %global github_name common -%global github_version 3.0.1 -%global github_commit 402a424f1e7dc39ce8fa7901e56d25835978387c +%global github_version 3.0.2 +%global github_commit a3c6479858989e242a2465972b4f7a8642baf0d4 %global major 3 %global composer_vendor doctrine @@ -149,6 +149,9 @@ exit $RETURN_CODE %changelog +* Mon Jun 8 2020 Remi Collet <remi@remirepo.net> - 3.0.2-1 +- update to 3.0.2 + * Tue Jun 2 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1 - update to 3.0.1 |