diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-30 12:03:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-30 12:03:15 +0200 |
commit | 636e394e8716041a87374afd36853551d51446b4 (patch) | |
tree | 842440e538348bd78dae01692aeb659d74dd1745 /php-doctrine-collections.spec | |
parent | ce8d7774ec3966b94aa89f799cf9833d6b590e4a (diff) |
Diffstat (limited to 'php-doctrine-collections.spec')
-rw-r--r-- | php-doctrine-collections.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-collections.spec b/php-doctrine-collections.spec index db715c5..71a8507 100644 --- a/php-doctrine-collections.spec +++ b/php-doctrine-collections.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name collections -%global github_version 1.7.3 -%global github_commit 09dde3eb237756190f2de738d3c97cff10a8407b +%global github_version 1.8.0 +%global github_commit 2b44dd4cbca8b5744327de78bafef5945c7e7b5e %global composer_vendor doctrine %global composer_project collections @@ -148,6 +148,9 @@ exit $SCL_RETURN_CODE %changelog +* Fri Sep 30 2022 Remi Collet <remi@remirepo.net> - 1.8.0-1 +- update to 1.8.0 + * Mon Sep 26 2022 Remi Collet <remi@remirepo.net> - 1.7.3-1 - update to 1.7.3 |