diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-08 10:40:03 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-08 10:40:03 +0100 |
commit | 66e1b2c88a2371482f8548cf832673fb41e820fb (patch) | |
tree | 5e28ed18bad47ad7540199ce2eb5ab8f09e8dc7b | |
parent | d1e307c8158328e6559fcadc493a65cfa0b59ee6 (diff) |
v1.10.2
-rw-r--r-- | php-doctrine-doctrine-bundle.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec index 57abcfb..da9e266 100644 --- a/php-doctrine-doctrine-bundle.spec +++ b/php-doctrine-doctrine-bundle.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 1.10.1 -%global github_commit 82d2c63cd09acbde2332f55d9aa7b28aefe4983d +%global github_version 1.10.2 +%global github_commit 1f99e6645030542079c57d4680601a4a8778a1bd %global composer_vendor doctrine %global composer_project doctrine-bundle @@ -60,7 +60,6 @@ Version: %{github_version} Release: 1%{?dist} Summary: Symfony Bundle for Doctrine -Group: Development/Libraries License: MIT URL: https://github.com/%{github_owner}/%{github_name} Source0: %{name}-%{github_version}-%{github_commit}.tar.gz @@ -248,6 +247,9 @@ exit $RETURN_CODE %changelog +* Fri Feb 8 2019 Remi Collet <remi@remirepo.net> - 1.10.2-1 +- update to 1.10.2 + * Tue Jan 8 2019 Remi Collet <remi@remirepo.net> - 1.10.1-1 - update to 1.10.1 - prefer symfony 4 |