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 a5dd96d..ed566f6 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.2 -%global github_commit    6902fafacb43333d9dc3d949c0a06048a31549ac +%global github_version   2.13.3 +%global github_commit    f3812c026e557892c34ef37f6ab808a6b567da7f  %global composer_vendor  doctrine  %global composer_project common @@ -247,6 +247,9 @@ exit $RETURN_CODE  %changelog +* Mon Jun  8 2020 Remi Collet <remi@remirepo.net> - 2.13.3-1 +- update to 2.13.3 +  * Tue Jun  2 2020 Remi Collet <remi@remirepo.net> - 2.13.2-1  - update to 2.13.2  | 
