diff options
| author | Remi Collet <remi@remirepo.net> | 2023-01-06 10:49:51 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-01-06 10:49:51 +0100 | 
| commit | eab76b38d1d68af1d464d8fdd6184887fcdf1a94 (patch) | |
| tree | f168164cb4e99b266c06c8a01fda873cd2915072 | |
| parent | 3f452910c792e280583454c2c8811595438aced6 (diff) | |
update to 1.6.2
| -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 0baa25d..6913dc5 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.1 -%global github_commit    1a4232c15143ca3c127812d19b23a7961c41eeed +%global github_version   1.6.2 +%global github_commit    d52cc6d392717734fac908768a7319f8a417401a  %global github_short     %(c=%{github_commit}; echo ${c:0:7})  %global composer_vendor  doctrine @@ -196,6 +196,9 @@ exit $RETURN_CODE  %changelog +* Fri Jan  6 2023 Remi Collet <remi@remirepo.net> - 1.6.2-1 +- update to 1.6.2 +  * Tue Jan  3 2023 Remi Collet <remi@remirepo.net> - 1.6.1-1  - update to 1.6.1  - drop dependency on doctrine/common | 
