diff options
| author | Remi Collet <remi@remirepo.net> | 2023-01-09 09:21:00 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-01-09 09:21:00 +0100 | 
| commit | 6516c3c3f5b22d1eadb0bf2c0f8301bb872ad47b (patch) | |
| tree | 2772cc04e9a656e58838ee4efb8bc87f096115a9 | |
| parent | eab76b38d1d68af1d464d8fdd6184887fcdf1a94 (diff) | |
update to 1.6.3
| -rw-r--r-- | php-doctrine-datafixtures.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-doctrine-datafixtures.spec b/php-doctrine-datafixtures.spec index 6913dc5..453a2ca 100644 --- a/php-doctrine-datafixtures.spec +++ b/php-doctrine-datafixtures.spec @@ -12,8 +12,8 @@  %global github_owner     doctrine  %global github_name      data-fixtures -%global github_version   1.6.2 -%global github_commit    d52cc6d392717734fac908768a7319f8a417401a +%global github_version   1.6.3 +%global github_commit    c27821d038e64f1bfc852a94064d65d2a75ad01f  %global github_short     %(c=%{github_commit}; echo ${c:0:7})  %global composer_vendor  doctrine @@ -196,6 +196,9 @@ exit $RETURN_CODE  %changelog +* Mon Jan  9 2023 Remi Collet <remi@remirepo.net> - 1.6.3-1 +- update to 1.6.3 +  * Fri Jan  6 2023 Remi Collet <remi@remirepo.net> - 1.6.2-1  - update to 1.6.2 | 
