From d6c1f7cad4f7a7e55467476f8178b547419a41ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jan 2020 12:18:48 +0100 Subject: v2.2.1 --- php-doctrine-migrations.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-migrations.spec') diff --git a/php-doctrine-migrations.spec b/php-doctrine-migrations.spec index 3c57150..7d845e1 100644 --- a/php-doctrine-migrations.spec +++ b/php-doctrine-migrations.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-doctrine-migrations # -# Copyright (c) 2019 Remi Collet +# Copyright (c) 2019-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 8e124252d2f6be1124017d746d5994dd4095d66f +%global gh_commit a3987131febeb0e9acb3c47ab0df0af004588934 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project migrations @@ -25,7 +25,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project} -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} Summary: PHP Doctrine Migrations project @@ -259,6 +259,9 @@ exit $ret %changelog +* Fri Jan 10 2020 Remi Collet - 2.2.1-1 +- update to 2.2.1 + * Wed Nov 13 2019 Remi Collet - 2.2.0-1 - update to 2.2.0 - allow Symfony 5 (not yet available) -- cgit