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 31bad65..7a0c9a0 100644 --- a/php-doctrine-persistence2.spec +++ b/php-doctrine-persistence2.spec @@ -8,7 +8,7 @@  #  %global bootstrap    0 -%global gh_commit    4276c6cbc0ca692c190f650a2678623bf04af2d2 +%global gh_commit    d7edf274b6d35ad82328e223439cc2bb2f92bd9e  %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.2 +Version:        2.5.3  Release:        1%{?dist}  Summary:        Doctrine Persistence abstractions, version %{major} @@ -209,6 +209,9 @@ exit $ret  %changelog +* Mon May  9 2022 Remi Collet <remi@remirepo.net> - 2.5.3-1 +- update to 2.5.3 +  * Tue May  3 2022 Remi Collet <remi@remirepo.net> - 2.5.2-1  - update to 2.5.2  - allow doctrine/deprecations 1 | 
