From 66e1b2c88a2371482f8548cf832673fb41e820fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Feb 2019 10:40:03 +0100 Subject: v1.10.2 --- php-doctrine-doctrine-bundle.spec | 8 +++++--- 1 file 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 - 1.10.2-1 +- update to 1.10.2 + * Tue Jan 8 2019 Remi Collet - 1.10.1-1 - update to 1.10.1 - prefer symfony 4 -- cgit