diff options
-rw-r--r-- | php-doctrine-persistence3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-persistence3.spec b/php-doctrine-persistence3.spec index dddb022..325252d 100644 --- a/php-doctrine-persistence3.spec +++ b/php-doctrine-persistence3.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 05612da375f8a3931161f435f91d6704926e6ec5 +%global gh_commit 2a9c70a5e21f8968c5a46b79f819ea52f322080b %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: 3.0.4 +Version: 3.1.0 Release: 1%{?dist} Summary: Doctrine Persistence abstractions, version %{major} @@ -190,6 +190,9 @@ exit $ret %changelog +* Mon Nov 21 2022 Remi Collet <remi@remirepo.net> - 3.1.0-1 +- update to 3.1.0 + * Thu Oct 13 2022 Remi Collet <remi@remirepo.net> - 3.0.4-1 - update to 3.0.4 |