diff options
-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 c6a71b7..bf21adb 100644 --- a/php-doctrine-persistence2.spec +++ b/php-doctrine-persistence2.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit e7c8edcf98e819638af00e7b3cbbbd7734b9b2fb +%global gh_commit 092a52b71410ac1795287bb5135704ef07d18dd0 %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.4.0 +Version: 2.4.1 Release: 1%{?dist} Summary: Doctrine Persistence abstractions @@ -209,6 +209,9 @@ exit $ret %changelog +* Tue Mar 29 2022 Remi Collet <remi@remirepo.net> - 2.4.1-1 +- update to 2.4.1 + * Tue Mar 15 2022 Remi Collet <remi@remirepo.net> - 2.4.0-1 - update to 2.4.0 |