diff options
-rw-r--r-- | php-doctrine-common.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-common.spec b/php-doctrine-common.spec index 483cec0..a5dd96d 100644 --- a/php-doctrine-common.spec +++ b/php-doctrine-common.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name common -%global github_version 2.13.1 -%global github_commit fb00cd761126b11d8f334c09cf5b1f3f83fefc17 +%global github_version 2.13.2 +%global github_commit 6902fafacb43333d9dc3d949c0a06048a31549ac %global composer_vendor doctrine %global composer_project common @@ -247,6 +247,9 @@ exit $RETURN_CODE %changelog +* Tue Jun 2 2020 Remi Collet <remi@remirepo.net> - 2.13.2-1 +- update to 2.13.2 + * Tue May 26 2020 Remi Collet <remi@remirepo.net> - 2.13.1-1 - update to 2.13.1 |