summaryrefslogtreecommitdiffstats
path: root/php-doctrine-migrations.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-10 12:18:48 +0100
committerRemi Collet <remi@remirepo.net>2020-01-10 12:18:48 +0100
commitd6c1f7cad4f7a7e55467476f8178b547419a41ef (patch)
tree72bad0f1d236e1e7b27599ab669706f676c4fed8 /php-doctrine-migrations.spec
parent5dd96f4fa0bb191fcdd579af654f7a7d68d595c7 (diff)
v2.2.1
Diffstat (limited to 'php-doctrine-migrations.spec')
-rw-r--r--php-doctrine-migrations.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.2.1-1
+- update to 2.2.1
+
* Wed Nov 13 2019 Remi Collet <remi@remirepo.net> - 2.2.0-1
- update to 2.2.0
- allow Symfony 5 (not yet available)