diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-29 10:56:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-29 10:56:49 +0200 |
commit | b80193ef4203f86d0b6717c11b46154a49159de4 (patch) | |
tree | 38ada5eb11aa079fe7d75a26703621d69e9af411 | |
parent | ba45fc2aa9026030e350817c709501939317b302 (diff) |
update to 2.4.1
-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 |