diff options
Diffstat (limited to 'php-doctrine-persistence2.spec')
-rw-r--r-- | php-doctrine-persistence2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-persistence2.spec b/php-doctrine-persistence2.spec index 306f891..4e13e16 100644 --- a/php-doctrine-persistence2.spec +++ b/php-doctrine-persistence2.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit f8776dd9a0bdcd838812951a75f4ada72065a82a +%global gh_commit 4473480044c88f30e0e8288e7123b60c7eb9efa3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project persistence @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.5.0 +Version: 2.5.1 Release: 1%{?dist} Summary: Doctrine Persistence abstractions @@ -209,6 +209,9 @@ exit $ret %changelog +* Tue Apr 19 2022 Remi Collet <remi@remirepo.net> - 2.5.1-1 +- update to 2.5.1 + * Mon Apr 11 2022 Remi Collet <remi@remirepo.net> - 2.5.0-1 - update to 2.5.0 |