diff options
-rw-r--r-- | php-doctrine-persistence.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-persistence.spec b/php-doctrine-persistence.spec index 05244f0..b5eb4b3 100644 --- a/php-doctrine-persistence.spec +++ b/php-doctrine-persistence.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit ff7e08b0f814be2cd20c52dc3c8a262579376b94 +%global gh_commit be70c016fdcd44a428405ee062ebcdd01a6867cd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project persistence @@ -26,7 +26,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project} -Version: 1.3.4 +Version: 1.3.5 Release: 1%{?dist} Summary: Doctrine Persistence abstractions @@ -188,6 +188,9 @@ exit $ret %changelog +* Wed Jan 15 2020 Remi Collet <remi@remirepo.net> - 1.3.5-1 +- update to 1.3.5 + * Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 1.3.4-1 - update to 1.3.4 |