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 b3d2312..62840c1 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.1.2 -%global github_commit a036d90c303f3163b5be8b8fde9b6755b2be4a3a +%global github_version 3.2.0 +%global github_commit 6d970a11479275300b5144e9373ce5feacfa9b91 %global major 3 %global composer_vendor doctrine @@ -156,6 +156,9 @@ exit $RETURN_CODE %changelog +* Wed Oct 20 2021 Remi Collet <remi@remirepo.net> - 3.2.0-1 +- update to 3.2.0 + * Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 3.1.2-1 - update to 3.1.2 |