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 6fb1f0a..bc8ac4b 100644 --- a/php-doctrine-persistence2.spec +++ b/php-doctrine-persistence2.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 4ce4712e6dc84a156176a0fbbb11954a25c93103 +%global gh_commit 5e7bdbbfe9811c06e1f745d1c166647d5c47d6ee %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.2.2 +Version: 2.2.3 Release: 1%{?dist} Summary: Doctrine Persistence abstractions @@ -206,6 +206,9 @@ exit $ret %changelog +* Fri Oct 29 2021 Remi Collet <remi@remirepo.net> - 2.2.3-1 +- update to 2.2.3 + * Wed Aug 11 2021 Remi Collet <remi@remirepo.net> - 2.2.2-1 - update to 2.2.2 |