summaryrefslogtreecommitdiffstats
path: root/php-doctrine-migrations.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-05 11:04:25 +0100
committerRemi Collet <remi@remirepo.net>2020-11-05 11:04:25 +0100
commitacee64b3f06f7ff8410b0e1a305497b53715c962 (patch)
tree558fe7b34209d7662e2947e0b065c9b22a281d61 /php-doctrine-migrations.spec
parentd6c1f7cad4f7a7e55467476f8178b547419a41ef (diff)
v2.3.0
Diffstat (limited to 'php-doctrine-migrations.spec')
-rw-r--r--php-doctrine-migrations.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-doctrine-migrations.spec b/php-doctrine-migrations.spec
index 7d845e1..ce2727f 100644
--- a/php-doctrine-migrations.spec
+++ b/php-doctrine-migrations.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
-%global gh_commit a3987131febeb0e9acb3c47ab0df0af004588934
+%global gh_commit 100e85a8509b521f010901890f042e9401a3043b
%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.1
+Version: 2.3.0
Release: 1%{?dist}
Summary: PHP Doctrine Migrations project
@@ -98,8 +98,8 @@ BuildRequires: phpunit7
# From composer.json
# "require": {
# "php": "^7.1",
+# "composer/package-versions-deprecated": "^1.8",
# "doctrine/dbal": "^2.9",
-# "ocramius/package-versions": "^1.3",
# "ocramius/proxy-manager": "^2.0.2",
# "symfony/console": "^3.4||^4.0||^5.0",
# "symfony/stopwatch": "^3.4||^4.0||^5.0"
@@ -229,12 +229,11 @@ chmod -w tests/Doctrine/Migrations/Tests/Functional/_files
# testMigrationLifecycleFromCommandLine fails with some symfony versions (4.2) ok with newer (4.3)
: Run test suite
ret=0
-for cmd in php php71 php72 php73 php74; do
+for cmd in php php72 php73 php74; do
TMP=$(mktemp -d)
if which $cmd; then
TMPDIR=$TMP $cmd %{_bindir}/phpunit7 \
--bootstrap vendor/autoload.php \
- --filter '^((?!(testMigrationLifecycleFromCommandLine)).)*$' \
--verbose || ret=1
rm -rf $TMP
fi
@@ -259,6 +258,9 @@ exit $ret
%changelog
+* Thu Nov 5 2020 Remi Collet <remi@remirepo.net> - 2.3.0-1
+- update to 2.3.0
+
* Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 2.2.1-1
- update to 2.2.1