diff options
-rw-r--r-- | php-doctrine-collections.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-collections.spec b/php-doctrine-collections.spec index f698ee0..4e90631 100644 --- a/php-doctrine-collections.spec +++ b/php-doctrine-collections.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name collections -%global github_version 1.6.0 -%global github_commit acc35813077be497dc7f658af76729fa456444e3 +%global github_version 1.6.1 +%global github_commit d2ae4ef05e25197343b6a39bae1d3c427a2f6956 %global composer_vendor doctrine %global composer_project collections @@ -134,6 +134,9 @@ rm -rf %{buildroot} %changelog +* Tue Mar 26 2019 Remi Collet <remi@remirepo.net> - 1.6.1-1 +- update to 1.6.1 + * Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 1.6.0-1 - update to 1.6.0 - raise dependency on PHP 7.1.3 |