summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-01 08:24:02 +0200
committerRemi Collet <remi@remirepo.net>2019-08-01 08:24:02 +0200
commit4d80a05a831d58c07010c555d924a48be7123d63 (patch)
treed5a1dab20d8c4c8e77ea88736618db6161591b25
parent9a69657b6e13005c6dd7c04da9f7661b21413fa4 (diff)
v2.1.1
-rw-r--r--php-doctrine-migrations.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-doctrine-migrations.spec b/php-doctrine-migrations.spec
index e729a24..1e3465f 100644
--- a/php-doctrine-migrations.spec
+++ b/php-doctrine-migrations.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
-%global gh_commit ebe6f891a4c61574f77fc4a06d913d29236b8466
+%global gh_commit a89fa87a192e90179163c1e863a145c13337f442
%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.1.0
+Version: 2.1.1
Release: 1%{?dist}
Summary: PHP Doctrine Migrations project
@@ -224,7 +224,8 @@ chmod -w tests/Doctrine/Migrations/Tests/Functional/_files
: Run test suite
ret=0
-for cmd in php php71 php72 php73 php74; do
+# TODO php74: Trying to access array offset on value of type int in symfony/console
+for cmd in php php71 php72 php73; do
TMP=$(mktemp -d)
if which $cmd; then
TMPDIR=$TMP $cmd %{_bindir}/phpunit7 \
@@ -253,6 +254,9 @@ exit $ret
%changelog
+* Thu Aug 1 2019 Remi Collet <remi@remirepo.net> - 2.1.1-1
+- update to 2.1.1
+
* Fri Jun 7 2019 Remi Collet <remi@remirepo.net> - 2.1.0-1
- update to 2.1.0
- raise dependency on doctrine/dbal 2.9